diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 13:02:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 13:02:37 +0000 |
commit | 98cca36b432b3e5366d363a5ffc9e8f2874123f2 (patch) | |
tree | 61f85c58d3c503c2e6d3273ce1501f0502ca72db | |
parent | e248cf0f00917eb91b93a3d16c36a4aa544f575c (diff) | |
download | mtk-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.in | 2 |
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 |