summaryrefslogtreecommitdiff
path: root/package/kernel/mac80211/files/mac80211.hotplug
blob: b86555266138a814ee56ad9ddb4c2dd12d5018dc (plain)
1
2
3
4
5
#!/bin/sh

[ "${ACTION}" = "add" ] && {
	/sbin/wifi config
}