mediatek: fix merge error in platform.sh
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
bdb3ee5045
commit
9f683a3abf
@ -165,7 +165,7 @@ platform_do_upgrade() {
|
||||
CI_KERNPART="fit"
|
||||
CI_ROOTPART="ubi_rootfs"
|
||||
nand_do_upgrade "$1"
|
||||
;;
|
||||
;;
|
||||
unielec,u7981-01*)
|
||||
local rootdev="$(cmdline_get_var root)"
|
||||
rootdev="${rootdev##*/}"
|
||||
@ -221,6 +221,8 @@ platform_copy_config() {
|
||||
acer,predator-w6|\
|
||||
glinet,gl-mt2500|\
|
||||
glinet,gl-mt6000|\
|
||||
glinet,gl-x3000|\
|
||||
glinet,gl-xe3000|\
|
||||
jdcloud,re-cp-03|\
|
||||
ubnt,unifi-6-plus)
|
||||
emmc_copy_config
|
||||
@ -241,15 +243,6 @@ platform_copy_config() {
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
acer,predator-w6|\
|
||||
glinet,gl-mt2500|\
|
||||
glinet,gl-mt6000|\
|
||||
glinet,gl-x3000|\
|
||||
glinet,gl-xe3000|\
|
||||
jdcloud,re-cp-03|\
|
||||
ubnt,unifi-6-plus)
|
||||
emmc_copy_config
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user