target,base-files: unify handling of procd-ujail
Remove the remaining special handling of procd-ujail in a same way as the rest of the packages was handled in the commit4c65359af4("build: fix including busybox, procd and apk/opkg in imagebuilder"). Fixes:44598c233d("build: remove broken dependency of metadata on toplevel .config variables") Signed-off-by: Petr Štetiar <ynezz@true.cz> Link: https://github.com/openwrt/openwrt/pull/16986 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
57daea682e
commit
ac640718aa
@@ -90,11 +90,6 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
# include ujail on systems with enough storage
|
||||
ifeq ($(filter small_flash,$(FEATURES)),)
|
||||
DEFAULT_PACKAGES+=procd-ujail
|
||||
endif
|
||||
|
||||
# Add device specific packages (here below to allow device type set from subtarget)
|
||||
DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.$(DEVICE_TYPE))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user