build: ensure that iwinfo is selected when building for multiple devices
extra_packages needs to be added there, like on profiles and target packages lists Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		| @@ -393,6 +393,7 @@ endef | |||||||
|  |  | ||||||
| define Device/Check/Common | define Device/Check/Common | ||||||
|   _PROFILE_SET = $$(strip $$(foreach profile,$$(PROFILES) DEVICE_$(1),$$(call DEVICE_CHECK_PROFILE,$$(profile)))) |   _PROFILE_SET = $$(strip $$(foreach profile,$$(PROFILES) DEVICE_$(1),$$(call DEVICE_CHECK_PROFILE,$$(profile)))) | ||||||
|  |   DEVICE_PACKAGES += $$(call extra_packages,$$(DEVICE_PACKAGES)) | ||||||
|   ifdef TARGET_PER_DEVICE_ROOTFS |   ifdef TARGET_PER_DEVICE_ROOTFS | ||||||
|     $$(eval $$(call merge_packages,_PACKAGES,$$(DEVICE_PACKAGES) $$(call DEVICE_EXTRA_PACKAGES,$(1)))) |     $$(eval $$(call merge_packages,_PACKAGES,$$(DEVICE_PACKAGES) $$(call DEVICE_EXTRA_PACKAGES,$(1)))) | ||||||
|     ROOTFS_ID/$(1) := $$(if $$(_PROFILE_SET),$$(call mkfs_packages_id,$$(_PACKAGES))) |     ROOTFS_ID/$(1) := $$(if $$(_PROFILE_SET),$$(call mkfs_packages_id,$$(_PACKAGES))) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau