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,10 @@
Package: atcmd
Version: 1.0-1
Depends: libc
Source: owrt-qti-quectel/atcmd
SourceName: atcmd
Section: QUECTEL
SourceDateEpoch: 1683198154
Architecture: arm_cortex-a7_neon-vfpv4
Installed-Size: 2592
Description: Quectel atcmd command-line program.

View File

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

Binary file not shown.