2012年03月11日 星期日 23:51
On 2010年10月21日 16:48, Samuel wrote: > > 这里给个quick and dirty的示例 > /[sam在exodus kamikaze-svn]$ svn co https://svn.openwrt.org/openwrt/trunk/ > [sam在exodus kamikaze-svn]$ svn co > https://svn.openwrt.org/openwrt/packages/ trunk/feeds/packages > [sam在exodus trunk]$ cd trunk > [sam在exodus trunk]$ make package/symlinks > [sam在exodus trunk]$ make menuconfig > [sam在exodus trunk]$ make j=8 V=99 world > ... > .../ 我用的是: ~src $ svn co svn://svn.openwrt.org/openwrt/branches/backfire ~src $ cd backfire ~src/backfire $ mkdir feeds ~src/backfire $ svn co svn://svn.openwrt.org/openwrt/branches/packages_10.03.1/ feeds/packages ~src/backfire $ make package/symlinks ~src/backfire $ make menuconfig ~src/backfire $ make j=8 V=99 world 编译成功,测试结果我会晚些时候发上来。 -------------- 下一部分 -------------- 一个HTML附件被移除... URL: <http://www.zeuux.org/pipermail/zeuux-universe/attachments/20120311/87deded1/attachment.html>
2012年03月12日 星期一 10:28
On 2012年03月11日 23:51, Zhang Weiwu wrote: > 编译成功,测试结果我会晚些时候发上来。 Samuel周二晚上去参加Beijing Linux User Group聚会吗?如果去,把那款比较兼 容开放系统的wifi卡带上吧,我可以安装到路由器里头。 编译结果: $ ls src/backfire/bin/brcm47xx/ md5sums openwrt-wrt54g3g-em-squashfs.bin openwrt-brcm47xx-squashfs.trx openwrt-wrt54g3g-squashfs.bin openwrt-usr5461-squashfs.bin openwrt-wrt54g3gv2-vf-squashfs-factory.bin openwrt-wa840g-squashfs.bin openwrt-wrt54g3gv2-vf-squashfs-sysupgrade.bin openwrt-we800g-squashfs.bin openwrt-wrt54g-squashfs.bin openwrt-wgt634u-squashfs.bin openwrt-wrt54gs-squashfs.bin openwrt-wr850g-squashfs.bin openwrt-wrt54gs_v4-squashfs.bin openwrt-wrt150n-squashfs.bin openwrt-wrt610n_v1-squashfs.bin openwrt-wrt300n_v11-squashfs.bin openwrt-wrtsl54gs-squashfs.bin openwrt-wrt300n_v1-squashfs.bin packages openwrt-wrt350n_v1-squashfs.bin 把 openwrt-brcm47xx-squashfs.trx 放到路由器 /tmp 里,使用 # sysupgrade -n openwrt-brcm47xx-squashfs.trx 将openwrt写入到了路由器中。路由器自动重启,用telnet 进去正常! $ telnet 192.168.1.1 Trying 192.168.1.1... Connected to mesopotamia (192.168.1.1). Escape character is '^]'. === IMPORTANT ============================ Use 'passwd' to set your login password this will disable telnet and enable SSH ------------------------------------------ BusyBox v1.15.3 (2012-03-11 18:50:27 CST) built-in shell (ash) Enter 'help' for a list of built-in commands. _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M Backfire (10.03.1, r30807) ------------------------ * 1/3 shot Kahlua In a shot glass, layer Kahlua * 1/3 shot Bailey's on the bottom, then Bailey's, * 1/3 shot Vodka then Vodka. --------------------------------------------------- -------------- 下一部分 -------------- 一个HTML附件被移除... URL: <http://www.zeuux.org/pipermail/zeuux-universe/attachments/20120312/13d59650/attachment.html>
2012年03月12日 星期一 11:15
没问题的,周二会过去的。 BTW. 你的banner标签表明你检出的应当是10.0.3.2 pre-release,10.0.3.1我记得应当是r29xxx,所以不用对trunk那么恐惧,你现在几乎已经是trunk了,哈哈哈。 _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M Backfire (10.03.1, r30807) ------------------------ 2012/3/12 Zhang Weiwu <zhangweiwu在realss.com> > On 2012年03月11日 23:51, Zhang Weiwu wrote: > > 编译成功,测试结果我会晚些时候发上来。 > > > Samuel周二晚上去参加Beijing Linux User > Group聚会吗?如果去,把那款比较兼容开放系统的wifi卡带上吧,我可以安装到路由器里头。 > > 编译结果: > $ ls src/backfire/bin/brcm47xx/ > md5sums openwrt-wrt54g3g-em-squashfs.bin > openwrt-brcm47xx-squashfs.trx openwrt-wrt54g3g-squashfs.bin > openwrt-usr5461-squashfs.bin openwrt-wrt54g3gv2-vf-squashfs-factory.bin > openwrt-wa840g-squashfs.bin openwrt-wrt54g3gv2-vf-squashfs-sysupgrade.bin > openwrt-we800g-squashfs.bin openwrt-wrt54g-squashfs.bin > openwrt-wgt634u-squashfs.bin openwrt-wrt54gs-squashfs.bin > openwrt-wr850g-squashfs.bin openwrt-wrt54gs_v4-squashfs.bin > openwrt-wrt150n-squashfs.bin openwrt-wrt610n_v1-squashfs.bin > openwrt-wrt300n_v11-squashfs.bin openwrt-wrtsl54gs-squashfs.bin > openwrt-wrt300n_v1-squashfs.bin packages > openwrt-wrt350n_v1-squashfs.bin > > 把 openwrt-brcm47xx-squashfs.trx 放到路由器 /tmp 里,使用 > # sysupgrade -n openwrt-brcm47xx-squashfs.trx > > 将openwrt写入到了路由器中。路由器自动重启,用telnet 进去正常! > > $ telnet 192.168.1.1 > Trying 192.168.1.1... > Connected to mesopotamia (192.168.1.1). > Escape character is '^]'. > === IMPORTANT ============================ > Use 'passwd' to set your login password > this will disable telnet and enable SSH > ------------------------------------------ > > > BusyBox v1.15.3 (2012-03-11 18:50:27 CST) built-in shell (ash) > Enter 'help' for a list of built-in commands. > > _______ ________ __ > | |.-----.-----.-----.| | | |.----.| |_ > | - || _ | -__| || | | || _|| _| > |_______|| __|_____|__|__||________||__| |____| > |__| W I R E L E S S F R E E D O M > Backfire (10.03.1, r30807) ------------------------ > * 1/3 shot Kahlua In a shot glass, layer Kahlua > * 1/3 shot Bailey's on the bottom, then Bailey's, > * 1/3 shot Vodka then Vodka. > --------------------------------------------------- > > > -------------- 下一部分 -------------- 一个HTML附件被移除... URL: <http://www.zeuux.org/pipermail/zeuux-universe/attachments/20120312/e5e0cdee/attachment.html>
2012年03月12日 星期一 11:33
On 2012年03月12日 11:15, Samuel wrote: > > BTW. 你的banner标签表明你检出的应当是10.0.3.2 pre-release,10.0.3.1我 > 记得应当是r29xxx,所以不用对trunk那么恐惧,你现在几乎已经是trunk了,哈 > 哈哈。 证据不充份。svn的版本号不是线性的,比如release是200,trunk是301,如果把 trunk的补丁补回到release 上,release会变成302,这并不意味着release里加了 新feature。笑。
2012年03月12日 星期一 16:56
这个倒的确如此,不过依然很怀疑 openwrt.org 是否真的维护了多个分支。换句话说,怀疑backfire只是个tag ^_^ 2012/3/12 Zhang Weiwu <zhangweiwu在realss.com> > On 2012年03月12日 11:15, Samuel wrote: > > > > BTW. 你的banner标签表明你检出的应当是10.0.3.2 pre-release,10.0.3.1我 > > 记得应当是r29xxx,所以不用对trunk那么恐惧,你现在几乎已经是trunk了,哈 > > 哈哈。 > > 证据不充份。svn的版本号不是线性的,比如release是200,trunk是301,如果把 > trunk的补丁补回到release 上,release会变成302,这并不意味着release里加了 > 新feature。笑。 > -------------- 下一部分 -------------- 一个HTML附件被移除... URL: <http://www.zeuux.org/pipermail/zeuux-universe/attachments/20120312/2c425340/attachment.html>
Zeuux © 2024
京ICP备05028076号