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:
12
ipk-source/luci-app-atinout-mod/CONTROL/control
Normal file
12
ipk-source/luci-app-atinout-mod/CONTROL/control
Normal file
@@ -0,0 +1,12 @@
|
||||
Package: luci-app-atinout-mod
|
||||
Version: 1.3.4-20241006
|
||||
Depends: libc, atinout, luci-compat
|
||||
Source: package/luci-app-atinout-mod
|
||||
SourceName: luci-app-atinout-mod
|
||||
License: GPLv3
|
||||
Section: luci
|
||||
SourceDateEpoch: 1636930326
|
||||
Maintainer: OpenWrt LuCI community
|
||||
Architecture: all
|
||||
Installed-Size: 3790
|
||||
Description: Web UI for atinout modded by iamromulan preset for use on SDXPINN
|
||||
5
ipk-source/luci-app-atinout-mod/CONTROL/postinst
Normal file
5
ipk-source/luci-app-atinout-mod/CONTROL/postinst
Normal 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 $@
|
||||
7
ipk-source/luci-app-atinout-mod/CONTROL/postinst-pkg
Normal file
7
ipk-source/luci-app-atinout-mod/CONTROL/postinst-pkg
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
chmod +x /sbin/set_at_port.sh
|
||||
chmod +x /usr/bin/luci-app-atinout
|
||||
rm -rf /tmp/luci-indexcache
|
||||
rm -rf /tmp/luci-modulecache/
|
||||
/sbin/set_at_port.sh
|
||||
exit 0
|
||||
4
ipk-source/luci-app-atinout-mod/CONTROL/prerm
Normal file
4
ipk-source/luci-app-atinout-mod/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