mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00
@ -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 \
|
||||||
|
))
|
||||||
|
Reference in New Issue
Block a user