diff options
Diffstat (limited to 'applications/luci-app-libreswan/root')
-rw-r--r-- | applications/luci-app-libreswan/root/etc/uci-defaults/802-luci-app-libreswan | 8 | ||||
-rw-r--r-- | applications/luci-app-libreswan/root/usr/share/ucitrack/luci-app-libreswan.json | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/applications/luci-app-libreswan/root/etc/uci-defaults/802-luci-app-libreswan b/applications/luci-app-libreswan/root/etc/uci-defaults/802-luci-app-libreswan deleted file mode 100644 index 6383335666..0000000000 --- a/applications/luci-app-libreswan/root/etc/uci-defaults/802-luci-app-libreswan +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -uci -q batch <<-EOF >/dev/null - delete ucitrack.@libreswan[-1] - add ucitrack libreswan - set ucitrack.@libreswan[-1].init=ipsec - commit ucitrack -EOF diff --git a/applications/luci-app-libreswan/root/usr/share/ucitrack/luci-app-libreswan.json b/applications/luci-app-libreswan/root/usr/share/ucitrack/luci-app-libreswan.json new file mode 100644 index 0000000000..5bfe1e9d4b --- /dev/null +++ b/applications/luci-app-libreswan/root/usr/share/ucitrack/luci-app-libreswan.json @@ -0,0 +1,4 @@ +{ + "config": "libreswan", + "init": "ipsec" +} |