diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-07-15 19:45:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-07-15 19:45:49 +0000 |
commit | 956de1c1205bb3f70eb9a29af78c5f1a208c1a3b (patch) | |
tree | 2bae2f4ef4c201d28b7573472f8b4f8c48bc5c90 | |
parent | 62d8c17df5c5e80c6169f1f1748d29f19eec2793 (diff) | |
download | master-187ad058-956de1c1205bb3f70eb9a29af78c5f1a208c1a3b.tar.gz master-187ad058-956de1c1205bb3f70eb9a29af78c5f1a208c1a3b.tar.bz2 master-187ad058-956de1c1205bb3f70eb9a29af78c5f1a208c1a3b.zip |
ramips: enable ethernet driver for rt288x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22214 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/rt288x/config-2.6.32 | 2 | ||||
-rw-r--r-- | target/linux/ramips/rt288x/config-2.6.34 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/rt288x/config-2.6.32 b/target/linux/ramips/rt288x/config-2.6.32 index 786174fb09..9353b3743b 100644 --- a/target/linux/ramips/rt288x/config-2.6.32 +++ b/target/linux/ramips/rt288x/config-2.6.32 @@ -100,7 +100,7 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMP is not set # CONFIG_MIPS_MT_SMTC is not set CONFIG_MIPS_RALINK=y -# CONFIG_MIPS_RAMIPS_NET is not set +CONFIG_MIPS_RAMIPS_NET=y # CONFIG_MIPS_SIM is not set # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y diff --git a/target/linux/ramips/rt288x/config-2.6.34 b/target/linux/ramips/rt288x/config-2.6.34 index 42e0515dce..1985d0e991 100644 --- a/target/linux/ramips/rt288x/config-2.6.34 +++ b/target/linux/ramips/rt288x/config-2.6.34 @@ -108,7 +108,7 @@ CONFIG_MIPS_MT_DISABLED=y # CONFIG_MIPS_MT_SMP is not set # CONFIG_MIPS_MT_SMTC is not set CONFIG_MIPS_RALINK=y -# CONFIG_MIPS_RAMIPS_NET is not set +CONFIG_MIPS_RAMIPS_NET=y # CONFIG_MIPS_SIM is not set # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_CMDLINE_PARTS=y |