diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-13 15:18:04 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-13 15:18:04 +0000 |
commit | 222337418516413e4f9c968bc3c548e4f58095c4 (patch) | |
tree | 0614a86379744970daf640486d7e1fe4fdd9eec7 /target/linux/ramips/rt3883 | |
parent | 10a983eea129055a6614ec0ddeabb6b426b75b15 (diff) |
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 b6d52ea4e..4301e6e56 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 b62d99306..568f86a3d 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 |