From: Alexander Couzens Date: Thu, 5 May 2016 17:33:02 +0000 (+0200) Subject: sdk: rename OpenWrt into LEDE X-Git-Tag: v17.01.0-rc1~2949 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=173ac3b7cb2cd0a81c679ca4548a736852b32a13 sdk: rename OpenWrt into LEDE Signed-off-by: Alexander Couzens --- diff --git a/target/sdk/Config.in b/target/sdk/Config.in index 28c6f3e352..df2532985e 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 diff --git a/target/sdk/files/README.SDK b/target/sdk/files/README.SDK index 454e32b2fc..e46f0c5589 100644 --- a/target/sdk/files/README.SDK +++ b/target/sdk/files/README.SDK @@ -1,7 +1,7 @@ -This is the OpenWrt SDK. It contains a stripped-down version of +This is the LEDE SDK. It contains a stripped-down version of the buildroot. You can use it to test/develop packages without having to compile your own toolchain or any of the libraries -included with OpenWrt. +included with LEDE. To use it, just put your buildroot-compatible package directory in the subdir 'package/' and run 'make' from this directory.