summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index a07864474..2e7807c04 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -13,7 +13,7 @@ if BR2_PACKAGE_BUSYBOX
choice
prompt "BusyBox Version"
- default BR2_BUSYBOX_VERSION_1_20_X
+ default BR2_PACKAGE_BUSYBOX_OPENSLX
help
Select the version of BusyBox you wish to use.
@@ -30,6 +30,9 @@ choice
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
bool "daily snapshot"
+ config BR2_PACKAGE_BUSYBOX_OPENSLX
+ bool "openslx snapshot"
+
endchoice
config BR2_BUSYBOX_VERSION
@@ -40,6 +43,7 @@ config BR2_BUSYBOX_VERSION
config BR2_PACKAGE_BUSYBOX_CONFIG
string "BusyBox configuration file to use?"
+ default ".config" if BR2_PACKAGE_BUSYBOX_OPENSLX
default "package/busybox/busybox-1.20.x.config" if BR2_PACKAGE_BUSYBOX_SNAPSHOT
default "package/busybox/busybox-1.18.x.config" if BR2_BUSYBOX_VERSION_1_18_X
default "package/busybox/busybox-1.19.x.config" if BR2_BUSYBOX_VERSION_1_19_X