mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:09:53 +02:00
use config_get_bool for outdoor mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15634 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0ee2c9dc7b
commit
e3bd6b245a
@ -75,8 +75,7 @@ enable_atheros() {
|
||||
[ -z "$country" ] && country="0"
|
||||
echo "$country" > /proc/sys/dev/$device/countrycode
|
||||
|
||||
config_get outdoor "$device" outdoor
|
||||
[ -z "$outdoor" ] && outdoor="0"
|
||||
config_get_bool outdoor "$device" outdoor "0"
|
||||
echo "$outdoor" > /proc/sys/dev/$device/outdoor
|
||||
|
||||
config_get channel "$device" channel
|
||||
|
Loading…
Reference in New Issue
Block a user