diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-10 20:28:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-10 20:28:17 +0000 |
commit | 50aad380f56582030dcceb6441dfc9581c40130a (patch) | |
tree | 913875345859546c46d71d19202171ea973a5f72 /openwrt/package/sdk/Config.in | |
parent | 366d9158195e56770263c8b375460db06c79c9d6 (diff) | |
download | mtk-20170518-50aad380f56582030dcceb6441dfc9581c40130a.zip mtk-20170518-50aad380f56582030dcceb6441dfc9581c40130a.tar.gz mtk-20170518-50aad380f56582030dcceb6441dfc9581c40130a.tar.bz2 |
add openwrt sdk
SVN-Revision: 613
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 0000000..1b0c7ce --- /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 |