diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-25 20:04:16 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-25 20:04:16 +0000 |
commit | b6ef8792f8af466fb45ca63e6fbf96855ac558c6 (patch) | |
tree | e8f4a1d1f44b6f894d71da773fd2ae8515acab0e /openwrt/target/linux/Config.in | |
parent | 91d42f6ac22bca42fb81846e82d6c4a66957809d (diff) |
first ar531x support for 2.4, thx Mile Albon, some addons from me for mips big endian toolchain
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2781 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/Config.in')
-rw-r--r-- | openwrt/target/linux/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 9442c9fc98..9f3b52594f 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -48,6 +48,14 @@ config BR2_LINUX_2_6_X86 Build firmware images for x86 based boards (e.g. Soekris net4521 and net4801, PC Engines WRAP...) +config BR2_LINUX_2_4_AR531X + bool "Support for Atheros ar531x based APs" + default n + depends BR2_mipseb + help + Build firmware images for Atheros ar531x based boards + (e.g. Netgear WGT624, Linksys WRT55AG) + endchoice |