diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-13 15:18:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-13 15:18:04 +0000 |
commit | 4b03e2a14b02b88717671f0c15afe8b9e1889a52 (patch) | |
tree | 0614a86379744970daf640486d7e1fe4fdd9eec7 /target/linux/ramips/rt3883 | |
parent | be0de7b85637694995ccf8b5e2da48e1732c4c12 (diff) | |
download | upstream-4b03e2a14b02b88717671f0c15afe8b9e1889a52.tar.gz upstream-4b03e2a14b02b88717671f0c15afe8b9e1889a52.tar.bz2 upstream-4b03e2a14b02b88717671f0c15afe8b9e1889a52.zip |
ramips: add preliminary support for the Asus RT-N56U board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30498 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt3883')
-rw-r--r-- | target/linux/ramips/rt3883/config-2.6.39 | 3 | ||||
-rw-r--r-- | target/linux/ramips/rt3883/config-3.2 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/rt3883/config-2.6.39 b/target/linux/ramips/rt3883/config-2.6.39 index b6d52ea4ec..4301e6e56b 100644 --- a/target/linux/ramips/rt3883/config-2.6.39 +++ b/target/linux/ramips/rt3883/config-2.6.39 @@ -90,6 +90,9 @@ CONFIG_RALINK_DEV_GPIO_LEDS=y CONFIG_RALINK_RT3883=y # CONFIG_RAMIPS_ETH_DEBUG is not set CONFIG_RAMIPS_WDT=y +CONFIG_RT3883_MACH_RT_N56U=y +CONFIG_RTL8366_SMI=y +CONFIG_RTL8367_PHY=y # CONFIG_SCSI_DMA is not set CONFIG_SERIAL_8250_NR_UARTS=4 CONFIG_SERIAL_8250_RT288X=y diff --git a/target/linux/ramips/rt3883/config-3.2 b/target/linux/ramips/rt3883/config-3.2 index b62d99306c..568f86a3d0 100644 --- a/target/linux/ramips/rt3883/config-3.2 +++ b/target/linux/ramips/rt3883/config-3.2 @@ -89,6 +89,9 @@ CONFIG_RALINK_DEV_GPIO_LEDS=y CONFIG_RALINK_RT3883=y # CONFIG_RAMIPS_ETH_DEBUG is not set CONFIG_RAMIPS_WDT=y +CONFIG_RT3883_MACH_RT_N56U=y +CONFIG_RTL8366_SMI=y +CONFIG_RTL8367_PHY=y # CONFIG_SCSI_DMA is not set CONFIG_SERIAL_8250_NR_UARTS=4 CONFIG_SERIAL_8250_RT288X=y |