openwrt_init / opkg: clearly state that python is required (#26471)
* openwrt_init: clearly state that python is required As python isn't installed by default on OpenWrt/LEDE, clearly state that python is required Signed-off-by: Etienne CHAMPETIER <echampetier@anevia.com> * opkg: clearly state that python is required As python isn't installed by default on OpenWrt/LEDE, clearly state that python is required Signed-off-by: Etienne CHAMPETIER <echampetier@anevia.com>
This commit is contained in:
parent
9e98140e2e
commit
f25637e07a
2 changed files with 4 additions and 1 deletions
|
@ -66,6 +66,9 @@ options:
|
|||
default: "no"
|
||||
choices: [ "yes", "no" ]
|
||||
notes: []
|
||||
requirements:
|
||||
- opkg
|
||||
- python
|
||||
'''
|
||||
EXAMPLES = '''
|
||||
- opkg:
|
||||
|
|
|
@ -59,7 +59,7 @@ options:
|
|||
notes:
|
||||
- One option other than name is required.
|
||||
requirements:
|
||||
- An OpenWrt system
|
||||
- An OpenWrt system (with python)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue