2
0
forked from Ivasoft/openwrt

ath79: move base-files for ZyXEL NBG6716

Due to rebase of the base-files split patch after adding support
for the ZyXEL NBG6716, its base-files were added to the generic
subtarget, although the device belongs to the nand subtarget.

This moves the definitions to their proper locations.

Fixes: 0130022bae ("ath79: split base-files into subtargets")

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
[improve commit message, rebase]
Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
Adrian Schmutzler
2019-10-27 14:40:37 +01:00
committed by David Bauer
parent 62db255543
commit b288c56e1e
8 changed files with 53 additions and 20 deletions

View File

@@ -51,9 +51,6 @@ platform_do_upgrade() {
ubnt,routerstation-pro)
echo "Sysupgrade disabled due bug FS#2428"
;;
zyxel,nbg6716)
nand_do_upgrade "$1"
;;
*)
default_do_upgrade "$1"
;;