reorder sdk menuconfig entry, so that it does not force the toolchain selection into...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 21 Jun 2006 13:02:37 +0000 (13:02 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 21 Jun 2006 13:02:37 +0000 (13:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4039 3c298f89-4303-0410-b956-a3cf2f4a3e73

Config.in

index 74bd648..573cda5 100644 (file)
--- a/Config.in
+++ b/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
This page took 0.021446 seconds and 4 git commands to generate.