summaryrefslogtreecommitdiff
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-01-31 22:13:45 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-01-31 22:13:45 +0100
commitfbf84d42b6954c2295171c4c0524a55643122c66 (patch)
tree9e80bb418a5a7852506f1545dd528bf7f26efcd2 /package/busybox/Config.in
parent934c7bb7b51e2b3b8f1553a1ffcb48e6713d117d (diff)
busybox: add 1.16.x specific defconfig
Closes #1003. Several config options have gotten renamed in 1.16, making the 1.13.x defconfig not enable the stuff we want. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 94286076e..95e9cc58f 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -64,12 +64,12 @@ config BR2_PACKAGE_BUSYBOX_FULLINSTALL
config BR2_PACKAGE_BUSYBOX_CONFIG
string "BusyBox configuration file to use?"
depends on BR2_PACKAGE_BUSYBOX
- default "package/busybox/busybox-1.13.x.config" if BR2_PACKAGE_BUSYBOX_SNAPSHOT
+ default "package/busybox/busybox-1.16.x.config" if BR2_PACKAGE_BUSYBOX_SNAPSHOT
default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_12_X
default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_13_X
default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_14_X
default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_15_X
- default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_16_X
+ default "package/busybox/busybox-1.16.x.config" if BR2_BUSYBOX_VERSION_1_16_X
help
Some people may wish to use their own modified BusyBox configuration
file, and will specify their config file location with this option.