aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-06 10:14:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-06 10:14:39 +0000
commitd360f2a1a0640bb5693a85298d2537421731a568 (patch)
tree23c9e322e1f60516bec079c362205cb479633e71 /package/iproute2
parent54c7eecda307cc12e83f7d7ad44077dde519d983 (diff)
downloadupstream-d360f2a1a0640bb5693a85298d2537421731a568.tar.gz
upstream-d360f2a1a0640bb5693a85298d2537421731a568.tar.bz2
upstream-d360f2a1a0640bb5693a85298d2537421731a568.zip
the bison prereq check is no longer necessary
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15631 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2')
-rw-r--r--package/iproute2/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index 5ce9083e38..4fd34f20bb 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -74,10 +74,6 @@ define Package/genl/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/genl/genl $(1)/usr/sbin/
endef
-$(eval $(call RequireCommand,bison, \
- $(PKG_NAME) requires GNU bison. \
-))
-
$(eval $(call BuildPackage,ip))
$(eval $(call BuildPackage,tc))
$(eval $(call BuildPackage,genl))