diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-11 02:29:20 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-11 02:29:20 +0000 |
commit | 3d3503fc81cf017d82e294e5a7768e8fc2aa3955 (patch) | |
tree | 1c9f81fa1fe01f7a40867f960e0fcb292a6b9e9d /openwrt | |
parent | 11447c66c36f43fee9ec7bc368c29453f0fb4221 (diff) |
fix arch default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2899 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/Config.in | 5 | ||||
-rw-r--r-- | openwrt/Config.in.devel | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in index ef4ce7b7f..15130b127 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 9a28cf696..019062c0e 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 |