summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-02-26 20:52:26 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-02-26 20:52:26 +0100
commit0a19eea3ec5e4fe9324033958132b93c179d8349 (patch)
tree2c6e6acbd542ebf6a96712b515559921cd2462c9
parent8661ae32ad14c68f763e4311aad19b3b81177eb4 (diff)
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 <jacmet@sunsite.dk>
-rw-r--r--package/customize/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/customize/Config.in b/package/customize/Config.in
index 97f864668..8f8aaa21b 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.