From: nbd Date: Wed, 6 May 2009 10:14:39 +0000 (+0000) Subject: the bison prereq check is no longer necessary X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=ee5bdf5fc89064099baf34062693835772b25671;ds=sidebyside the bison prereq check is no longer necessary git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15631 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 5ce9083e3..4fd34f20b 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))