diff options
Diffstat (limited to 'target/sdk/Config.in')
-rw-r--r-- | target/sdk/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/sdk/Config.in b/target/sdk/Config.in index f70810ba0..343352ad0 100644 --- a/target/sdk/Config.in +++ b/target/sdk/Config.in @@ -1,6 +1,6 @@ -config BR2_PACKAGE_SDK +config PACKAGE_SDK bool "OpenWrt SDK" - default y if CONFIG_DEVEL + default y if DEVEL help Build an OpenWrt SDK. This is essentially a stripped-down version of the buildroot |