Hi, Marek and Sven.
I'm sorry to be late to reply. Thank you for your instruction and patches. I could update to latest revision 1778 and built successfully.
I met a new problem. After configuration, I entered /etc/init.d/network restart
root@OpenWrt:/# /etc/init.d/network restart br-lan: port 3(bat0) entering disabled state br-lan: port 1(eth0) entering disabled state device bat0 left promiscuous mode br-lan: port 3(bat0) entering disabled state device eth1 left promiscuous mode br-lan: port 2(eth1) entering disabled state device eth0 left promiscuous mode br-lan: port 1(eth0) entering disabled state eth0: link down device eth0 entered promiscuous mode device eth1 entered promiscuous mode device bat0 entered promiscuous mode br-lan: port 3(bat0) entering forwarding state batman_adv: bat0: Interface deactivated: wlan0 batman_adv: bat0: Removing interface: wlan0 eth0: link up, speed 100 Mb/s, full duplex br-lan: port 1(eth0) entering forwarding state batman_adv: bat0: Interface deactivated: wlan1 batman_adv: bat0: Removing interface: wlan1
After this line, console stopped. No key input was recieved.
Thanks in advance.
Kazuki Shimada
(2010/08/21 15:01), Marek Lindner wrote:
On Saturday 21 August 2010 07:01:59 Kazuki Shimada wrote:
PKG_REV:=1729
[..]
My update procedure is cd openwrt/trunk ./script/feeds update
.... Is this wrong? :-s
No, it is not wrong but you might want to change the PKG_REV field to match with the SVN revision you want to use. If you are interested in the latest trunk you should set it to 1776. We don't update this number each time something gets committed.
Cheers, Marek