Add atcmd from kuno

This commit is contained in:
Cameron Thompson
2025-07-20 22:59:39 -04:00
parent adca963196
commit 0ae82c8a65
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_prerm $0 $@