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

@@ -13,7 +13,8 @@ platform_do_upgrade() {
local board=$(board_name)
case "$board" in
aerohive,hiveap-121)
aerohive,hiveap-121|\
zyxel,nbg6716)
nand_do_upgrade "$1"
;;
*)