mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 19:11:06 +02: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:
parent
ad9843665f
commit
fb20784ee5
@ -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. \
|
||||
))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user