summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-03 12:25:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-03 12:25:20 +0000
commit575adae7332429e72f126bd2f9c2c00a6df9ab32 (patch)
tree9984fd834d33f61a760abc473a16fad54c933ab5
parentbcad7263a0172183845b7965e81049cf5d25f129 (diff)
set the sdk default to y if CONFIG_ALL is set
SVN-Revision: 4889
-rw-r--r--openwrt/target/sdk/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/sdk/Config.in b/openwrt/target/sdk/Config.in
index 538b473d00..3ead29600c 100644
--- a/openwrt/target/sdk/Config.in
+++ b/openwrt/target/sdk/Config.in
@@ -1,6 +1,6 @@
config SDK
bool "Build the OpenWrt SDK"
- default n
+ default y if ALL
help
This is essentially a stripped-down version of the buildroot
with a precompiled toolchain. It can be used to develop and