Re: [OpenWrt-Devel] Kernel panic - not syncing: Attempted to kill init!

2009-08-05 Thread Xiangfu Liu
Xiangfu Liu wrote: > Hi > I try to compile the 2.6.28 kernel. > kernel try to run '/etc/preinit' but it's always > kernel panic. > > give some tip about this error. very thanks. > > you can find source code at : > http://github.com/lindnermarek/openwrt-x-burst/tree/master > > Hi Florian 1. ch

[OpenWrt-Devel] Patch - chillispot.init to load uci file

2009-08-05 Thread Fabián Omar Franzotti
With this patch the init of chilli load configuration from uci file, it's included in the patch. the name of init file was changed to chillispot and the config use the same name. Signed-off-by: Fabian Omar Franzotti -- diff -Nur chillispot.orig/files/chillispot.conf chillispot/files/chilli

[OpenWrt-Devel] dbus segfault fix and request to look at the -pie / -fPIC cflag

2009-08-05 Thread Dave Cooper
Hi all, dbus-daemon was segfaulting on trunk due to the -pie and -fPIC flag being present on AT LEAST brcm43xx (with 2.6.30.4). I'm not sure what other packages attempt to use that flag but they may or may not also be broken. It could be related to uclibc. I'll look in to it. The flag doesn't see

Re: [OpenWrt-Devel] [PATCH] target/generic-2.6: root= and rootflags= kernel parameters handling in initramfs

2009-08-05 Thread Benjamin Cama
Le mercredi 05 août 2009 à 21:16 +0200, Benjamin Cama a écrit : > The following patch adds root= and rootflags= kernel parameters handling > in the /init initramfs script (I don't know otherwise how $rootfs can be > set except manually in /etc/preinit or /etc/preinit.arch, which I didn't > grep any

[OpenWrt-Devel] ksymoops for ARM / orion available?

2009-08-05 Thread Matthias Buecher / Germany
Is ksymoops for ARM / Orion working? If so can it be added to the OpenWrt repository? Currently the package seems to be restricted to Mipsel and x86. I just ask because I want to investigate the oops message from OpenVPN I got (see #5341). Regards Maddes _

[OpenWrt-Devel] Nuwiki meeting thursday 6th.

2009-08-05 Thread Gregers Petersen
There is a Nuwiki meeting tomorrow at 20:00 CEST: http://nuwiki.openwrt.org/meta/ircmeeting Chz -- Gregers Petersen Relationship manager, layer 8 and anthropology glp on irc ___ __ | |.-.-.-.| | | |..| |_ | - || _

[OpenWrt-Devel] [PATCH] target/generic-2.6: root= and rootflags= kernel parameters handling in initramfs

2009-08-05 Thread Benjamin Cama
Hi, As far as I understand, the code in the 2.6 /init script has not been very well tested with initramfs + external rootfs. Please correct me if I am wrong. The following patch adds root= and rootflags= kernel parameters handling in the /init initramfs script (I don't know otherwise how $rootfs

[OpenWrt-Devel] [PATCH] sdk: do not exclude share directory or bison and friends break

2009-08-05 Thread Malte S. Stretz
For some reason the share (ie. /usr/share) directory is not included in the SDK tarball, see bug 5629 [1] for details, a patch is attached to the bug [2]. Maybe somebody familiar with the SDK could also have a quick glance at bug 5417 [3]. Cheers, Malte [1]https://dev.openwrt.org/ticket/5629 [

Re: [OpenWrt-Devel] [PATCH] mini_snmpd: support for IPv6

2009-08-05 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Patch committed in r17129 now - thanks! ~ JoW -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkp5aosACgkQdputYINPTPPBCwCeM/fXKV57JgG37mbuJ6kaicek GAcAnRl

[OpenWrt-Devel] Kernel panic - not syncing: Attempted to kill init!

2009-08-05 Thread Xiangfu Liu
Hi I try to compile the 2.6.28 kernel. kernel try to run '/etc/preinit' but it's always kernel panic. give some tip about this error. very thanks. you can find source code at : http://github.com/lindnermarek/openwrt-x-burst/tree/master -- http://www.qi-hardware.com Best Regards Xiangfu Liu L

[OpenWrt-Devel] [Patch] Switch to dynamic-linked apache with module packages

2009-08-05 Thread Michael Geddes
Move apache (and apr) to a module-based distribution. Has a smaller minimum footprint and allows more versatility. Signed-off-by: Michael Geddes --- Index: net/apache/patches/005-apxs_optware.patch === --- net/apache/pat