diff options
author | John Crispin <john@openwrt.org> | 2009-10-23 16:51:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2009-10-23 16:51:51 +0000 |
commit | d95163658cacaad4935f361fb3257904c8df8e4f (patch) | |
tree | 43931bc85e59c7348b3fd6f25aef08a6086565c2 /target/linux/ramips/rt305x | |
parent | 21367682e8ab9be4fda6b134c385e482b2ecf4d8 (diff) | |
download | upstream-d95163658cacaad4935f361fb3257904c8df8e4f.tar.gz upstream-d95163658cacaad4935f361fb3257904c8df8e4f.tar.bz2 upstream-d95163658cacaad4935f361fb3257904c8df8e4f.zip |
adds ethernet driver, esw needs to be moved to swconfig, driver is missing rt288x support, not a platform device yet
SVN-Revision: 18128
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/config-2.6.30 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/config-2.6.30 b/target/linux/ramips/rt305x/config-2.6.30 index 1ce0825cbb..f757dbd7cf 100644 --- a/target/linux/ramips/rt305x/config-2.6.30 +++ b/target/linux/ramips/rt305x/config-2.6.30 @@ -98,6 +98,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=y # CONFIG_MIPS_SIM is not set # CONFIG_MTD_CFI_INTELEXT is not set CONFIG_MTD_PHYSMAP=y |