[OpenWrt-Devel] [PATCH] ath79: wnr1000v2: fix image header information

Michal Cieslakiewicz michal.cieslakiewicz at wp.pl
Tue Oct 22 09:26:12 EDT 2019


Factory image generated for Netgear WNR1000 v2 has incorrect device
and hardware ID information in header due to missing makefile
variables. This fix adds them to device section.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz at wp.pl>
---
 target/linux/ath79/image/tiny-netgear.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/ath79/image/tiny-netgear.mk b/target/linux/ath79/image/tiny-netgear.mk
index 0df19390bb..d257ddd0ec 100644
--- a/target/linux/ath79/image/tiny-netgear.mk
+++ b/target/linux/ath79/image/tiny-netgear.mk
@@ -33,6 +33,8 @@ define Device/netgear_wnr1000-v2
   DEVICE_MODEL := WNR1000
   DEVICE_VARIANT := v2
   NETGEAR_KERNEL_MAGIC := 0x31303031
+  NETGEAR_BOARD_ID := WNR1000V2
+  NETGEAR_HW_ID := 29763331+4+32
   IMAGE_SIZE := 3712k
   IMAGE/default := append-kernel | pad-to $$$$(BLOCKSIZE) | netgear-squashfs | append-rootfs | pad-rootfs
   SUPPORTED_DEVICES += wnr1000-v2
-- 
2.23.0

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list