summaryrefslogtreecommitdiffstats
path: root/package/sdk/files/README.SDK
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-10 20:28:17 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-10 20:28:17 +0000
commit62f204e188672e6a63b19b6994d230da5c019953 (patch)
tree5420e9c36fb53a820ca3cba54163e024835e94af /package/sdk/files/README.SDK
parentafbd9dd3c0897dc6ba5a92daad53e779523364d3 (diff)
add openwrt sdk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@613 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/sdk/files/README.SDK')
-rw-r--r--package/sdk/files/README.SDK7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/sdk/files/README.SDK b/package/sdk/files/README.SDK
new file mode 100644
index 000000000..454e32b2f
--- /dev/null
+++ b/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.