Files
wlan-ap/feeds/rtkmipsel/mac80211/files/mac80211.hotplug
John Crispin 34138032a7 rtkmipsel: add target support
Signed-off-by: John Crispin <john@phrozen.org>
2022-02-04 08:06:06 +01:00

6 lines
61 B
Bash

#!/bin/sh
[ "${ACTION}" = "add" ] && {
/sbin/wifi config
}