diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-29 16:03:04 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-29 16:03:04 +0000 |
commit | 8600b97ee65ecd97461508bf0e67de06707a2e59 (patch) | |
tree | 1bcc1eb8818102a6469cf3cfcf9be6b4acb938e9 /target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig | |
parent | 62249258d3a4fcb286ca4b1cee723563d09fc228 (diff) |
ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN network setup while we're at it - thanks Pau Escrich <p4u@dabax.net> for the implementation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31144 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig b/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig index 6c5a62f50..ef4ddf409 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig @@ -66,6 +66,9 @@ config RT305X_MACH_FONERA20N select RALINK_DEV_GPIO_BUTTONS select RALINK_DEV_GPIO_LEDS +config RT305X_MACH_FREESTATION5 + bool "ARC FreeStation5" + config RT305X_MACH_MOFI3500_3GN bool "MoFi Network MOFI3500-3GN support" select RALINK_DEV_GPIO_BUTTONS |