X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/643f013d152805f989115a71a8d19b02d01320a4..50f4b7e8f1d503afc5f52a2b717cc0c9d03d6a10:/package/iproute2/Makefile diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index e620d1212..600c7734c 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -63,3 +63,7 @@ endef $(eval $(call BuildPackage,ip)) $(eval $(call BuildPackage,tc)) + +$(eval $(call RequireCommand,bison, \ + $(PKG_NAME) requires GNU bison. \ +))