Skip to content
Snippets Groups Projects
Commit 7b0add8c authored by Christian Dresel's avatar Christian Dresel Committed by Tim Niemeyer
Browse files

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: default avatarChristian Dresel <fff@chrisi01.de>
Reviewed-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent 6b296ddf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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"
......
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-boardname
PKG_VERSION:=3
PKG_VERSION:=4
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
......
......@@ -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
;;
......
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-network
PKG_VERSION:=9
PKG_VERSION:=10
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
......
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)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment