ipk-source: Add luci-app-tailscale; rename directories
- Added luci-app-tailcale to ipk-source from: https://github.com/asvow/luci-app-tailscale/releases/tag/v1.2.3 - Renamed ipk-source directories to have no version number, only arch where needed.
This commit is contained in:
9
ipk-source/sms-toolAP_aarch64_cortex-a53/CONTROL/control
Normal file
9
ipk-source/sms-toolAP_aarch64_cortex-a53/CONTROL/control
Normal file
@@ -0,0 +1,9 @@
|
||||
Package: sms-tool
|
||||
Version: 2025.1.12-APmod-iamromulan
|
||||
Depends: libc socat-at-bridge
|
||||
Source: github/iamromulan/sms_tool
|
||||
SourceName: github/iamromulan/sms_tool
|
||||
Section: utils
|
||||
URL: https://github.com/iamromulan/sms_tool
|
||||
Architecture: aarch64_cortex-a53
|
||||
Description: SMS Tool for 3G/4G/5G modem AP
|
||||
@@ -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/sms-toolAP_aarch64_cortex-a53/CONTROL/prerm
Normal file
4
ipk-source/sms-toolAP_aarch64_cortex-a53/CONTROL/prerm
Normal 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