diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-11-22 18:26:12 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-11-22 18:26:12 +0000 |
commit | acd2f69fab1b39e2bed10339fae0c9de2cd72a3b (patch) | |
tree | c92002252ba6f411ed1a071ba874ce2cae121fc0 /utils/runc/Makefile | |
parent | 66e3de36e82a4cbaefc9c6f0b3154287017d9dbd (diff) |
runc: remove unneeded MENU:=1
Now that runc builds according to available kernel features and there
is no longer a sub-menu to select them manually, also drop the MENU:=1
statement from the package Makefile.
Fixes: 3a06ce559 ("runc: Updated to v1.0.0-rc92 for dockerd")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'utils/runc/Makefile')
-rw-r--r-- | utils/runc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/runc/Makefile b/utils/runc/Makefile index cb012fc83..caeb989ab 100644 --- a/utils/runc/Makefile +++ b/utils/runc/Makefile @@ -29,7 +29,6 @@ define Package/runc TITLE:=runc container runtime URL:=https://www.opencontainers.org/ DEPENDS:=$(GO_ARCH_DEPENDS) @(aarch64||arm||x86_64) +KERNEL_SECCOMP_FILTER:libseccomp - MENU:=1 endef define Package/runc/description |