Sync with development-SDXPINN
This commit is contained in:
14
ipk-source/atinout_0.9.1_aarch64_cortex-a53/CONTROL/control
Normal file
14
ipk-source/atinout_0.9.1_aarch64_cortex-a53/CONTROL/control
Normal file
@@ -0,0 +1,14 @@
|
||||
Package: atinout
|
||||
Version: 0.9.1
|
||||
Depends: libc
|
||||
Source: feeds/kiddin9/atinout
|
||||
SourceName: atinout
|
||||
License: GPLv2
|
||||
LicenseFiles: LICENSE
|
||||
Section: net
|
||||
SourceDateEpoch: 1691250335
|
||||
Maintainer: Adrian Guenter <a@gntr.me>
|
||||
Architecture: aarch64_cortex-a53
|
||||
Installed-Size: 3571
|
||||
Description: Atinout is a program that will execute AT commands in sequence and
|
||||
capture the response from the modem.
|
||||
5
ipk-source/atinout_0.9.1_aarch64_cortex-a53/CONTROL/postinst
Executable file
5
ipk-source/atinout_0.9.1_aarch64_cortex-a53/CONTROL/postinst
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
|
||||
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
||||
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||
default_postinst $0 $@
|
||||
4
ipk-source/atinout_0.9.1_aarch64_cortex-a53/CONTROL/prerm
Executable file
4
ipk-source/atinout_0.9.1_aarch64_cortex-a53/CONTROL/prerm
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
||||
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||
default_prerm $0 $@
|
||||
Reference in New Issue
Block a user