mirror of
https://github.com/openwrt/packages.git
synced 2025-01-31 01:22:13 +00:00
3085608448
This renames the package to mpremote and moves it into utils, as this is a command-line utility and not a Python/MicroPython library. This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = mpremote ] || exit 0
|
|
|
|
mpremote version | grep -Fx "mpremote $PKG_VERSION"
|