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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user