diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-14 17:51:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-14 17:51:32 +0000 |
commit | db196bcbf961bcc074d5e74fd58add2d0aa06d4c (patch) | |
tree | 20413ea8cccccecca549250142d937d6ad76a726 /target/toolchain/files | |
parent | 56262cd51c612efb6a1bd0749d17183d9f912087 (diff) |
Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The toolchain will zipped and saved under $(TOPDIR)/bin directory.
Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18419 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/toolchain/files')
-rw-r--r-- | target/toolchain/files/README.TOOLCHAIN | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/toolchain/files/README.TOOLCHAIN b/target/toolchain/files/README.TOOLCHAIN new file mode 100644 index 0000000000..40bfccceb4 --- /dev/null +++ b/target/toolchain/files/README.TOOLCHAIN @@ -0,0 +1,2 @@ +This is the OpenWrt SDK. It contains just the toolchain created +by buildroot. |