projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433d71e
)
build: ensure that iwinfo is selected when building for multiple devices
author
Felix Fietkau
<
[email protected]
>
Mon, 2 Jul 2018 12:19:42 +0000
(14:19 +0200)
committer
Felix Fietkau
<
[email protected]
>
Mon, 2 Jul 2018 12:27:04 +0000
(14:27 +0200)
extra_packages needs to be added there, like on profiles and target
packages lists
Signed-off-by: Felix Fietkau <
[email protected]
>
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index d358054008e31f117c980a3a1a8dfe893d8517c0..f2a85f6feb9fb7b062da9a8a3e3d28b2028bace0 100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-393,6
+393,7
@@
endef
define Device/Check/Common
_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
$$(eval $$(call merge_packages,_PACKAGES,$$(DEVICE_PACKAGES) $$(call DEVICE_EXTRA_PACKAGES,$(1))))
ROOTFS_ID/$(1) := $$(if $$(_PROFILE_SET),$$(call mkfs_packages_id,$$(_PACKAGES)))