make linksys fixup script safe for GS v4
authorFelix Fietkau <nbd@openwrt.org>
Sat, 12 Nov 2005 19:15:54 +0000 (19:15 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 12 Nov 2005 19:15:54 +0000 (19:15 +0000)
SVN-Revision: 2453

openwrt/target/linux/package/base-files/files/brcm-2.4/etc/init.d/S05nvram

index b3b4997fc6f676adeb52088b78088a617730d895..ea40cd704e78c803a60fc90611443f50b5d3dc0d 100755 (executable)
@@ -35,7 +35,7 @@ adm_switch="$(( ($boardflags & 0x80) >> 7 ))"
 case "$(( $boardtype ))" in
        "$((0x708))")
                if [ "$adm_switch" = 0 ]; then
-                       nvram_set sdram_init 0x010b
+                       nvram_set sdram_init "$(printf 0x%04x $(( $(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 0x010c
+               nvram_set sdram_init "$(printf 0x%04x $(( $(nvram get sdram_init) | 0x0100 )))"
                [ "$COMMIT" = 1 ] && {
                        nvram_set sdram_config 0x0062
                        nvram_set sdram_ncdl 0x0