X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d20d4b42242c510c60dc24de3c0f3d705f12c106..5ae47a7df76437a78e027d4714504fcb260ea579:/openwrt/Config.in diff --git a/openwrt/Config.in b/openwrt/Config.in index 7d0631363..5867be0e6 100644 --- a/openwrt/Config.in +++ b/openwrt/Config.in @@ -1,6 +1,10 @@ # -mainmenu "Buildroot2 Configuration" +mainmenu "OpenWRT Configuration" + +config MODULES + bool + default y config BR2_HAVE_DOT_CONFIG bool @@ -8,7 +12,7 @@ config BR2_HAVE_DOT_CONFIG choice prompt "Target Architecture" - default BR2_mips + default BR2_mipsel help Stuff @@ -102,8 +106,5 @@ config BR2_JLEVEL endmenu source "toolchain/Config.in" - source "package/Config.in" - source "target/Config.in" -