[OpenWrt-Devel] Repost: [PATCH] 1/1: OLA - new package olad

2012-06-03 Thread Michael Markstaller
On 03.06.2012 13:21, John Crispin wrote: > after applying the patch we get > ERROR: please fix feeds/packages/utils/ola/Makefile - see > logs/feeds/packages/utils/ola/dump.txt for details > > > which in turn gives > Makefile:92: *** missing separator. Stop. Sorry for that, it looks like my MUA

[OpenWrt-Devel] REPOST: [PATCH] 1/1: OLA - new package olad

2012-06-03 Thread Michael Markstaller
On 03.06.2012 13:21, John Crispin wrote: > after applying the patch we get > ERROR: please fix feeds/packages/utils/ola/Makefile - see > logs/feeds/packages/utils/ola/dump.txt for details > > > which in turn gives > Makefile:92: *** missing separator. Stop. Sorry for that, it looks like my MUA

Re: [OpenWrt-Devel] binutils tarball md5 mismatch?

2012-06-03 Thread Mirko Vogt
On 06/03/2012 03:50 PM, Mirko Vogt wrote: > However, actually I thought the checksums got replaced that time, will check. (Kind of) fixed in r32037. We can't just replace the tarball on our mirror server and change the checksum, since it will break previous builds/releases. That's why the source n

[OpenWrt-Devel] [PATCH 1/2] Add mcopy to build tools

2012-06-03 Thread Ian Ridge
This patch adds mcopy to the build tools. It is needed to copy files into a vfat image without requiring root privileges. To avoid increasing the build time of other targets, this tool is only built when need. Signed-off-by: Ian Ridge Index: tools/mtools/Makefile ===

[OpenWrt-Devel] [PATCH 0/2] Initial support for Raspberry Pi board

2012-06-03 Thread Ian Ridge
These 2 patches add initial support for the Raspberry Pi. An ARM GNU/Linux box for $25. For more info on this hardware see: http://www.raspberrypi.org http://downloads.element14.com/raspberryPi1.html?CMP=KNC-GUK-FUK-GEN-SUP-RASPBERRY Raspberry Pi currently has support for 3.1 kernel. As 3.1 was

Re: [OpenWrt-Devel] binutils tarball md5 mismatch?

2012-06-03 Thread Mirko Vogt
Hey, they (GNU-binutils) once silently replaced the binutils-2.20.1 archive with the 2.20.1a version. This was an unfortunate move, since it triggered lot's of confusion (as you're experiencing now..) - OpenEmbedded e.g. head to deal with the situation as well (http://patches.openembedded.org/p

[OpenWrt-Devel] [PATCH] shorewall-lite: update to 4.4.27.3

2012-06-03 Thread Edy Corak
This patch updates shorewall-lite to stable release 4.4.27.3 and the lsm_script Signed-off-by: Edy Corak i...@loenshotel.de Index: files/shorewall-lite.init === --- files/shorewall-lite.init (Revision 32030) +++ files/shorewall-lite.i

[OpenWrt-Devel] binutils tarball md5 mismatch?

2012-06-03 Thread Daniel A. Nagy
Hi, When trying to do a build from backfire branch, many of the sources of GNU binutils used for the cross-compiling environment complain about md5 mismatch. Eventually it does download a binutils-2.19.1.tar.bz2 file that it likes (md5 checksum: 09a8c5821a2dfdbb20665bc0bd680791), but quite a few a

Re: [OpenWrt-Devel] preinit / firstboot for UBIFS

2012-06-03 Thread Daniel Golle
Hi, in order to perform sysupgrade on a system having it's rootfs on UBI in the same way we are using sysupgrade now, we will need a "force" option in ubidetach (as lazy-umount of /rom during sysupgrade won't reduce the refcount, thus makes detaching and subsequent ubiformat impossible). Several q

Re: [OpenWrt-Devel] [PATCH] enable kernel support for ALSA midi

2012-06-03 Thread John Crispin
On 30/04/12 04:12, Adam Goode wrote: > Enable the real ALSA midi interface (seq) in the kernel. The existing > rawmidi interface is still present. This allows for the alsa midi > utilities to work. > > Signed-off-by: Adam Goode > > --- > > Index: package/kernel/modules/sound.mk > ==

Re: [OpenWrt-Devel] [PATCH] 1/1: OLA - new package olad

2012-06-03 Thread John Crispin
On 30/05/12 17:49, Michael Markstaller wrote: > Adds new packages for OLA (Open Lightning Architecture): > http://code.google.com/p/linux-lighting/ > > Based on works in: git://github.com/mmm444/ola-openwrt-feed.git > > Signed-off-by: Michael Markstaller > after applying the patch we get ERROR

Re: [OpenWrt-Devel] [PATCH 3/4] kirkwood: add user-space for the ALL6000

2012-06-03 Thread Daniel Golle
On 30/05/12 23:07, Luka Perkov wrote: >> diff --git a/target/linux/kirkwood/base-files/etc/uci-defaults/ubootenv >> b/target/linux/kirkwood/base-files/etc/uci-defaults/ubootenv >> new file mode 100644 >> index 000..a3447e1 >> --- /dev/null >> +++ b/target/linux/kirkwood/base-files/etc/uci-defa

Re: [OpenWrt-Devel] [PATCH] Update monit to 5.4 and bugfixes

2012-06-03 Thread Etienne Champetier
http://mmonit.com/monit/dist/CHANGES.txt Because there is many bug fixes, including: 1) The ICMP echo (ping) test may report false positive error if the machine where Monit is running has heavy ICMP traffic generated by other applications. 2) The /proc/ files content match test was skipped, as th