diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-05-05 19:33:02 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2016-05-05 19:10:20 +0100 |
commit | 173ac3b7cb2cd0a81c679ca4548a736852b32a13 (patch) | |
tree | 4ba35daebc7ebde19f3ed0cee10866ac304714a8 /target/sdk/Config.in | |
parent | 009a069ec0134a42eb88b610aeb5cfbbb9d36292 (diff) | |
download | mtk-20170518-173ac3b7cb2cd0a81c679ca4548a736852b32a13.zip mtk-20170518-173ac3b7cb2cd0a81c679ca4548a736852b32a13.tar.gz mtk-20170518-173ac3b7cb2cd0a81c679ca4548a736852b32a13.tar.bz2 |
sdk: rename OpenWrt into LEDE
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target/sdk/Config.in')
-rw-r--r-- | target/sdk/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/sdk/Config.in b/target/sdk/Config.in index 28c6f3e..df25329 100644 --- a/target/sdk/Config.in +++ b/target/sdk/Config.in @@ -1,9 +1,9 @@ config SDK - bool "Build the OpenWrt SDK" + bool "Build the LEDE SDK" depends on !EXTERNAL_TOOLCHAIN 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 + test packages for LEDE before including them in the buildroot |