diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-04-20 02:53:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-04-20 02:53:04 +0000 |
commit | 3c2c1b1b69099f69915fac013114ac7082ee6656 (patch) | |
tree | 19ef329fe99f9be47690338b6af8f66136485e5d /target/linux/generic-2.6/config-2.6.23 | |
parent | 4d3d0399dc3d14e9687b979ef0c6f4c7c8c66f45 (diff) | |
download | upstream-3c2c1b1b69099f69915fac013114ac7082ee6656.tar.gz upstream-3c2c1b1b69099f69915fac013114ac7082ee6656.tar.bz2 upstream-3c2c1b1b69099f69915fac013114ac7082ee6656.zip |
Add stub driver for ADM6996F switches (configured through MII)
The driver currently uses a hardcoded VLAN mapping and has no configuration yet
Tested on Accton MR3202a
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10869 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/config-2.6.23')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index d6d982e40d..baac771313 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -5,6 +5,7 @@ # CONFIG_ACORN_PARTITION is not set # CONFIG_ADAPTEC_STARFIRE is not set # CONFIG_ADFS_FS is not set +# CONFIG_ADM6996_PHY is not set # CONFIG_AFFS_FS is not set # CONFIG_AFS_FS is not set # CONFIG_AF_RXRPC is not set |