mirror of https://github.com/hak5/openwrt-owl.git
iproute2: add conflict for ip with ip-full
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42774owl
parent
a402b5c48d
commit
5121981a9e
|
@ -31,7 +31,11 @@ define Package/iproute2/Default
|
|||
VARIANT:=$(1)
|
||||
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)
|
||||
|
||||
define Package/ip/conffiles
|
||||
|
|
Loading…
Reference in New Issue