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