diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-21 13:02:37 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-21 13:02:37 +0000 |
commit | b0107120a73002d99673d1ce0ea22dc9c646472e (patch) | |
tree | 742ffa6cab749239176a291f6b64cec1a910fcb4 /Config.in | |
parent | 94266d638908a140ef5cdd9b27d2eb367f97249f (diff) |
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
Diffstat (limited to 'Config.in')
-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 |