jq and bash pkg is used by openwrt entrypoint script. So we need to
install these packages when building image.
Signed-off-by: chengli3 <cheng1.li@intel.com>
Change-Id: I737d88b28189e000aae517276d42a506292dc316
opkg install uhttpd-mod-lua && \
uci set uhttpd.main.interpreter='.lua=/usr/bin/lua' && \
uci commit uhttpd && \
- opkg install mwan3 && \
+ opkg install mwan3 jq bash && \
opkg install luci-app-mwan3; exit 0
COPY system /etc/config/system
opkg install uhttpd-mod-lua && \
uci set uhttpd.main.interpreter='.lua=/usr/bin/lua' && \
uci commit uhttpd && \
- opkg install mwan3 && \
+ opkg install mwan3 jq bash && \
opkg install luci-app-mwan3; exit 0
COPY system /etc/config/system