summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-08-22 10:40:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-08-22 10:40:32 +0000
commit2612170e0f5b48fe6f9f482953d3599e96e7af21 (patch)
tree5f0c4151850091c7e87c94a07bf69d6f91b13fea
parent881f3c63f72b153f6389edc1784ad0f4f2f48854 (diff)
downloadmtk-20170518-2612170e0f5b48fe6f9f482953d3599e96e7af21.zip
mtk-20170518-2612170e0f5b48fe6f9f482953d3599e96e7af21.tar.gz
mtk-20170518-2612170e0f5b48fe6f9f482953d3599e96e7af21.tar.bz2
remove bogus dependency line
SVN-Revision: 4621
-rw-r--r--openwrt/package/iproute2/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/iproute2/Makefile b/openwrt/package/iproute2/Makefile
index e494177..4ad88d8 100644
--- a/openwrt/package/iproute2/Makefile
+++ b/openwrt/package/iproute2/Makefile
@@ -23,7 +23,6 @@ include $(INCLUDE_DIR)/package.mk
define Package/ip
SECTION:=base
CATEGORY:=Network
-DEPENDS:=iproute2
TITLE:=A routing control utility
endef