Not sure why this wasn't detected a lot sooner, but building x86/alix2 with
eglibc 2.14 or 2.15 breaks:
...
Package gdbserver is missing dependencies for the following libraries:
libthread_db.so.1
make[3]: ***
[/home/philipp/openwrt-alix/bin/x86/packages/gdbserver_6.8a-4_x86.ipk] Error 1
make[3]
Eglibc doesn't bundle librpc, therefore -lrpc must be passed through LDFLAGS.
Alas, lsof doesn't take LDFLAGS out-of-the-box. Patch the Makefile to do so.
Signed-off-by: Philip Prindeville
Index: trunk/feeds/packages/utils/lsof/patches/010-lsof_ldflags.patch
===
The line:
if 1 -eq 0
is missing the 'test' command. Alternatively, "if /bin/false" would have worked
too.
Signed-off-by: Philip Prindeville
Index: trunk/feeds/packages/utils/lsof/patches/003-lsof_selinux.patch
===
--- trunk/feeds/
Hi,
OpenWRT switched to the Interface+VlanID naming scheme for vlan devices
recently and hostapd only supports the "vlan"+VID scheme. This sometimes
leads to race conditions, when either system expects the other mode of
operation. Although the best solution were to get the kernel return the
n
Hi Miguel,
On Jun 12, 2012 6:24 PM, "Miguel GAIO" wrote:
> This is a preliminary support for NB6 boards.
> The first patch add support for 6362 CPU.
> The chip is closed to the 6328 CPU, so the patch is mainly base on 6328
> support.
>
> The second patch add support for NB6 boards.
> NB6s provide
On 2012-06-22 8:18 AM, xian...@openmobilefree.net wrote:
> From: Xiangfu
>
> Hi
>
> Those 3 patches add support to IEEE802154 WPAN patches. I have tested
> patches with atUSB(connect to TP-LINK 703N router) and atBEN(connect to
> Ben Nanonote) with 6lowpan-tools(which is in my previous patchs)
On 06/22/2012 08:18 AM, xian...@openmobilefree.net wrote:
> From: Xiangfu
>
> ---
> .../generic/files/drivers/ieee802154/adf7242.c | 1034 +++
> .../generic/files/drivers/ieee802154/at86rf230.c | 872
> .../generic/files/drivers/ieee802154/at86rf230.h |