diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-27 16:56:30 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-12-27 16:56:30 +0000 |
commit | 66769bfe506292ee30f93b823631cbc8757adf01 (patch) | |
tree | 0cb76bf5af0cb6aebeb770c9aa18169e660303f4 /target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig | |
parent | 2993f34f45db931d6dd7f5eb50ec0aa50705b97c (diff) |
ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29612 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig b/target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig index 0fc778830..c30b3ad1d 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig +++ b/target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig @@ -7,6 +7,11 @@ config RT288X_MACH_RT_N15 select RALINK_DEV_GPIO_BUTTONS select RALINK_DEV_GPIO_LEDS +config RT288X_MACH_WLI_TX4_AG300N + bool "Buffalo WLI-TX4-AG300N board support" + select RALINK_DEV_GPIO_BUTTONS + select RALINK_DEV_GPIO_LEDS + config RT288X_MACH_WZR_AGL300NH bool "Buffalo WZR-AGL300NH board support" select RALINK_DEV_GPIO_LEDS |