diff options
Diffstat (limited to 'openwrt/package/sdk/Config.in')
-rw-r--r-- | openwrt/package/sdk/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/sdk/Config.in b/openwrt/package/sdk/Config.in new file mode 100644 index 000000000..1b0c7ce58 --- /dev/null +++ b/openwrt/package/sdk/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_SDK + bool "OpenWrt SDK" + default y + help + Build an OpenWrt SDK. + This is essentially a stripped-down version of the buildroot + with a precompiled toolchain. It can be used to develop and + test packages for OpenWrt before including them in the buildroot |