Add support for Unifi AC Mesh

This is the correct firmware for the Unifi AC Mesh I have only
tested at Unifi AC Mesh and not at Unifi AC lite But my information
is, that both have the same Hardware

Signed-off-by: Christian Dresel <fff@chrisi01.de>
Reviewed-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Christian Dresel 2017-11-22 14:42:05 +01:00 committed by Tim Niemeyer
parent 6b296ddf35
commit 7b0add8c70
6 changed files with 21 additions and 2 deletions

View File

@ -68,6 +68,8 @@ CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-nano-m=y
CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_ubnt-nano-m=""
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-unifi=y
CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_ubnt-unifi=""
CONFIG_TARGET_DEVICE_ar71xx_generic_DEVICE_ubnt-unifiac-lite=y
CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_ubnt-unifiac-lite="-kmod-ath10k kmod-ath10k-ct"
CONFIG_BUSYBOX_CUSTOM=y
CONFIG_TARGET_PER_DEVICE_ROOTFS=y
# CONFIG_BUSYBOX_CONFIG_BRCTL is not set

View File

@ -28,6 +28,7 @@ images=("lede-ar71xx-generic-cpe210-220-squashfs-sysupgrade.bin"
"lede-ar71xx-generic-tl-mr3020-v1-squashfs-sysupgrade.bin"
"lede-ar71xx-generic-ubnt-bullet-m-squashfs-sysupgrade.bin"
"lede-ar71xx-generic-ubnt-unifi-squashfs-sysupgrade.bin"
"lede-ar71xx-generic-ubnt-unifiac-lite-squashfs-sysupgrade.bin"
"lede-ar71xx-generic-tl-wdr3500-v1-squashfs-sysupgrade.bin"
"lede-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin"
"lede-ar71xx-generic-tl-wdr4300-v1-squashfs-sysupgrade.bin"

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-boardname
PKG_VERSION:=3
PKG_VERSION:=4
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

View File

@ -41,6 +41,9 @@ case "$BOARD" in
loco-m-xw)
BOARD=ubnt-loco-m-xw
;;
unifiac-lite)
BOARD=ubnt-unifiac-lite
;;
tl-wa850re)
BOARD=tl-wa850re-v1
;;

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-network
PKG_VERSION:=9
PKG_VERSION:=10
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

View File

@ -0,0 +1,13 @@
WANDEV=eth0
SWITCHDEV=eth0
CLIENT_PORTS=""
WAN_PORTS=""
BATMAN_PORTS=""
ONE_PORT="YES"
. /etc/network.mode
. /lib/functions/system.sh
. /lib/functions/uci-defaults.sh
. /lib/ar71xx.sh
ROUTERMAC=$(mtd_get_mac_binary EEPROM 0x0)