You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
Roger Pueyo Centelles 1775d50bde ath79: add support for Ubiquiti NanoBridge M (XM)
This patch adds support for the Ubiquiti NanoBridge M (XM), a
802.11n wireless with a feed+dish form factor, with the same board
definition as the Bullet M (XM).

Specifications:
 - Atheros AR7241 SoC
 - 32 MB RAM
 - 8 MB SPI flash
 - 1x 10/100 Mbps Ethernet port, 24 Vdc PoE-in
 - Power and LAN green LEDs
 - 4x RSSI LEDs (red, orange, green, green)
 - UART (115200 8N1)

Flashing via stock GUI:
 - WARNING: flashing OpenWrt from AirOS v5.6 or newer will brick your
   device! Read the wiki for more info.
 - Downgrade to AirOS v5.5.x (latest available is 5.5.11) first.
 - Upload the factory image via AirOS web GUI.

Flashing via TFTP:
 - WARNING: flashing OpenWrt from AirOS v5.6 or newer will brick your
   device! Read the wiki for more info.
 - Downgrade to AirOS v5.5.x (latest available is 5.5.11) first.
 - Use a pointy tool (e.g., pen cap, slotted screwdriver) to keep the
   reset button pressed.
 - Power on the device (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_nanobridge-m-squashfs-factory.bin

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
[rebase, fix includes in DTS, add label MAC address, add SOC and
fix sorting in generic-ubnt.mk]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
4 years ago
..
apm821xx treewide: omit IMAGE_SIZE argument from check-size 4 years ago
ar71xx ar71xx: remove hard-coded folder name from Mikrotik RB upgrade 4 years ago
arc770 treewide: remove maintainer variable from targets 4 years ago
archs38 treewide: remove maintainer variable from targets 4 years ago
armvirt kernel: move TEO governor to generic config 4 years ago
at91 treewide: remove maintainer variable from targets 4 years ago
ath25 treewide: remove maintainer variable from targets 4 years ago
ath79 ath79: add support for Ubiquiti NanoBridge M (XM) 4 years ago
bcm27xx bcm27xx: enable THERMAL_WRITABLE_TRIPS on bcm2710 and bcm2711 4 years ago
bcm47xx treewide: remove maintainer variable from targets 4 years ago
bcm53xx bcm53xx: sysupgrade: optimize building UBI image 4 years ago
bcm63xx treewide: gather DEVICE_VARS into one place 4 years ago
cns3xxx treewide: remove maintainer variable from targets 4 years ago
gemini gemini: Bump kernel to v5.4 4 years ago
generic kernel: 5.4: disable more symbols 4 years ago
imx6 treewide: remove maintainer variable from targets 4 years ago
ipq40xx treewide: omit IMAGE_SIZE argument from check-size 4 years ago
ipq806x treewide: gather DEVICE_VARS into one place 4 years ago
ipq807x treewide: remove maintainer variable from targets 4 years ago
kirkwood treewide: omit IMAGE_SIZE argument from check-size 4 years ago
lantiq treewide: omit IMAGE_SIZE argument from check-size 4 years ago
layerscape treewide: remove maintainer variable from targets 4 years ago
malta malta: Remove kernel 4.14 support 4 years ago
mediatek mediatek: move mt76 and wpad-bacic to mt7622 subtarget 4 years ago
mpc85xx treewide: remove maintainer variable from targets 4 years ago
mvebu treewide: gather DEVICE_VARS into one place 4 years ago
mxs mxs: fix user led for OLinuXino boards 4 years ago
octeon treewide: remove maintainer variable from targets 4 years ago
octeontx kernel: move TEO governor to generic config 4 years ago
omap treewide: gather DEVICE_VARS into one place 4 years ago
oxnas oxnas: backport another fix for irqchip 4 years ago
pistachio treewide: remove maintainer variable from targets 4 years ago
ramips treewide: omit IMAGE_SIZE argument from check-size 4 years ago
rb532 treewide: remove maintainer variable from targets 4 years ago
samsung treewide: remove maintainer variable from targets 4 years ago
sunxi treewide: gather DEVICE_VARS into one place 4 years ago
tegra treewide: gather DEVICE_VARS into one place 4 years ago
uml treewide: Remove self from MAINTAINER entries 4 years ago
x86 x86: allow non gzipped images 4 years ago
zynq zynq: switch to kernel 5.4 4 years ago
Makefile