projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcad726
)
set the sdk default to y if CONFIG_ALL is set
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 3 Oct 2006 12:25:20 +0000
(12:25 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 3 Oct 2006 12:25:20 +0000
(12:25 +0000)
SVN-Revision: 4889
openwrt/target/sdk/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/target/sdk/Config.in
b/openwrt/target/sdk/Config.in
index 538b473d001c7dea6fef066542268cf82dc3e5df..3ead29600c44fb8de828551a0e84de33559b36d2 100644
(file)
--- 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