mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
we can't handle the switch on the GW2345 yet, but we cna support the GW2355
SVN-Revision: 10868
This commit is contained in:
parent
31ad2bd821
commit
27d341022c
@ -40,11 +40,6 @@ Index: linux-2.6.24.2/arch/arm/mach-ixp4xx/avila-setup.c
|
||||
+ .npeb_phy = 0,
|
||||
+ .npec_phy = 1,
|
||||
+ }, {
|
||||
+ .model = "GW2345",
|
||||
+ .npes_used = 2,
|
||||
+ .npeb_phy = 0,
|
||||
+ .npec_phy = 1,
|
||||
+ }, {
|
||||
+ .model = "GW2347",
|
||||
+ .npes_used = 1,
|
||||
+ .npeb_phy = 1,
|
||||
@ -63,6 +58,11 @@ Index: linux-2.6.24.2/arch/arm/mach-ixp4xx/avila-setup.c
|
||||
+ .npes_used = 1,
|
||||
+ .npeb_phy = 1,
|
||||
+ }, {
|
||||
+ .model = "GW2355",
|
||||
+ .npes_used = 2,
|
||||
+ .npeb_phy = -1,
|
||||
+ .npec_phy = 1,
|
||||
+ }, {
|
||||
+ .model = "GW2357",
|
||||
+ .npes_used = 1,
|
||||
+ .npeb_phy = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user