don't enable sdk by default - assume that if they have buildroot they'll use buildroot
SVN-Revision: 669
This commit is contained in:
parent
3b313a9d4a
commit
4eeae29a9e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
config BR2_PACKAGE_SDK
|
||||
bool "OpenWrt SDK"
|
||||
default y
|
||||
default n
|
||||
help
|
||||
Build an OpenWrt SDK.
|
||||
This is essentially a stripped-down version of the buildroot
|
||||
|
|
Loading…
Reference in a new issue