summaryrefslogtreecommitdiffstats
path: root/package/sdk/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-10 20:28:17 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-10 20:28:17 +0000
commit62f204e188672e6a63b19b6994d230da5c019953 (patch)
tree5420e9c36fb53a820ca3cba54163e024835e94af /package/sdk/Config.in
parentafbd9dd3c0897dc6ba5a92daad53e779523364d3 (diff)
add openwrt sdk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@613 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/sdk/Config.in')
-rw-r--r--package/sdk/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/sdk/Config.in b/package/sdk/Config.in
new file mode 100644
index 000000000..1b0c7ce58
--- /dev/null
+++ b/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