diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-18 07:23:06 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-18 07:23:06 +0000 |
commit | 7f8b7207c9a86a95ed9adcb7e0ccf9981aaa70cd (patch) | |
tree | e5bd4e6be97bc6ddbc2a410510a5fd852ca5d7f2 /target/linux/ramips/rt3883 | |
parent | bf9ae9432b165d1236fb0048742fc3d8ad7097ed (diff) | |
download | upstream-7f8b7207c9a86a95ed9adcb7e0ccf9981aaa70cd.tar.gz upstream-7f8b7207c9a86a95ed9adcb7e0ccf9981aaa70cd.tar.bz2 upstream-7f8b7207c9a86a95ed9adcb7e0ccf9981aaa70cd.zip |
ramips: rt3883: add initial support for TRENDnet TEW-692GR board
No wireless support.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33846
Diffstat (limited to 'target/linux/ramips/rt3883')
-rw-r--r-- | target/linux/ramips/rt3883/config-3.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/rt3883/config-3.3 b/target/linux/ramips/rt3883/config-3.3 index 9662bd7cc9..f18780f01a 100644 --- a/target/linux/ramips/rt3883/config-3.3 +++ b/target/linux/ramips/rt3883/config-3.3 @@ -1,3 +1,4 @@ +CONFIG_AR8216_PHY=y CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y CONFIG_ARCH_DISCARD_MEMBLOCK=y CONFIG_ARCH_HIBERNATION_POSSIBLE=y @@ -24,6 +25,7 @@ CONFIG_CSRC_R4K_LIB=y CONFIG_DECOMPRESS_LZMA=y CONFIG_DMA_NONCOHERENT=y CONFIG_EARLY_PRINTK=y +CONFIG_ETHERNET_PACKET_MANGLE=y CONFIG_GENERIC_ATOMIC64=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y @@ -94,6 +96,7 @@ CONFIG_RALINK_RT3883=y CONFIG_RAMIPS_WDT=y CONFIG_RT3883_MACH_DIR_645=y CONFIG_RT3883_MACH_RT_N56U=y +CONFIG_RT3883_MACH_TEW_692GR=y CONFIG_RTL8366_SMI=y CONFIG_RTL8367B_PHY=y CONFIG_RTL8367_PHY=y |