mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 17:34:57 +00:00
fix mistakes in last commit
SVN-Revision: 13033
This commit is contained in:
parent
5506db71c3
commit
0aaaf0e266
@ -182,7 +182,7 @@ enable_atheros() {
|
|||||||
devname="$(cat /proc/sys/dev/$device/dev_name)"
|
devname="$(cat /proc/sys/dev/$device/dev_name)"
|
||||||
antgpio=
|
antgpio=
|
||||||
case "$devname" in
|
case "$devname" in
|
||||||
NanoStation2) antgpio=wifi; [ -n "$gpioctl" ] && gpioctl=0;;
|
NanoStation2) antgpio=wlan; [ -n "$gpioctl" ] && gpioctl=0;;
|
||||||
NanoStation5) antgpio=1;;
|
NanoStation5) antgpio=1;;
|
||||||
esac
|
esac
|
||||||
if [ -n "$antgpio" ]; then
|
if [ -n "$antgpio" ]; then
|
||||||
@ -199,7 +199,7 @@ enable_atheros() {
|
|||||||
case "$antenna" in
|
case "$antenna" in
|
||||||
horizontal|vertical|auto)
|
horizontal|vertical|auto)
|
||||||
if [ "$gpioctl" = "0" ]; then
|
if [ "$gpioctl" = "0" ]; then
|
||||||
echo 0 >/sys/class/leds/$antgpio/brightness 2>&1
|
echo 1 >/sys/class/leds/$antgpio/brightness 2>&1
|
||||||
else
|
else
|
||||||
gpioctl "dirout" "$antgpio" >/dev/null 2>&1
|
gpioctl "dirout" "$antgpio" >/dev/null 2>&1
|
||||||
gpioctl "set" "$antgpio" >/dev/null 2>&1
|
gpioctl "set" "$antgpio" >/dev/null 2>&1
|
||||||
|
Loading…
Reference in New Issue
Block a user