target: append basic packages to defaults
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
9d9dbaec6c
commit
be4c5a3af2
@ -99,6 +99,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))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user