[Buildroot] [git commit] customize: deprecate package

Peter Korsgaard jacmet at sunsite.dk
Sun Feb 26 19:52:26 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=0a19eea3ec5e4fe9324033958132b93c179d8349
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at sunsite.dk>
---
 package/customize/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/customize/Config.in b/package/customize/Config.in
index 97f8646..8f8aaa2 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.
 


More information about the buildroot mailing list