[OpenWrt-Devel] [PATCH] support for I2C kernel modules (i2c-tiny-usb, pca954x, pca953x, pcf857x)

2011-06-21 Thread Hartmut Knaack
This patch should bring support for several kernel modules related to I2C to openwrt, which are existing for several years now. Namely there is the i2c-tiny-usb bus driver, to hook up an I2C bus on any device with usb support (prevent voiding warranty when opening and soldering). Second, there is s

[OpenWrt-Devel] Error compiling glibc or uClibc on Fedora 15

2011-06-21 Thread Pawel Pastuszak
Hi Gents, I was running and compile test to see if the build system works on Fedora 15 and i came across the following error. Note Fedora uses the latest make ( 3.82 ). Any thoughts? # @multilib_flags@ is still needed because this may use # /data/svn/test/warpwrt/wrt/build_dir/toolchain-powerpc_

[OpenWrt-Devel] Building iwinfo w/ eglibc fails

2011-06-21 Thread Philip Prindeville
I'm seeing the following: [philipp@builder ~/openwrt2]$ make -j1 package/iwinfo/{clean,compile} V=99 WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig! make[1]: Entering directory `/home/philipp/openwrt2' make[2]: Entering directory `/home/philipp/open

Re: [OpenWrt-Devel] [PATCH] Tiny fix for the comgt 3G button hotplug script

2011-06-21 Thread Philip Prindeville
On 6/21/11 1:08 AM, Linus Nielsen Feltzing wrote: > On 06/19/2011 10:38 PM, Philip Prindeville wrote: >> I never like the idea of throwing stderr away blindly. If there's a >> particular message that you know you can safely ignore, I would grep >> it out. There's a trick for grepping on stderr and

Re: [OpenWrt-Devel] [PATCH] Tiny fix for the comgt 3G button hotplug script

2011-06-21 Thread Linus Nielsen Feltzing
On 06/19/2011 10:38 PM, Philip Prindeville wrote: I never like the idea of throwing stderr away blindly. If there's a particular message that you know you can safely ignore, I would grep it out. There's a trick for grepping on stderr and keeping it separate from stdout... Let's see if I can find