index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
target
/
linux
/
ipq40xx
/
base-files
/
lib
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'target/linux/ipq40xx/base-files/lib')
-rw-r--r--
target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh b/target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
index 5582696759..c94b4d8f9e 100644
--- a/
target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
+++ b/
target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
@@ -111,6 +111,10 @@ platform_do_upgrade() {
CI_KERNPART="part.safe"
nand_do_upgrade "$1"
;;
+ mikrotik,hap-ac2)
+ [ "$(rootfs_type)" = "tmpfs" ] && mtd erase firmware
+ default_do_upgrade "$1"
+ ;;
openmesh,a42 |\
openmesh,a62 |\
plasmacloud,pa1200 |\