summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test
diff options
context:
space:
mode:
Diffstat (limited to 'builder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test')
-rwxr-xr-xbuilder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test8
1 files changed, 0 insertions, 8 deletions
diff --git a/builder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test b/builder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test
deleted file mode 100755
index d4cf8281..00000000
--- a/builder/modules.d/wlan-boot/scripts/dhcpcd-hooks/01-test
+++ /dev/null
@@ -1,8 +0,0 @@
-# Echo the interface flags, reason and message options
-
-if [ "$reason" = "TEST" ]; then
- set | grep "^\(interface\|pid\|reason\|profile\|skip_hooks\)=" | sort
- set | grep "^if\(carrier\|flags\|mtu\|wireless\|ssid\)=" | sort
- set | grep "^\(new_\|old_\|nd[0-9]*_\)" | sort
- exit 0
-fi