diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-04 16:09:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-04 16:09:11 +0000 |
commit | 44c8b396f990bb1e762e1f9cef9bca34b78dc9f7 (patch) | |
tree | 80ff29dbccf39f7fb2cf5edb3e07798aaf6172d3 /target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig | |
parent | 8533636d2d106ed19c752239c866fc89bcefffc2 (diff) | |
download | mtk-20170518-44c8b396f990bb1e762e1f9cef9bca34b78dc9f7.zip mtk-20170518-44c8b396f990bb1e762e1f9cef9bca34b78dc9f7.tar.gz mtk-20170518-44c8b396f990bb1e762e1f9cef9bca34b78dc9f7.tar.bz2 |
ramips: board support for Asus RT-N10+
[juhosg: fix indentation in platform scripts, and remove debug
messages from 06_set_iface_mac]
Signed-off-by: Patrick van Staveren <trick@vanstaveren.us>
SVN-Revision: 30808
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig')
-rw-r--r-- | target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig | 5 |
1 files changed, 5 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 1644832..ae05190 100644 --- a/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig +++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig @@ -26,6 +26,11 @@ config RT305X_MACH_RT_G32_REVB bool "Asus RT-G32 revB board support" select RALINK_DEV_GPIO_BUTTONS +config RT305X_MACH_RT_N10_PLUS + bool "Asus RT-N10+ board support" + select RALINK_DEV_GPIO_BUTTONS + select RALINK_DEV_GPIO_LEDS + config RT305X_MACH_HW550_3G bool "Aztech HW550-3G support" select RALINK_DEV_GPIO_BUTTONS |