diff options
| author | Robert Marko | 2024-12-07 21:08:18 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-12-08 08:59:16 +0000 |
| commit | 863d1a634e88b6db497622e5f007acca1adad60b (patch) | |
| tree | 294cacdc1c1ad0b9fefd266f4f23ddbb1991c49f | |
| parent | 45f9f1551223b516cccbcca1e252e722bb3dbc08 (diff) | |
| download | openwrt-863d1a634e88b6db497622e5f007acca1adad60b.tar.gz | |
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: https://github.com/openwrt/openwrt/pull/17203
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 1b6f7ec6794233fbf7c1cf17dcee34053c08fa9c)
| -rw-r--r-- | target/linux/qualcommax/image/ipq807x.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/qualcommax/image/ipq807x.mk b/target/linux/qualcommax/image/ipq807x.mk index 60af865459..8ca370f57e 100644 --- a/target/linux/qualcommax/image/ipq807x.mk +++ b/target/linux/qualcommax/image/ipq807x.mk @@ -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 |