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

quilt is now a preriquisite

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7480 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-03 16:48:28 +00:00
parent 558115a641
commit cbc232782f

View File

@ -121,3 +121,7 @@ $(eval $(call Require,gnutar, \
$(eval $(call RequireCommand,autoconf, \
Please install GNU autoconf. \
))
$(eval $(call RequireCommand,quilt, \
Please install quilt. \
))