[OpenWrt-Devel] Button hotplug BUG

2010-01-06 Thread Nuno Gonçalves
The first action after boot on a wrt160nl button doesn't give a hotplug event The event actions are also inverted. So a push is a ACTION=released, and the release is ACTION=pressed After boot if I press and release, I only get a ACTION=pressed. Test: echo logger '"$(date) $BUTTON $ACTION"' > /et

[OpenWrt-Devel] Changeset 19054 breaks ar71xx

2010-01-06 Thread Nuno Gonçalves
drivers/net/ag71xx/ag71xx_main.c: In function 'ag71xx_interrupt': drivers/net/ag71xx/ag71xx_main.c:798: error: implicit declaration of function 'ag71xx_debugfs_update_int_stats' make[8]: *** [drivers/net/ag71xx/ag71xx_main.o] Error 1 make[7]: *** [drivers/net/ag71xx] Error 2 make[6]: *** [drivers/n

[OpenWrt-Devel] [PATCH] btrfs-progs: quote $(CC) to allow building with ccache

2010-01-06 Thread Mark Rosenstand
Hi guys, Attached patch should allow building btrfs-progs when CC contains whitespace such as when building with ccache enabled. make -C /home/mark/src/openwrt/build_dir/target-mips_uClibc-0.9.30.1/btrfs-progs-0.18 CC=ccache mips-openwrt-linux-uclibc-gcc CFLAGS="-I/home/mark/src/openwrt/stagin