mirror of https://github.com/aredn/aredn.git
aredn: some LHG based devices stuck in bootloop
add missing board id to sysupgrade pre upgrade steps for mikrotik NOR based devices
This commit is contained in:
parent
5c723917e6
commit
da3191478a
|
@ -69,3 +69,15 @@ Index: openwrt/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
|
|||
ATH79_MACH_RB_MAP, /* Mikrotik RouterBOARD mAP2nD */
|
||||
ATH79_MACH_RB_MAPL, /* Mikrotik RouterBOARD mAP L-2nD */
|
||||
ATH79_MACH_RB_WAP, /* Mikrotik RouterBOARD wAP2nD */
|
||||
Index: openwrt/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
|
||||
===================================================================
|
||||
--- openwrt.orig/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
|
||||
+++ openwrt/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
|
||||
@@ -760,6 +760,7 @@ platform_pre_upgrade() {
|
||||
rb-952ui-5ac2nd|\
|
||||
rb-962uigs-5hact2hnt|\
|
||||
rb-lhg-5nd|\
|
||||
+ rb-lhg-5hpnd|\
|
||||
rb-lhg-5hpnd-xl|\
|
||||
rb-ldf-5nd|\
|
||||
rb-map-2nd|\
|
||||
|
|
Loading…
Reference in New Issue