- 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.
8 lines
161 B
Bash
8 lines
161 B
Bash
#!/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
|