X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/643f013d152805f989115a71a8d19b02d01320a4..3b20aec50f6ec53d9e532d6718924f01305e8004:/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. \ +))