Merging r592 into Trunk

This commit is contained in:
floh1111 2012-01-15 20:16:58 +00:00
parent 0e80a1e285
commit 7b0e2a7e33
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ ifconfig eth0 mtu 1528
ifconfig eth0.3 mtu 1528
ifconfig eth0.4 mtu 1528
echo none > /sys/devices/platform/ar231x-wmac.0/leds/ath5k-phy0\:\:rx/trigger
echo phy0tx > /sys/devices/platform/ar231x-wmac.0/leds/ath5k-phy0\:\:tx/trigger
#echo none > /sys/devices/platform/ar231x-wmac.0/leds/ath5k-phy0\:\:rx/trigger
#echo phy0tx > /sys/devices/platform/ar231x-wmac.0/leds/ath5k-phy0\:\:tx/trigger
toLower() {
echo $1 | sed -e "s/A/a/g" -e "s/B/b/g" -e "s/C/c/g" -e "s/D/d/g" -e "s/E/e/g" -e "s/F/f/g"