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
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_
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
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
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