aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/files/mac80211.hotplug
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2024-01-26 11:03:39 +0100
committerFelix Fietkau <nbd@nbd.name>2024-02-03 16:16:36 +0100
commit2716853132d23a35fc18cbe8b438aa70e4d2c563 (patch)
treeba91e297003c55e428748eb8184ff9ea90c33cca /package/kernel/mac80211/files/mac80211.hotplug
parent32b4498c15964f4fa1da76fa5610c10683677421 (diff)
downloadupstream-2716853132d23a35fc18cbe8b438aa70e4d2c563.tar.gz
upstream-2716853132d23a35fc18cbe8b438aa70e4d2c563.tar.bz2
upstream-2716853132d23a35fc18cbe8b438aa70e4d2c563.zip
wifi-scripts: add new package, move wifi scripts to a single place
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/mac80211/files/mac80211.hotplug')
-rw-r--r--package/kernel/mac80211/files/mac80211.hotplug5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/kernel/mac80211/files/mac80211.hotplug b/package/kernel/mac80211/files/mac80211.hotplug
deleted file mode 100644
index b8655526613..00000000000
--- a/package/kernel/mac80211/files/mac80211.hotplug
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-[ "${ACTION}" = "add" ] && {
- /sbin/wifi config
-}