target: append basic packages to defaults

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2021-05-09 20:12:39 +08:00
parent c5fc507435
commit f577b920d6
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -109,6 +109,9 @@ else
endif
endif
# Add basic packages
DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.basic)
# Add device specific packages (here below to allow device type set from subtarget)
DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.$(DEVICE_TYPE))