diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/atcmd.control b/opkg-feed/installer/openwrt-sdxlemur-skel/control/atcmd.control new file mode 100755 index 0000000..9dd939e --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/atcmd.control @@ -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. diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/control/atcmd.prerm b/opkg-feed/installer/openwrt-sdxlemur-skel/control/atcmd.prerm new file mode 100755 index 0000000..12d06ec --- /dev/null +++ b/opkg-feed/installer/openwrt-sdxlemur-skel/control/atcmd.prerm @@ -0,0 +1,4 @@ +#!/bin/sh +[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0 +. ${IPKG_INSTROOT}/lib/functions.sh +default_prerm $0 $@ diff --git a/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/atcmd b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/atcmd new file mode 100755 index 0000000..539e37e Binary files /dev/null and b/opkg-feed/installer/openwrt-sdxlemur-skel/data/usr/bin/atcmd differ