Skip to content

Commit ac64071

Browse files
ynezzrobimarko
authored andcommitted
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 commit 4c65359 ("build: fix including busybox, procd and apk/opkg in imagebuilder"). Fixes: 44598c2 ("build: remove broken dependency of metadata on toplevel .config variables") Signed-off-by: Petr Štetiar <[email protected]> Link: openwrt/openwrt#16986 Signed-off-by: Robert Marko <[email protected]>
1 parent 57daea6 commit ac64071

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

include/target.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ else
9090
endif
9191
endif
9292

93-
# include ujail on systems with enough storage
94-
ifeq ($(filter small_flash,$(FEATURES)),)
95-
DEFAULT_PACKAGES+=procd-ujail
96-
endif
97-
9893
# Add device specific packages (here below to allow device type set from subtarget)
9994
DEFAULT_PACKAGES += $(DEFAULT_PACKAGES.$(DEVICE_TYPE))
10095

package/base-files/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ define Package/base-files
4343
+netifd +libc +jsonfilter +SIGNED_PACKAGES:usign +SIGNED_PACKAGES:openwrt-keyring \
4444
+NAND_SUPPORT:ubi-utils +fstools +fwtool \
4545
+SELINUX:procd-selinux +!SELINUX:procd +SECCOMP:procd-seccomp \
46-
+SELINUX:busybox-selinux +!SELINUX:busybox
46+
+SELINUX:busybox-selinux +!SELINUX:busybox +!SMALL_FLASH:procd-ujail
4747
TITLE:=Base filesystem for OpenWrt
4848
URL:=http://openwrt.org/
4949
VERSION:=$(PKG_RELEASE)~$(lastword $(subst -, ,$(REVISION)))

0 commit comments

Comments
 (0)