fix typo in /sbin/wifi (#1016 - thanks, dairiki)
[openwrt.git] / package / madwifi / files / madwifi.init
index b1e78c0..0c3ad3c 100644 (file)
@@ -1,2 +1,5 @@
-#!/bin/sh
-iwpriv ath0 mode 3
+#!/bin/sh /etc/rc.common
+START=20
+boot() {
+       iwpriv ath0 mode 3
+}
This page took 0.031598 seconds and 4 git commands to generate.