From 44aa03f2f9da7fbe9d18107b0cab73ae9ef6b233 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 14 Nov 2009 17:51:32 +0000 Subject: 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 SVN-Revision: 18419 --- target/toolchain/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 target/toolchain/Config.in (limited to 'target/toolchain/Config.in') diff --git a/target/toolchain/Config.in b/target/toolchain/Config.in new file mode 100644 index 0000000..18c3ab5 --- /dev/null +++ b/target/toolchain/Config.in @@ -0,0 +1,6 @@ +config MAKE_TOOLCHAIN + bool "Build the OpenWrt based Toolchain" + depends !EXTERNAL_TOOLCHAIN + help + This is essentially the toolchain created by OpenWrt. + -- cgit v1.1