mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-06 23:03:59 +00:00
added m4 to prereq check, thanks to Gerph
SVN-Revision: 15043
This commit is contained in:
parent
9a72419724
commit
1744ca64f2
@ -148,3 +148,7 @@ endef
|
||||
$(eval $(call Require,getopt-extended, \
|
||||
Please install an extended getopt version that supports --long \
|
||||
))
|
||||
|
||||
$(eval $(call RequireCommand,m4, \
|
||||
Please install GNU m4 \
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user