Browse Source

iproute2: add conflict for ip with ip-full

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 42774
Felix Fietkau 11 years ago
parent
commit
5121981a9e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      package/network/utils/iproute2/Makefile

+ 5 - 1
package/network/utils/iproute2/Makefile

@@ -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