openwrt/target/linux
Russell Senior d5812478ad ath79: add support for ubnt_bullet-m-ar7240 variant
This adds support for the Ubiquiti Bullet M (AR7240).

Specifications:
- AR7240 SoC @ 400 MHz
- 32 MB RAM
- 8 MB SPI flash
- 1x 10/100 Mbps Ethernet, 24 Vdc PoE-in
- External antenna
- POWER/LAN green LEDs
- 4x RSSI LEDs (red, orange, green, green)
- UART (115200 8N1) on PCB

Flashing via WebUI:
  Upload the factory image via the stock firmware web UI.

  Attention: airOS firmware versions >= 5.6 have a new bootloader with
  an incompatible partition table!

  Please downgrade to <= 5.5 _before_ flashing OpenWrt!
  Refer to the device's Wiki page for further information.

Flashing via TFTP:
  Same procedure as other Ubiquiti M boards.

- Use a pointy tool (e.g., pen cap, paper clip) and keep the reset
  button on the device or on the PoE supply pressed
- Power on the device via PoE (keep reset button pressed)
- Keep pressing until LEDs flash alternatively LED1+LED3 =>
  LED2+LED4 => LED1+LED3, etc.
- Release reset button
- The device starts a TFTP server at 192.168.1.20
- Set a static IP on the computer (e.g., 192.168.1.21/24)
- Upload via tftp the factory image:
  $ tftp 192.168.1.20
  tftp> bin
  tftp> trace
  tftp> put openwrt-ath79-generic-xxxxx-ubnt_bullet-m-ar7240-squashfs-factory.bin

The "fixed-link" section of the device tree is needed to avoid errors like this:

  Generic PHY mdio.0:1f:04: Master/Slave resolution failed, maybe conflicting manual settings?

With "fixed-link", the errors go away and eth0 comes up reliably.

Signed-off-by: Russell Senior <russell@personaltelco.net>
[fix SUPPORTED_DEVICES]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-03-21 19:22:21 +01:00
..
apm821xx treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
ar71xx ar71xx: remove hard-coded folder name from Mikrotik RB upgrade 2020-03-17 12:02:14 +01:00
arc770 treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
archs38 treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
armvirt kernel: move TEO governor to generic config 2020-03-17 00:51:48 +01:00
at91 treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
ath25 treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
ath79 ath79: add support for ubnt_bullet-m-ar7240 variant 2020-03-21 19:22:21 +01:00
bcm27xx bcm27xx: enable THERMAL_WRITABLE_TRIPS on bcm2710 and bcm2711 2020-03-18 12:19:13 +01:00
bcm47xx treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
bcm53xx treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
bcm63xx treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
cns3xxx treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
gemini gemini: Bump kernel to v5.4 2020-03-21 18:17:04 +01:00
generic kernel: 5.4: disable more symbols 2020-03-21 17:50:43 +01:00
imx6 treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
ipq40xx kernel: move TEO governor to generic config 2020-03-17 00:51:48 +01:00
ipq806x kernel: move TEO governor to generic config 2020-03-17 00:51:48 +01:00
ipq807x treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
kirkwood kernel: move TEO governor to generic config 2020-03-17 00:51:48 +01:00
lantiq lantiq: kernel 5.4: enable JFFS2 2020-03-17 20:36:39 +01:00
layerscape treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
malta malta: Remove kernel 4.14 support 2020-03-12 09:28:23 +01:00
mediatek mediatek: move mt76 and wpad-bacic to mt7622 subtarget 2020-03-21 12:58:29 +08:00
mpc85xx treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
mvebu treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
mxs mxs: fix user led for OLinuXino boards 2020-03-17 00:51:48 +01:00
octeon treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
octeontx kernel: move TEO governor to generic config 2020-03-17 00:51:48 +01:00
omap treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
oxnas oxnas: backport another fix for irqchip 2020-03-21 14:26:26 +00:00
pistachio treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
ramips ramips: do not add metadata to factory images 2020-03-17 22:17:59 +01:00
rb532 treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
samsung treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
sunxi treewide: remove maintainer variable from targets 2020-03-16 22:21:45 +01:00
tegra tegra: switch to kernel 5.4 2020-03-17 00:51:48 +01:00
uml
x86 x86: allow non gzipped images 2020-03-21 10:36:00 +00:00
zynq zynq: switch to kernel 5.4 2020-03-17 00:51:48 +01:00
Makefile