From da3191478a3bf76ac5a998e4df4eb63c15ee2358 Mon Sep 17 00:00:00 2001 From: Joe Ayers Date: Wed, 19 Aug 2020 15:02:22 -0700 Subject: [PATCH] aredn: some LHG based devices stuck in bootloop add missing board id to sysupgrade pre upgrade steps for mikrotik NOR based devices --- patches/008-add-lhg.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/patches/008-add-lhg.patch b/patches/008-add-lhg.patch index 9c7ca749..23faf33f 100644 --- a/patches/008-add-lhg.patch +++ b/patches/008-add-lhg.patch @@ -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|\