fff-network: remove broken include for Ubiquiti UniFi AC Mesh

In '/etc/network.ubnt,unifiac-mesh', we include a file that does
not exist on ath79 anymore. This causes the script execution to
abort and will have configurenetwork not run at all, making the
device quite inaccessible.

Remove the include as it never had any use anyway. Remove another
unused include as well, and add the proper dependency instead.

This fix was first proposed more than 2.5 years ago.

Fixes: #130 (gitea)

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Adrian Schmutzler 2021-02-26 20:27:04 +01:00 committed by Fabian Bläse
parent 1158e0bb24
commit 51d3858ed4
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-network
PKG_RELEASE:=35
PKG_RELEASE:=36
include $(INCLUDE_DIR)/package.mk

View File

@ -6,8 +6,7 @@ BATMAN_PORTS=""
ONE_PORT="YES"
. /etc/network.mode
. /lib/functions.sh
. /lib/functions/system.sh
. /lib/functions/uci-defaults.sh
. /lib/ar71xx.sh
ROUTERMAC=$(mtd_get_mac_binary EEPROM 0x0)
ROUTERMAC=$(mtd_get_mac_binary EEPROM 0x0)