summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-21 13:02:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-21 13:02:37 +0000
commit98cca36b432b3e5366d363a5ffc9e8f2874123f2 (patch)
tree61f85c58d3c503c2e6d3273ce1501f0502ca72db
parente248cf0f00917eb91b93a3d16c36a4aa544f575c (diff)
downloadmtk-20170518-98cca36b432b3e5366d363a5ffc9e8f2874123f2.zip
mtk-20170518-98cca36b432b3e5366d363a5ffc9e8f2874123f2.tar.gz
mtk-20170518-98cca36b432b3e5366d363a5ffc9e8f2874123f2.tar.bz2
reorder sdk menuconfig entry, so that it does not force the toolchain selection into the main menu
SVN-Revision: 4039
-rw-r--r--openwrt/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in
index 74bd648..573cda5 100644
--- a/openwrt/Config.in
+++ b/openwrt/Config.in
@@ -40,8 +40,8 @@ config JLEVEL
help
Number of jobs to run simultanesouly
-source "target/sdk/Config.in"
source "toolchain/Config.in"
+source "target/sdk/Config.in"
menu "Target Images"
config TARGET_ROOTFS_INITRAMFS