Dave Casazza
TVWBB Fan
Inspired by the LinkMeter project, I've decided to try to build it for a new platform - the WND3700. It's got a serial interface and plenty of room under the hood (Flash/RAM/physical room) for the linkmeter...
My plan is to outline it here step by step, once I get this going so that other people can refer to it. I'll reference different problems as I encounter them in the thread.
The setup:
ez install for Ubuntu 64 bit
As root:
I receive an error patching here on 100-dhcp_add_hostname.patch - can't find file to patch at input line 5
looking at the install.sh script, it seems to be patching ~/openwrt/packages/base-files-network/files/lib/network/config.sh, which doesn't exist in my tree.
I assume this is non-critical error? Or is something missing in the trunk clone?
Thanks in advance to anyone who can help!
Dave
My plan is to outline it here step by step, once I get this going so that other people can refer to it. I'll reference different problems as I encounter them in the thread.
The setup:
ez install for Ubuntu 64 bit
As root:
apt-get update
apt-get install subversion build-essential
apt-get install git-core build-essential
apt-get install libncurses5-dev build-essential
apt-get install zlib1g-dev build-essential
apt-get install gawk build-essential
apt-get install unzip build-essential
as nonpriv user:apt-get install subversion build-essential
apt-get install git-core build-essential
apt-get install libncurses5-dev build-essential
apt-get install zlib1g-dev build-essential
apt-get install gawk build-essential
apt-get install unzip build-essential
svn co svn://svn.openwrt.org/openwrt/trunk openwrt
git clone https://github.com/CapnBry/HeaterMeter.git
cd ~/HeaterMeter/openwrt
./install.sh ~/openwrt
git clone https://github.com/CapnBry/HeaterMeter.git
cd ~/HeaterMeter/openwrt
./install.sh ~/openwrt
I receive an error patching here on 100-dhcp_add_hostname.patch - can't find file to patch at input line 5
looking at the install.sh script, it seems to be patching ~/openwrt/packages/base-files-network/files/lib/network/config.sh, which doesn't exist in my tree.
I assume this is non-critical error? Or is something missing in the trunk clone?
Thanks in advance to anyone who can help!
Dave