From: David Bauer Date: Tue, 27 Aug 2019 21:55:12 +0000 (+0200) Subject: ramips: add factory image for NETGEAR R6220 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=250d57ac29b8cf3a98387f4a25cc371e27ddad87;p=openwrt%2Fstaging%2Fadrian.git ramips: add factory image for NETGEAR R6220 This adds an easy-installation factory image for the NETGEAR R6220 router. The factory image can either be flashed via the vendor Web-UI or the bootloader using nmrpflash. Tested with NETGEAR V1.1.0.86 firmware. Signed-off-by: David Bauer (cherry picked from commit 607dfdf211bebb5043cbc0267c1e2c3e3c2514b4) --- diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index d125fdc04d..aab6097d33 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -322,7 +322,12 @@ define Device/r6220 KERNEL_SIZE := 4096k IMAGE_SIZE := 28672k UBINIZE_OPTS := -E 5 - IMAGES += kernel.bin rootfs.bin + SERCOMM_HWID := AYA + SERCOMM_HWVER := A001 + SERCOMM_SWVER := 0x0086 + IMAGES += factory.img kernel.bin rootfs.bin + IMAGE/factory.img := pad-extra 2048k | append-kernel | pad-to 6144k | append-ubi | \ + pad-to $$$$(BLOCKSIZE) | sercom-footer | pad-to 128 | zip R6220.bin | sercom-seal IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata IMAGE/kernel.bin := append-kernel IMAGE/rootfs.bin := append-ubi | check-size $$$$(IMAGE_SIZE)