From d0441ee875f5b86caeff4b624d6613f1e9d68795 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 20 Jan 2018 15:35:29 +0200 Subject: luci-app-radvd: remove from the repo luci-app-radvd has been BROKEN since March 2016 as it depends on radvd, which is still in oldpackages repo. Signed-off-by: Hannu Nyman --- .../luci-app-radvd/root/etc/uci-defaults/40_luci-radvd | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 applications/luci-app-radvd/root/etc/uci-defaults/40_luci-radvd (limited to 'applications/luci-app-radvd/root/etc/uci-defaults') diff --git a/applications/luci-app-radvd/root/etc/uci-defaults/40_luci-radvd b/applications/luci-app-radvd/root/etc/uci-defaults/40_luci-radvd deleted file mode 100755 index c1f3b7546d..0000000000 --- a/applications/luci-app-radvd/root/etc/uci-defaults/40_luci-radvd +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -uci -q batch <<-EOF >/dev/null - delete ucitrack.@radvd[-1] - add ucitrack radvd - set ucitrack.@radvd[-1].init=radvd - commit ucitrack -EOF - -rm -f /tmp/luci-indexcache -exit 0 -- cgit v1.2.3