diff --git a/general/overlay/etc/openipc_donors b/general/overlay/etc/openipc_donors index 5d42de009b..a202fe728e 100644 --- a/general/overlay/etc/openipc_donors +++ b/general/overlay/etc/openipc_donors @@ -6,3 +6,6 @@ you updated on improvements and new features more regularly. Please visit https://openipc.org/sponsor/ to learn more. Thank you. + + Device came with OpenIPC pre-installed? Your seller is your first + support line. Community help is best-effort for vendor hardware. diff --git a/general/overlay/usr/sbin/extutils b/general/overlay/usr/sbin/extutils index 1609021d60..dadb460bc1 100755 --- a/general/overlay/usr/sbin/extutils +++ b/general/overlay/usr/sbin/extutils @@ -7,6 +7,10 @@ if echo "$ARCH" | grep -q mips; then fi case "$CMD" in + api) + curl -G 'http://localhost/api/v1/set' --data-urlencode "$@" + ;; + cli) yaml-cli -i /etc/majestic.yaml "$@" ;;