Enable wl500gp workaround to enable 32MB ram (#864)
SVN-Revision: 11812
This commit is contained in:
parent
8162875807
commit
24aff1f20a
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@ fixup_linksys() {
|
||||||
nvram_set pa0maxpwr 0x4e
|
nvram_set pa0maxpwr 0x4e
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
|
"1071") #0x042f
|
||||||
|
nvram_set sdram_init "$(printf 0x%04x $(( $(/usr/sbin/nvram get sdram_init) | 0x0009 )))"
|
||||||
|
[ "$COMMIT" = 1 ] && {
|
||||||
|
nvram_set sdram_ncdl 0x0
|
||||||
|
}
|
||||||
esac
|
esac
|
||||||
[ "$COMMIT" = "1" ] && nvram commit
|
[ "$COMMIT" = "1" ] && nvram commit
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue