Re: [OpenWrt-Devel] PostInst delayed to real system

2011-08-10 Thread Lukas Macura
Hi Ithamar, no, our problem is not uci-defaults. I will try to give some real examples, because 1 example is better than 1000 words ;) - You want to install some sql server into image. And you want to preinit its database by some default data. You cannot do this during image creation. You ne

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.

Re: [OpenWrt-Devel] New package: fwknopd

2011-08-10 Thread Jonathan Bennett
On Aug 10, 2011 6:59 PM, "Stephen Walker" 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 packages, IMHO. I don't e

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

[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 withou

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] [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 Index: package/kernel/modules/hwmon.mk === --- package/kernel/modules/hwmon.mk (revision 27890) +++ package/kernel/modu

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 patc

[OpenWrt-Devel] [PATCH] Update wing package

2011-08-10 Thread Roberto Riggio
sh.debug=false uci add firewall zone uci set firewall.@zone[-1].name="mesh" Index: net/wing/Makefile === --- net/wing/Makefile (revision 27944) +++ net/wing/Makefile (working copy) @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wing

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

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 >>> >> This pat