mirror of
https://github.com/openwrt/routing.git
synced 2026-04-15 19:02:12 +00:00
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 <sven@narfation.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user