mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:01:09 +02:00
fix mistakes in last commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13033 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
44eebd027d
commit
a74dc32412
@ -182,7 +182,7 @@ enable_atheros() {
|
||||
devname="$(cat /proc/sys/dev/$device/dev_name)"
|
||||
antgpio=
|
||||
case "$devname" in
|
||||
NanoStation2) antgpio=wifi; [ -n "$gpioctl" ] && gpioctl=0;;
|
||||
NanoStation2) antgpio=wlan; [ -n "$gpioctl" ] && gpioctl=0;;
|
||||
NanoStation5) antgpio=1;;
|
||||
esac
|
||||
if [ -n "$antgpio" ]; then
|
||||
@ -199,7 +199,7 @@ enable_atheros() {
|
||||
case "$antenna" in
|
||||
horizontal|vertical|auto)
|
||||
if [ "$gpioctl" = "0" ]; then
|
||||
echo 0 >/sys/class/leds/$antgpio/brightness 2>&1
|
||||
echo 1 >/sys/class/leds/$antgpio/brightness 2>&1
|
||||
else
|
||||
gpioctl "dirout" "$antgpio" >/dev/null 2>&1
|
||||
gpioctl "set" "$antgpio" >/dev/null 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user