mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-24 07:33:07 +00:00
parent
4f3876f4ee
commit
a7d856c4ce
@ -134,3 +134,11 @@ endef
|
|||||||
$(eval $(call Require,gnu-find, \
|
$(eval $(call Require,gnu-find, \
|
||||||
Please install GNU find \
|
Please install GNU find \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
define Require/getopt-extended
|
||||||
|
getopt --long - - >/dev/null
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call Require,getopt-extended, \
|
||||||
|
Please install an extended getopt version that supports --long \
|
||||||
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user