1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-22 07:31:37 +02:00
openwrt/target/linux
David Bauer b4bf43c667 ar71xx: add support for Fritz!WLAN Repeater 450E
This commit adds support for the AVM Fritz!WLAN Repeater 450E

SOC:    Qualcomm QCA9556 (Scorpion) 560MHz MIPS74Kc
RAM:    64MB Zentel A3R12E40CBF DDR2
FLASH:  16MiB Winbond W25Q128 SPI NOR
WLAN1:  QCA9556 2.4 GHz 802.11b/g/n 3x3
INPUT:  WPS button
LED:    Power, WiFi, LAN, RSSI indicator
Serial: Header Next to Black metal shield
        Pinout is 3.3V - RX - TX - GND (Square Pad is 3.3V)
        The Serial setting is 115200-8-N-1.

Tested and working:
 - Ethernet
 - 2.4GHz WiFi (correct MAC)
 - Installation via EVA bootloader
 - OpenWRT sysupgrade
 - Buttons
 - Most LEDs

Not working:
 - 2 RSSI LEDs
   AVM used for RSSI{0,1} two of the Ethernet PHYs LEDs which they
   control over MDIO. Our driver doesn't expose these LEDs as GPIOs.
   While it is possible to implement this feature, it would require an
   additional kernel patch for a minor functionality.

Installation via EVA:
In the first seconds after Power is connected, the bootloader will
listen for FTP connections on 192.168.178.1. Firmware can be uploaded
like following:

  ftp> quote USER adam2
  ftp> quote PASS adam2
  ftp> binary
  ftp> debug
  ftp> passive
  ftp> quote MEDIA FLSH
  ftp> put openwrt-sysupgrade.bin mtd1

Note that this procedure might take up to two minutes.
You need to powercycle the Device afterwards to boot OpenWRT.

Signed-off-by: David Bauer <mail@david-bauer.net>
2018-06-18 23:23:30 +02:00
..
adm5120
adm8668
apm821xx
ar7
ar71xx ar71xx: add support for Fritz!WLAN Repeater 450E 2018-06-18 23:23:30 +02:00
arc770
archs38
armvirt
at91
ath25
ath79 ath79: add support for tl-wr1043nd v2/v3 2018-06-18 20:29:38 +02:00
au1000
bcm53xx bcm53xx: exit if writing kernel during sysupgrade fails 2018-06-18 13:47:08 +02:00
brcm47xx
brcm63xx
brcm2708 kernel: bump 4.9 to 4.9.109 2018-06-18 15:25:28 +02:00
cns3xxx
gemini gemini: Cook SQ201 images 2018-06-18 06:35:33 +02:00
generic mips: fix dynamic ftrace 2018-06-18 20:29:26 +02:00
imx6
ipq40xx ipq40xx: add support for ZyXEL WRE6606 2018-06-18 18:21:20 +02:00
ipq806x ipq806x: D7800 only has a single sata port 2018-06-18 20:29:37 +02:00
ixp4xx
kirkwood
lantiq lantiq: atm: fix ifx_atm driver integration 2018-06-18 15:26:41 +02:00
layerscape
malta
mcs814x
mediatek mediatek: mt7622: Do not deactivate CONFIG_BLK_DEV 2018-06-18 07:10:19 +02:00
mpc85xx
mvebu mvebu: enable CONFIG_HW_RANDOM 2018-06-18 20:29:38 +02:00
mxs
octeon
octeontx
omap
omap24xx
orion
oxnas
pistachio
ppc40x
ppc44x
ramips kernel: bump 4.14 to 4.14.49 2018-06-18 07:10:19 +02:00
rb532
sunxi kernel: bump 4.9 to 4.9.108 2018-06-18 07:10:19 +02:00
uml
x86
xburst
zynq
Makefile