X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1d3cff733d7f863871da68a81aeb52729dc314d4..e59c1e5e5ff65d3782b37e013d239d25b7a59167:/package/iproute2/Makefile diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 5d3851f9f..600c7734c 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -15,7 +15,6 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://developer.osdl.org/dev/iproute2/download/ PKG_MD5SUM:=04f57a6d366d36426d276178b600f5c5 -PKG_CAT:=zcat include $(INCLUDE_DIR)/package.mk @@ -64,3 +63,7 @@ endef $(eval $(call BuildPackage,ip)) $(eval $(call BuildPackage,tc)) + +$(eval $(call RequireCommand,bison, \ + $(PKG_NAME) requires GNU bison. \ +))