X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=Config.in;h=c93b1f17cfc474f39c1bbf7f885b9f371aa52e08;hp=3f5cb29c59272847cbd578f1eb32327e79166778;hb=1a73c7e2c98f05b830dd6634b044ea42fd81cdf5;hpb=d0f611787c94090697587c02e1b5c2f3d45b0b0a diff --git a/Config.in b/Config.in index 3f5cb29c5..c93b1f17c 100644 --- a/Config.in +++ b/Config.in @@ -11,12 +11,11 @@ config BR2_HAVE_DOT_CONFIG default y config BR2_mipsel + bool default y choice - default BR2_mipsel - help - Stuff + prompt "Target Architecture" if CONFIG_DEVEL config BR2_arm bool "arm" @@ -33,8 +32,8 @@ config BR2_i386 config BR2_m68k bool "m68k" -config BR2_mips - bool "mips" +config BR2_mipseb + bool "mipseb" config BR2_mipsel bool "mipsel" @@ -66,7 +65,7 @@ config BR2_ARCH default "cris" if BR2_cris default "i386" if BR2_i386 default "m68k" if BR2_m68k - default "mips" if BR2_mips + default "mipseb" if BR2_mipseb default "mipsel" if BR2_mipsel || !CONFIG_DEVEL default "powerpc" if BR2_powerpc default "sh3" if BR2_sh3