2 # Copyright (C) 2006 OpenWrt.org
5 # allow env to override nvram
7 if [ -x /usr
/sbin
/nvram
]; then
9 get
) eval "echo \${$2:-\$(/usr/sbin/nvram get $2)}";;
10 *) /usr
/sbin
/nvram $
*;;
14 get
) eval "echo \${$2:-\${DEFAULT_$2}}";;
This page took 0.043609 seconds and 5 git commands to generate.