diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-11 02:29:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-11 02:29:20 +0000 |
commit | 3e6d29ba2407fcb48cfb3d6acdccefdb9ab52906 (patch) | |
tree | 7a4d16083cd2a2e02e72a9a5a54e1862a1f9c8c6 /Config.in.devel | |
parent | 2701a7690bc55eb7c94faddb646366d587047c29 (diff) | |
download | upstream-3e6d29ba2407fcb48cfb3d6acdccefdb9ab52906.tar.gz upstream-3e6d29ba2407fcb48cfb3d6acdccefdb9ab52906.tar.bz2 upstream-3e6d29ba2407fcb48cfb3d6acdccefdb9ab52906.zip |
fix arch default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2899 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in.devel')
-rw-r--r-- | Config.in.devel | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Config.in.devel b/Config.in.devel index 9a28cf6967..019062c0ed 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 |