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 | ce399c5f844d8c117a2b4f9f68184602597bdc6f (patch) | |
tree | 7a4d16083cd2a2e02e72a9a5a54e1862a1f9c8c6 | |
parent | 1bc3885684eb9bd66fd0f7f6c41ed2c5680b48ff (diff) |
fix arch default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2899 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 5 | ||||
-rw-r--r-- | Config.in.devel | 5 |
2 files changed, 2 insertions, 8 deletions
@@ -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/Config.in.devel b/Config.in.devel index 9a28cf696..019062c0e 100644 --- a/Config.in.devel +++ b/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 |