buildrootschalter/package/customize/Config.in
Peter Korsgaard 0a19eea3ec 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>
2012-02-26 20:52:26 +01:00

8 lines
161 B
Plaintext

config BR2_PACKAGE_CUSTOMIZE
bool "customize"
depends on BR2_DEPRECATED
help
Add custom stuff to your buildroot.
(edit package/customize/customize.mk)