forked from Ivasoft/openwrt
ramips: improve support for Zyxel Keenetic Extra II
- drop unneeded default-state for led_power - concat firmware partitions to extend available free space - increase spi flash frequency to 32 Mhz (value from stock firmware bootlog) - drop broken-flash-reset because of onboard flash chip W25Q256FV has reset support - add compatible for pcie wifi according to kernel documetation - switch to wan mac address with offset 0x28 in rf-eeprom Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
This commit is contained in:
committed by
Hauke Mehrtens
parent
2fe29794b1
commit
3690c4a092
@@ -228,8 +228,7 @@ ramips_setup_macs()
|
||||
netgear,r6080|\
|
||||
netgear,r6120|\
|
||||
wrtnode,wrtnode2p|\
|
||||
wrtnode,wrtnode2r|\
|
||||
zyxel,keenetic-extra-ii)
|
||||
wrtnode,wrtnode2r)
|
||||
wan_mac=$(macaddr_add "$(mtd_get_mac_binary factory 0x4)" 1)
|
||||
;;
|
||||
hiwifi,hc5611|\
|
||||
@@ -253,7 +252,8 @@ ramips_setup_macs()
|
||||
totolink,lr1200)
|
||||
wan_mac=$(mtd_get_mac_binary factory 0x2e)
|
||||
;;
|
||||
keenetic,kn-1613)
|
||||
keenetic,kn-1613|\
|
||||
zyxel,keenetic-extra-ii)
|
||||
wan_mac=$(mtd_get_mac_binary rf-eeprom 0x28)
|
||||
;;
|
||||
linksys,e5400)
|
||||
|
||||
Reference in New Issue
Block a user