mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
brcm47xx: improve detection of Linksys WRTSL54GS
This closes #13319 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37647 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1145,9 +1145,6 @@ static struct platform_t __init *platform_detect_legacy(void)
|
||||
if (!strcmp(boardtype, "0x0101") && !strcmp(getvar("boot_ver"), "v3.6"))
|
||||
return &platforms[WRT54G3G];
|
||||
|
||||
if (!strcmp(getvar("et1phyaddr"),"5") && !strcmp(getvar("et1mdcport"), "1"))
|
||||
return &platforms[WRTSL54GS];
|
||||
|
||||
/* default to WRT54G */
|
||||
return &platforms[WRT54G];
|
||||
}
|
||||
@@ -1347,6 +1344,8 @@ static struct platform_t __init *platform_detect(void)
|
||||
return &platforms[WRT610N];
|
||||
case BCM47XX_BOARD_LINKSYS_WRT610NV2:
|
||||
return &platforms[WRT610NV2];
|
||||
case BCM47XX_BOARD_LINKSYS_WRTSL54GS:
|
||||
return &platforms[WRTSL54GS];
|
||||
case BCM47XX_BOARD_MOTOROLA_WE800G:
|
||||
return &platforms[WE800G];
|
||||
case BCM47XX_BOARD_MOTOROLA_WR850GP:
|
||||
|
||||
Reference in New Issue
Block a user