1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 17:24:05 +02:00

add extra safety for linksys nvram fixup (should fix #56, though i haven't been able to reproduce it)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2506 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-11-15 21:25:26 +00:00
parent e8d1069cd9
commit a1f29a4489

View File

@ -21,9 +21,9 @@ nvram_default() {
}
nvram_set() { # for the linksys fixup part
[ "$(nvram get "$1")" = "$2" ] || {
[ "$(nvram get "$1")" = "$2" -a "$2" != "" ] || {
COMMIT=1
nvram set "$1=$2"
/usr/sbin/nvram set "$1=$2"
}
}
@ -35,7 +35,7 @@ adm_switch="$(( ($boardflags & 0x80) >> 7 ))"
case "$(( $boardtype ))" in
"$((0x708))")
if [ "$adm_switch" = 0 ]; then
nvram_set sdram_init "$(printf 0x%04x $(( $(nvram get sdram_init) | 0x0100 )))"
nvram_set sdram_init "$(printf 0x%04x $(( $(/usr/sbin/nvram get sdram_init) | 0x0100 )))"
[ "$COMMIT" = 1 ] && {
nvram_set sdram_config 0x0062
nvram_set clkfreq 216
@ -49,7 +49,7 @@ case "$(( $boardtype ))" in
fi
;;
"$((0x467))")
nvram_set sdram_init "$(printf 0x%04x $(( $(nvram get sdram_init) | 0x0100 )))"
nvram_set sdram_init "$(printf 0x%04x $(( $(/usr/sbin/nvram get sdram_init) | 0x0100 )))"
[ "$COMMIT" = 1 ] && {
nvram_set sdram_config 0x0062
nvram_set sdram_ncdl 0x0