Re: [OpenWrt-Devel] [PATCH v2 1/1] kmod-input-xxx: missing dependency on kmod-input-core

2011-08-10 Thread Hauke Mehrtens
On 08/06/2011 11:31 PM, Philip Prindeville wrote: On 8/6/11 10:09 AM, Hauke Mehrtens wrote: On 07/28/2011 03:31 AM, Philip Prindeville wrote: Modules like input-gpio-keys rely on input-core, but that's not currently expressed. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com

Re: [OpenWrt-Devel] [PATCH v2] Version Bump Minidlna 1.0.21

2011-08-10 Thread Ian Leonard
Version bump minidlna 1.0.21 v2 v2: adjusts 040-configuration-tweak.patch as default kernels enable inotify. v1: 010-genconfig-checks.patch adjusts two configure checks to use ICONV_PREFIX and INTL_PREFIX. These changes were already made previously elsewhere in the build process and looks like

[OpenWrt-Devel] [PATCH] Update wing package

2011-08-10 Thread Roberto Riggio
=== --- net/wing/Makefile (revision 27944) +++ net/wing/Makefile (working copy) @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wing -PKG_VERSION:=20110709 +PKG_VERSION:=20110810 PKG_RELEASE:=1 -PKG_REV

Re: [OpenWrt-Devel] [PATCH-v4] samba 3.0.37 update

2011-08-10 Thread Maarten Bezemer
On Wed, 2011-08-10 at 00:07 +0200, Maarten Bezemer wrote: I have updated my samba3 patch (again). It was brought to my attention that the provided patch was not made from the feeds/package directory, but from the feeds/package/net/samba3 directory. Please keep this in mind when applying the

[OpenWrt-Devel] [PATCH] add LM95241 kernel module

2011-08-10 Thread Daniel Golle
This allows building the module for the national lm95241 i2c temperature sensor. Signed-off-by: Daniel Golle dgo...@allnet.de Index: package/kernel/modules/hwmon.mk === --- package/kernel/modules/hwmon.mk (revision 27890) +++

Re: [OpenWrt-Devel] [Fwknop-discuss] fwknop in openwrt

2011-08-10 Thread Jonathan Bennett
Not sure why, but it's taking the openwrt folks a while to pull fwknop into trunk. Until that happens, if any of you want to play around with the binaries, let me know what target you're running on, and I'll be happy to send you the .ipk file. ~Jonathan Bennett

[OpenWrt-Devel] Problems booting ( need help to debug preinit )

2011-08-10 Thread Pawel Pastuszak
Hi all, I having some problem booting the system after using external tool chain which i generated but the time i used to generate the toolchain that image works fine. Here is what i get.. [2.801721] RAMDISK: gzip image found at block 0 [3.527982] EXT4-fs (ram0): mounted filesystem

Re: [OpenWrt-Devel] Problems booting ( need help to debug preinit )

2011-08-10 Thread Pawel Pastuszak
Ok found my problem it turns out that ld.so.1 symbolic link is missing from libc package if it's an external toolchain, here is make patch to solve this problem. Index: package/base-files/Makefile === --- package/base-files/Makefile

Re: [OpenWrt-Devel] New package: fwknopd

2011-08-10 Thread Jonathan Bennett
On Aug 10, 2011 6:59 PM, Stephen Walker stephendwal...@gmail.com wrote: Is there a reason for the client being disabled? The main reason is to save space. I have no problem adding it as a second package. As they result in seperate binaries, it would make more sense to roll them as separate

Re: [OpenWrt-Devel] [PATCH v2 1/1] kmod-input-xxx: missing dependency on kmod-input-core

2011-08-10 Thread Philip Prindeville
On 8/10/11 12:16 AM, Hauke Mehrtens wrote: On 08/06/2011 11:31 PM, Philip Prindeville wrote: On 8/6/11 10:09 AM, Hauke Mehrtens wrote: On 07/28/2011 03:31 AM, Philip Prindeville wrote: Modules like input-gpio-keys rely on input-core, but that's not currently expressed. Signed-off-by: