fix serdisplib build, add Id tag
[openwrt.git] / openwrt / Config.in
index 5a1768b8d14779f507cb2d11ae5e9a5d00aa172c..15130b127bdef1e14999c82e1bf6c1f0376cda08 100644 (file)
@@ -1,6 +1,6 @@
 #
 
-mainmenu "OpenWRT Configuration"
+mainmenu "OpenWrt Configuration"
 
 config MODULES
        bool
@@ -10,12 +10,9 @@ config BR2_HAVE_DOT_CONFIG
        bool
        default y
 
-config BR2_mipsel
-       bool
-       default y
-
 choice
        prompt "Target Architecture"
+       default BR2_mipsel
 
 # Supported architectures
 
@@ -95,6 +92,7 @@ config BR2_JLEVEL
        int
        default "1"
 
+source "target/Config.in"
 source "toolchain/Config.in"
 source "package/Config.in"
-source "target/Config.in"
+source "target/linux/Config.in"