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