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