mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
iproute2: add conflict for ip with ip-full
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42774
This commit is contained in:
parent
a402b5c48d
commit
5121981a9e
@ -31,7 +31,11 @@ define Package/iproute2/Default
|
|||||||
VARIANT:=$(1)
|
VARIANT:=$(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
Package/ip=$(call Package/iproute2/Default,tiny,Minimal)
|
define Package/ip
|
||||||
|
$(call Package/iproute2/Default,tiny,Minimal)
|
||||||
|
CONFLICTS:=ip-full
|
||||||
|
endef
|
||||||
|
|
||||||
Package/ip-full=$(call Package/iproute2/Default,full,Full)
|
Package/ip-full=$(call Package/iproute2/Default,full,Full)
|
||||||
|
|
||||||
define Package/ip/conffiles
|
define Package/ip/conffiles
|
||||||
|
Loading…
Reference in New Issue
Block a user