diff options
Diffstat (limited to 'target/toolchain/Config.in')
-rw-r--r-- | target/toolchain/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/toolchain/Config.in b/target/toolchain/Config.in new file mode 100644 index 0000000000..18c3ab544d --- /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. + |