nvram fixup: move the nvram commit hook to commit for all variables, since changes no longer take effect after only a set operation

SVN-Revision: 15441
master
Felix Fietkau 15 years ago
parent 4c406b52a2
commit f8fb679405
  1. 2
      package/unvram/files/nvram.init

@ -57,7 +57,6 @@ fixup_linksys() {
nvram_set sdram_ncdl 0x0
}
esac
[ "$COMMIT" = "1" ] && nvram commit
}
start() {
@ -72,4 +71,5 @@ start() {
nvram set il0macaddr=$(nvram get et0macaddr|
awk '{OFS=FS=":";for(x=7,y=2;--x;){$x=sprintf("%02x",(y+="0x"$x)%256);y/=256}print}')
}
[ "$COMMIT" = "1" ] && nvram commit
}

Loading…
Cancel
Save