[OpenWrt-Devel] Hotplug / Init Race Conditions, Discussion

2010-02-21 Thread Daniel Dickinson
At http://wiki.openwrt.org/inbox/techref/taskinit_discussion I've tried to start a discussion of a solution to the problem of hotplug and init.d dependency / race condition problems that exist in OpenWRT today. If you have some ideas, please add to the page. Regards, Daniel -- And that's my c

Re: [OpenWrt-Devel] [PATCH] ext4 driver requires CONFIG_LBD for most of ext4 partitions

2010-02-21 Thread Hauke Mehrtens
Leonid Evdokimov wrote: > Here is small patch, kerneldoc says: > >> The ext4 filesystem requires that this feature be enabled in order to >> support filesystems that have the huge_file feature enabled [...] >> which is enabled by default by mke2fs.ext4. > > Without this option dmesg says: > >> F

Re: [OpenWrt-Devel] Compiling outside of buildroot

2010-02-21 Thread Bas Mevissen
On 02/21/2010 07:45 PM, Florian Fainelli wrote: >> > Yes it is still supported and works well. >> > It also contains a "relocatable" toolchain, so it doesn't matter where >> > you unpack it. But it is only suitable for userspace software, iirc it >> > does not ship with and is not capable of compil

Re: [OpenWrt-Devel] Compiling outside of buildroot

2010-02-21 Thread Florian Fainelli
Le dimanche 21 février 2010 19:38:14, Jo-Philipp Wich a écrit : > Hi. > > > How about the OpenWRT SDK? Is that still supported? > > Yes it is still supported and works well. > It also contains a "relocatable" toolchain, so it doesn't matter where > you unpack it. But it is only suitable for users

Re: [OpenWrt-Devel] Compiling outside of buildroot

2010-02-21 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > How about the OpenWRT SDK? Is that still supported? Yes it is still supported and works well. It also contains a "relocatable" toolchain, so it doesn't matter where you unpack it. But it is only suitable for userspace software, iirc it does not

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-02-21 Thread Bernhard Loos
Annnd, I forgot to add the patch :/ Sorry about all the noise. Bernhard rdc.diff Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-02-21 Thread Bernhard Loos
2010/2/21 Florian Fainelli : > Hi Bernhard, > > Le jeudi 18 février 2010 12:54:28, Bernhard Loos a écrit : >> Hello >> This patch adds an pci driver for the rdc southbridge, where the gpio >> and wdt config registers are located. >> The custom reboot function is needed, beacuse the wdt works by >>

Re: [OpenWrt-Devel] 2mb flash not OpenWRT-Target?

2010-02-21 Thread RHS Linux User
Hi All, I support a 2mb version for a somewhat different reason. It seems to me that the base "router kernel/boot loader" should be VERY small. It optionally does a 'kexec' to a possibly attached USB/MMC memory card. In this way "router" firmware can be totally upgraded. Can be as large

Re: [OpenWrt-Devel] Compiling outside of buildroot

2010-02-21 Thread Luigi Mantellini
Hi All, in order to avoid the absoluted-path issue, I suggest to use the script wrapper.sh (used to create the toolchain target). https://dev.openwrt.org/browser/trunk/target/toolchain/files/wrapper.sh Can we integrate this script also into the SDK target? thanks and best regards, luigi On Su

Re: [OpenWrt-Devel] Compiling outside of buildroot

2010-02-21 Thread Bas Mevissen
On 02/19/2010 08:08 PM, Felix Fietkau wrote: > I disagree with the way manufacturers typically set up board support > packages. Often you have to install something as root, which is annoying > for people that only have user accounts on some machines. Often you can > only have one globally installe

Re: [OpenWrt-Devel] rdc gpio and watchdog driver

2010-02-21 Thread Florian Fainelli
Hi Bernhard, Le jeudi 18 février 2010 12:54:28, Bernhard Loos a écrit : > Hello > This patch adds an pci driver for the rdc southbridge, where the gpio > and wdt config registers are located. > The custom reboot function is needed, beacuse the wdt works by > creating a nmi interrupt, and the norma