1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-26 03:22:57 +03:00

Bison is not a prerequirement since it's build as part of the openwrt toolchain.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14900 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2009-03-16 18:54:35 +00:00
parent 9fac3efb03
commit e7ddf39851

View File

@ -93,10 +93,6 @@ $(eval $(call RequireCommand,gawk, \
Please install GNU awk. \
))
$(eval $(call RequireCommand,bison, \
Please install GNU bison. \
))
$(eval $(call RequireCommand,flex, \
Please install flex. \
))