From fb145c3cbb95d14d802ac5be7f4fc7d13ac4111c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 Oct 2019 12:48:52 +0200 Subject: [PATCH] remove stray rc.local --- files/archer-c5/etc/rc.local | 13 ------------- files/dap2965/etc/rc.local | 13 ------------- files/linksys/etc/rc.local | 8 -------- files/wdr-4300/etc/rc.local | 8 -------- 4 files changed, 42 deletions(-) delete mode 100644 files/archer-c5/etc/rc.local delete mode 100644 files/dap2965/etc/rc.local delete mode 100644 files/linksys/etc/rc.local delete mode 100644 files/wdr-4300/etc/rc.local diff --git a/files/archer-c5/etc/rc.local b/files/archer-c5/etc/rc.local deleted file mode 100644 index a6114c5..0000000 --- a/files/archer-c5/etc/rc.local +++ /dev/null @@ -1,13 +0,0 @@ -# Put your custom commands here that should be executed once -# the system init finished. By default this file does nothing. - -# Never uncomment this unless YOU KNOW WHAT YOU'RE DOING -#for file in /sys/kernel/debug/ieee80211/*/ath10k/dfs_block_radar_events; do -# echo Y > $file -#done - -/usr/sbin/ebtables -A FORWARD -i wlan+ -o wlan+ -j DROP -/usr/sbin/ebtables -A FORWARD -i wlan+ -s 00:1e:0b:d9:bb:6a -j DROP -/usr/sbin/ebtables -A FORWARD -i eth+ -o wlan+ -s ! 00:1e:0b:d9:bb:6a -j DROP - -exit 0 diff --git a/files/dap2965/etc/rc.local b/files/dap2965/etc/rc.local deleted file mode 100644 index a6114c5..0000000 --- a/files/dap2965/etc/rc.local +++ /dev/null @@ -1,13 +0,0 @@ -# Put your custom commands here that should be executed once -# the system init finished. By default this file does nothing. - -# Never uncomment this unless YOU KNOW WHAT YOU'RE DOING -#for file in /sys/kernel/debug/ieee80211/*/ath10k/dfs_block_radar_events; do -# echo Y > $file -#done - -/usr/sbin/ebtables -A FORWARD -i wlan+ -o wlan+ -j DROP -/usr/sbin/ebtables -A FORWARD -i wlan+ -s 00:1e:0b:d9:bb:6a -j DROP -/usr/sbin/ebtables -A FORWARD -i eth+ -o wlan+ -s ! 00:1e:0b:d9:bb:6a -j DROP - -exit 0 diff --git a/files/linksys/etc/rc.local b/files/linksys/etc/rc.local deleted file mode 100644 index ac306d2..0000000 --- a/files/linksys/etc/rc.local +++ /dev/null @@ -1,8 +0,0 @@ -# Put your custom commands here that should be executed once -# the system init finished. By default this file does nothing. - -/usr/sbin/ebtables -A FORWARD -i wlan+ -o wlan+ -j DROP -/usr/sbin/ebtables -A FORWARD -i wlan+ -s 00:1e:0b:d9:bb:6a -j DROP -/usr/sbin/ebtables -A FORWARD -i eth+ -o wlan+ -s ! 00:1e:0b:d9:bb:6a -j DROP - -exit 0 diff --git a/files/wdr-4300/etc/rc.local b/files/wdr-4300/etc/rc.local deleted file mode 100644 index ac306d2..0000000 --- a/files/wdr-4300/etc/rc.local +++ /dev/null @@ -1,8 +0,0 @@ -# Put your custom commands here that should be executed once -# the system init finished. By default this file does nothing. - -/usr/sbin/ebtables -A FORWARD -i wlan+ -o wlan+ -j DROP -/usr/sbin/ebtables -A FORWARD -i wlan+ -s 00:1e:0b:d9:bb:6a -j DROP -/usr/sbin/ebtables -A FORWARD -i eth+ -o wlan+ -s ! 00:1e:0b:d9:bb:6a -j DROP - -exit 0