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/files/README.SDK | |
parent | 009a069ec0134a42eb88b610aeb5cfbbb9d36292 (diff) | |
download | upstream-173ac3b7cb2cd0a81c679ca4548a736852b32a13.tar.gz upstream-173ac3b7cb2cd0a81c679ca4548a736852b32a13.tar.bz2 upstream-173ac3b7cb2cd0a81c679ca4548a736852b32a13.zip |
sdk: rename OpenWrt into LEDE
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target/sdk/files/README.SDK')
-rw-r--r-- | target/sdk/files/README.SDK | 4 |
1 files changed, 2 insertions, 2 deletions
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. |