diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-10 20:28:17 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-10 20:28:17 +0000 |
commit | 14e968e57721123cb2be78240c95b0dce66e3af5 (patch) | |
tree | 913875345859546c46d71d19202171ea973a5f72 /openwrt/package/sdk/files/README.SDK | |
parent | 02cccb3a8c2a99dd3f6b73ed8d675e96845f2534 (diff) |
add openwrt sdk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@613 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/sdk/files/README.SDK')
-rw-r--r-- | openwrt/package/sdk/files/README.SDK | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/sdk/files/README.SDK b/openwrt/package/sdk/files/README.SDK new file mode 100644 index 000000000..454e32b2f --- /dev/null +++ b/openwrt/package/sdk/files/README.SDK @@ -0,0 +1,7 @@ +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 OpenWrt. + +To use it, just put your buildroot-compatible package directory +in the subdir 'package/' and run 'make' from this directory. |