1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

remove leftover unvram directory and move the nvram.init change to package/nvram

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15447 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2009-04-27 15:44:07 +00:00
parent 252bf0da28
commit fcc9a3db52
9 changed files with 1 additions and 1148 deletions

View File

@@ -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
}