mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
[backfire] merge prereq check fix from r21078
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21079 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c1d1fca548
commit
5592609cc2
@ -134,7 +134,7 @@ $(eval $(call RequireCommand,svn, \
|
|||||||
))
|
))
|
||||||
|
|
||||||
define Require/gnu-find
|
define Require/gnu-find
|
||||||
$(FIND) $(TMP_DIR) -lname foo
|
$(FIND) --version 2>/dev/null
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Require,gnu-find, \
|
$(eval $(call Require,gnu-find, \
|
||||||
|
Loading…
Reference in New Issue
Block a user