remove useless /etc/ppp/peers/sample file (forgot the Makefile change)
[openwrt.git] / openwrt / Config.in
index 5a1768b..15130b1 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"
This page took 0.023101 seconds and 4 git commands to generate.