summaryrefslogtreecommitdiff
path: root/netifd/files/etc/hotplug.d/iface
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-05-29 11:19:21 +0200
committerKarel Kočí <cynerd@email.cz>2020-05-29 11:19:21 +0200
commit3d78a068cbe7ce0eccf65491aef2d235d31fae99 (patch)
treef4582f92497b985ea812fca9802feee7ecfcd8ed /netifd/files/etc/hotplug.d/iface
parentc606e009f2639c6b0518c9ad2bdf2b77c35ca6e5 (diff)
downloadopenwrt-personal-pkgs-3d78a068cbe7ce0eccf65491aef2d235d31fae99.tar.gz
openwrt-personal-pkgs-3d78a068cbe7ce0eccf65491aef2d235d31fae99.tar.bz2
openwrt-personal-pkgs-3d78a068cbe7ce0eccf65491aef2d235d31fae99.zip
netifd: drop
Diffstat (limited to 'netifd/files/etc/hotplug.d/iface')
-rw-r--r--netifd/files/etc/hotplug.d/iface/00-netstate6
1 files changed, 0 insertions, 6 deletions
diff --git a/netifd/files/etc/hotplug.d/iface/00-netstate b/netifd/files/etc/hotplug.d/iface/00-netstate
deleted file mode 100644
index 71ccb01..0000000
--- a/netifd/files/etc/hotplug.d/iface/00-netstate
+++ /dev/null
@@ -1,6 +0,0 @@
-[ ifup = "$ACTION" ] && {
- uci_toggle_state network "$INTERFACE" up 1
- [ -n "$DEVICE" ] && {
- uci_toggle_state network "$INTERFACE" ifname "$DEVICE"
- }
-}