ALL ath9k: enable atht9k-watchdog

This commit is contained in:
Bjoern Franke 2013-02-17 11:23:11 +01:00
parent 8b2be541e6
commit e839e70c11
4 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,9 @@
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
#start ath9k-watchdog
/etc/ath9k-watchdog &
#Set Mac-Addr of wr1043nd wifi interface if not right
#HARDWARE_MACADDR=`ifconfig -a wlan0 | grep 'HWaddr' | awk '{ print $5}'`
#SOFTWARE_MACADDR=`uci get wireless.@wifi-device[0].macaddr`

View File

@ -1,6 +1,9 @@
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
#start ath9k-watchdog
/etc/ath9k-watchdog &
#Set Mac-Addr of wr1043nd wifi interface if not right
WLAN0_MACADDR=$(cat /sys/class/net/wlan0/address)
BRMESH_MACADDR=$(cat /sys/class/net/br-mesh/address)

View File

@ -1,6 +1,9 @@
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
#start ath9k-watchdog
/etc/ath9k-watchdog &
#Set Mac-Addr of wr1043nd wifi interface if not right
WLAN0_MACADDR=$(cat /sys/class/net/wlan0/address)
BRMESH_MACADDR=$(cat /sys/class/net/br-mesh/address)

View File

@ -1,6 +1,9 @@
# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
#start ath9k-watchdog
/etc/ath9k-watchdog &
#Set Mac-Addr of wr1043nd wifi interface if not right
WLAN0_MACADDR=$(cat /sys/class/net/wlan0/address)
BRMESH_MACADDR=$(cat /sys/class/net/br-mesh/address)