Skip to content

Commit 1b6f7ec

Browse files
committed
qualcommax: ipq807x: add Netgear DEVICE_VARS
Add NETGEAR_BOARD_ID and NETGEAR_HW_ID to DEVICE_VARS as multiple devices set them in their recipes, so without them being added to DEVICE_VARS then simply the value from last recipe that gets evaluated is used and images are generated with the wrong ID-s. Link: openwrt/openwrt#17203 Signed-off-by: Robert Marko <[email protected]>
1 parent 9c55866 commit 1b6f7ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

target/linux/qualcommax/image/ipq807x.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_HW_ID
2+
13
define Build/asus-fake-ramdisk
24
rm -rf $(KDIR)/tmp/fakerd
35
dd if=/dev/zero bs=32 count=1 > $(KDIR)/tmp/fakerd

0 commit comments

Comments
 (0)