summaryrefslogtreecommitdiff
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-11-15 21:25:29 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-11-15 21:25:29 +0000
commit4190cc1c4166160a2802efb1c090dd42ff2e7d6e (patch)
tree360e088b522cd05dbfb2075f866bce04044a54e0 /package/busybox/Config.in
parent2e81da88be7f703a6900d4f06838d6bdb58993e9 (diff)
busybox: disable id applet for 1.13.x
busybox 1.13.0 id applet doesn't compile with uclibc 0.9.29 / 0.9.28, so disable it for now.
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 204c2c44c..f6c86e3ef 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -93,7 +93,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_10_X
default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_11_X
default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_12_X
- default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_13_X
+ default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_13_X
help
Some people may wish to use their own modified BusyBox configuration
file, and will specify their config file location with this option.