mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
mvsw6171: note support for 88E6172 switches
The '6171 and '6172 are similar enough to work without any changes to the code. Signed-off-by: Claudio Leite <leitec@staticky.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43753 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6f59aca59a
commit
863d6cfaeb
@ -192,7 +192,7 @@ enum {
|
||||
|
||||
#define MV_IDENT_MASK 0xffc0
|
||||
#define MV_IDENT_VALUE 0x1700
|
||||
#define MV_IDENT_STR "MV88E6171"
|
||||
#define MV_IDENT_STR "MV88E617x"
|
||||
|
||||
#define MV_PVID_MASK 0x0fff
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
select ETHERNET_PACKET_MANGLE
|
||||
|
||||
+config MVSW6171_PHY
|
||||
+ tristate "Driver for Marvell 88E6171 switches"
|
||||
+ tristate "Driver for Marvell 88E6171/6172 switches"
|
||||
+ select SWCONFIG
|
||||
+
|
||||
config IP17XX_PHY
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
select ETHERNET_PACKET_MANGLE
|
||||
|
||||
+config MVSW6171_PHY
|
||||
+ tristate "Driver for Marvell 88E6171 switches"
|
||||
+ tristate "Driver for Marvell 88E6171/6172 switches"
|
||||
+ select SWCONFIG
|
||||
+
|
||||
config IP17XX_PHY
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user