diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-26 12:02:43 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-26 12:02:43 +0000 |
commit | 72e89864cc9ceb845d5c5b45f749ac325ae0fa28 (patch) | |
tree | 9e04ee25e63fa45c7e65eb380f66f39e05768334 /target | |
parent | 2532ee75a79c816deaad289395d6fe9ebda85c5a (diff) | |
download | upstream-72e89864cc9ceb845d5c5b45f749ac325ae0fa28.tar.gz upstream-72e89864cc9ceb845d5c5b45f749ac325ae0fa28.tar.bz2 upstream-72e89864cc9ceb845d5c5b45f749ac325ae0fa28.zip |
mipseb -> mips, thx kaloz for clearification
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2785 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Config.in b/target/linux/Config.in index 9f3b52594f..8ea02179ff 100644 --- a/target/linux/Config.in +++ b/target/linux/Config.in @@ -51,7 +51,7 @@ config BR2_LINUX_2_6_X86 config BR2_LINUX_2_4_AR531X bool "Support for Atheros ar531x based APs" default n - depends BR2_mipseb + depends BR2_mips help Build firmware images for Atheros ar531x based boards (e.g. Netgear WGT624, Linksys WRT55AG) |