From: Felix Fietkau Date: Wed, 11 Jan 2006 02:29:20 +0000 (+0000) Subject: fix arch default X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=76b9a578d702cdc7012e19502d428ce37bf25263 fix arch default SVN-Revision: 2899 --- diff --git a/openwrt/Config.in b/openwrt/Config.in index ef4ce7b7fe..15130b127b 100644 --- a/openwrt/Config.in +++ b/openwrt/Config.in @@ -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 diff --git a/openwrt/Config.in.devel b/openwrt/Config.in.devel index 9a28cf6967..019062c0ed 100644 --- a/openwrt/Config.in.devel +++ b/openwrt/Config.in.devel @@ -13,12 +13,9 @@ config BR2_HAVE_DOT_CONFIG bool default y -config BR2_mipsel - bool - default y - choice prompt "Target Architecture" + default BR2_mipsel # Supported architectures