1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-25 08:44:32 +03:00

Add gawk as a preriquisite (needed for ramdisk images)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6825 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-04-02 11:42:00 +00:00
parent ad9843665f
commit fb20784ee5

View File

@ -78,6 +78,9 @@ $(eval $(call Require,zlib, \
Please install zlib. (Missing libz.so or zlib.h) \
))
$(eval $(call RequireCommand,gwak, \
Please install GNU awk. \
))
$(eval $(call RequireCommand,bison, \
Please install GNU bison. \
@ -118,5 +121,3 @@ $(eval $(call Require,gnutar, \
$(eval $(call RequireCommand,autoconf, \
Please install GNU autoconf. \
))