aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2/Makefile
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
commitfdb1c59ca1876322e2db139463ebc399f5624b57 (patch)
treeb40fb6efcaeb02884931983eb818b460d5416466 /package/iproute2/Makefile
parent8ec3114a64c9f749ef9e1b06f85e25001ce46c68 (diff)
downloadupstream-fdb1c59ca1876322e2db139463ebc399f5624b57.tar.gz
upstream-fdb1c59ca1876322e2db139463ebc399f5624b57.tar.bz2
upstream-fdb1c59ca1876322e2db139463ebc399f5624b57.zip
remove bogus dependency line
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4621 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r--package/iproute2/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index e494177c90..4ad88d8f34 100644
--- a/package/iproute2/Makefile
+++ b/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