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:
champtar 2017-07-06 13:30:06 -07:00 committed by Brian Coca
commit f25637e07a
2 changed files with 4 additions and 1 deletions

View file

@ -59,7 +59,7 @@ options:
notes:
- One option other than name is required.
requirements:
- An OpenWrt system
- An OpenWrt system (with python)
'''
EXAMPLES = '''