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 | de6d89215358578ecc1905eaa1446cbd5d7d89c0 (patch) | |
tree | 742ffa6cab749239176a291f6b64cec1a910fcb4 | |
parent | 13078b79e500d9cb914b29c9d6a8a54185fe213c (diff) | |
download | upstream-de6d89215358578ecc1905eaa1446cbd5d7d89c0.tar.gz upstream-de6d89215358578ecc1905eaa1446cbd5d7d89c0.tar.bz2 upstream-de6d89215358578ecc1905eaa1446cbd5d7d89c0.zip |
reorder sdk menuconfig entry, so that it does not force the toolchain selection into the main menu
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4039 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |