Hi since the 'trunk' branch compile pretty good, we decide: rename 'master' to 'backfire' rename 'trunk' to 'master' this is done on openwrt-package.git[1] and openwrt-xburst.git[2]
the mainly update is: gcc-linaro-4.5-2011.02 uClibc-0.9.32 linux-2.6.37.6 Update your local git repo: backup you no-commit change by git stash, or committed by format-patch -n) git fetch -a #update with server git checkout -b temp #goto a temp branch git branch -D master #remote the old master git checkout -b master origin/master #get the new 'master' branch git remote prune origin #cleanup the useless remote branch git branch -D trunk #if you have trunk branch in local, you can delete now restore by git stash pop/git apply 000* [1]http://projects.qi-hardware.com/index.php/p/openwrt-xburst/source/changes/master/ [2]http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/tree/master/ _______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

