mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
move config_get_bool from /sbin/wifi to /etc/functions.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6407 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -78,17 +78,6 @@ start_net() {(
|
||||
setup_interface "$1" "$2"
|
||||
)}
|
||||
|
||||
config_get_bool() {
|
||||
local _tmp
|
||||
config_get "$1" "$2" "$3"
|
||||
eval "_tmp=\$$1"
|
||||
case "$_tmp" in
|
||||
1|on|enabled) eval "$1=1";;
|
||||
0|off|disabled) eval "$1=0";;
|
||||
*) eval "$1=${4:-0}";;
|
||||
esac
|
||||
}
|
||||
|
||||
config_cb() {
|
||||
config_get TYPE "$CONFIG_SECTION" TYPE
|
||||
case "$TYPE" in
|
||||
|
||||
Reference in New Issue
Block a user