diff options
Diffstat (limited to 'target/sdk/Config.in')
-rw-r--r-- | target/sdk/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/sdk/Config.in b/target/sdk/Config.in new file mode 100644 index 0000000000..3ead29600c --- /dev/null +++ b/target/sdk/Config.in @@ -0,0 +1,9 @@ +config SDK + bool "Build the OpenWrt SDK" + default y if ALL + help + 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 + + |