mediatek: bump to v4.14

This drops support for all the !emmc EVB and adds banannaPi-R2
Also drop mtkhnat until the nftables offoad driver is ready

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2018-01-08 15:06:24 +01:00
parent 04d3308b62
commit 7762c07c88
91 changed files with 1482 additions and 19755 deletions

View File

@@ -20,13 +20,8 @@ platform_check_image() {
local board=$(board_name)
case "$board" in
mediatek,mt7623-rfb-nand-ephy |\
mediatek,mt7623-rfb-nand)
nand_do_platform_check $board $1
return $?
;;
bananapi,bpi-r2 |\
mediatek,mt7623-rfb-emmc)
mediatek,mt7623a-rfb-emmc)
local kernel_length=`(tar xf $tar_file sysupgrade-$board/kernel -O | wc -c) 2> /dev/null`
local rootfs_length=`(tar xf $tar_file sysupgrade-$board/root -O | wc -c) 2> /dev/null`
;;
@@ -44,12 +39,3 @@ platform_check_image() {
return 0
}
platform_pre_upgrade() {
case "$(board_name)" in
mediatek,mt7623-rfb-nand-ephy |\
mediatek,mt7623-rfb-nand)
nand_do_upgrade $1
;;
esac
}