mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
iproute2: add conflict for ip with ip-full
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42774 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user