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
1 changed files with 5 additions and 1 deletions
|
@ -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 a new issue