forked from Ivasoft/openwrt
ar71xx: add AVM FRITZ!WLAN Repeater 300E support
Specifications: * SoC: AR7242 (Virian 400MHz) * RAM: 64 MB DDR (W9751G6JB-25) * Flash: 16MB SPI flash (S25FL129PIF) * WiFi: AR9382 (2.4/5GHz) + 2x SE2595L * LAN: 1x1000M (PEF7071V) To install LEDE via EVA bootloader, a FTP connection need to be established to 192.168.178.1 within the first seconds after power on: ftp> quote USER adam2 ftp> quote PASS adam2 ftp> binary ftp> debug ftp> passive ftp> quote MEDIA FLSH ftp> put lede-ar71xx-generic-fritz300e-squashfs-sysupgrade.bin mtd1 Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -75,6 +75,7 @@ ar71xx_setup_interfaces()
|
||||
eap300v2|\
|
||||
eap7660d|\
|
||||
el-mini|\
|
||||
fritz300e|\
|
||||
hiveap-121|\
|
||||
loco-m-xw|\
|
||||
mr12|\
|
||||
@@ -518,6 +519,9 @@ ar71xx_setup_macs()
|
||||
lan_mac=$(mtd_get_mac_binary caldata 0)
|
||||
wan_mac=$(mtd_get_mac_binary caldata 6)
|
||||
;;
|
||||
fritz300e)
|
||||
lan_mac=$(fritz_tffs -n maca -i $(find_mtd_part "tffs (1)"))
|
||||
;;
|
||||
tl-wr1043nd-v4)
|
||||
wan_mac=$(mtd_get_mac_binary config 0x1017c)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user