Skip to content

Commit

Permalink
qualcommax: ipq807x: add Netgear DEVICE_VARS
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
robimarko committed Dec 8, 2024
1 parent 9c55866 commit 1b6f7ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target/linux/qualcommax/image/ipq807x.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_HW_ID

define Build/asus-fake-ramdisk
rm -rf $(KDIR)/tmp/fakerd
dd if=/dev/zero bs=32 count=1 > $(KDIR)/tmp/fakerd
Expand Down

0 comments on commit 1b6f7ec

Please sign in to comment.