From: Peter Korsgaard Date: Sun, 26 Feb 2012 19:52:26 +0000 (+0100) Subject: customize: deprecate package X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a19eea3ec5e4fe9324033958132b93c179d8349;p=buildroot.git customize: deprecate package As described in the buildroot dev day report, using a post-build script is nowadays the preferred way of adding stuff to the rootfs. Signed-off-by: Peter Korsgaard --- diff --git a/package/customize/Config.in b/package/customize/Config.in index 97f864668e..8f8aaa21b8 100644 --- a/package/customize/Config.in +++ b/package/customize/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_CUSTOMIZE bool "customize" + depends on BR2_DEPRECATED help Add custom stuff to your buildroot.