diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-22 10:40:32 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-22 10:40:32 +0000 |
commit | 84104005498acda8cce4d40aa84bc1115722883b (patch) | |
tree | b40fb6efcaeb02884931983eb818b460d5416466 /package/iproute2 | |
parent | 3c4dec1c5259270259b0da0f3ff918191b816476 (diff) |
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')
-rw-r--r-- | package/iproute2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index e494177c9..4ad88d8f3 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 |