From e002648835d52de89ce240f6a4c85c9a185bc6fe Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Sat, 7 Mar 2020 18:52:16 +0100 Subject: [PATCH] batctl: Drop duplicated PROVIDES for batctl-tiny The PROVIDES:=batctl is also set by Package/batctl/Default and doesn't have to be duplicated for Package/batctl-tiny (which inherits from Package/batctl/Default). Signed-off-by: Sven Eckelmann --- batctl/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/batctl/Makefile b/batctl/Makefile index 4eb147b..196813d 100644 --- a/batctl/Makefile +++ b/batctl/Makefile @@ -36,7 +36,6 @@ define Package/batctl-tiny $(call Package/batctl/Default) TITLE:=B.A.T.M.A.N. Advanced user space configuration tool (Minimal) VARIANT:=tiny - PROVIDES:=batctl ALTERNATIVES:=100:/usr/sbin/batctl:/usr/libexec/batctl-tiny endef