runc: remove unneeded MENU:=1
authorDaniel Golle <redacted>
Sun, 22 Nov 2020 18:26:12 +0000 (18:26 +0000)
committerDaniel Golle <redacted>
Sun, 22 Nov 2020 18:26:12 +0000 (18:26 +0000)
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 <redacted>
utils/runc/Makefile

index cb012fc834e5a9d428a35fca5f22bedb3a988b64..caeb989ab4f8684f4158aa85859ac4141fa4edb7 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT