X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Fsdk%2Ffiles%2FREADME.SDK;h=6699dffcfb15f694f7c2dd8ce6af00aa3bf541e2;hb=7b5c989ab9bcd0c1346b7b90b8433216f7b20b71;hp=e46f0c5589a073d675e78685ccc9980899f9f0b1;hpb=173ac3b7cb2cd0a81c679ca4548a736852b32a13;p=openwrt%2F.git diff --git a/target/sdk/files/README.SDK b/target/sdk/files/README.SDK index e46f0c5589..6699dffcfb 100644 --- a/target/sdk/files/README.SDK +++ b/target/sdk/files/README.SDK @@ -1,7 +1,11 @@ -This is the LEDE SDK. It contains a stripped-down version of +This is the OpenWrt 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 LEDE. +included with OpenWrt. To use it, just put your buildroot-compatible package directory -in the subdir 'package/' and run 'make' from this directory. +(including its dependencies) in the subdir 'package/' and run +'make' from this directory. + +To make dependency handling easier, you can use ./scripts/feeds +to install any core package that you need