Re: [OpenWrt-Devel] use of soft-float on bcm47xx

2009-06-21 Thread RHS Linux User
Hi, I have one further suggestion. I have HAVE a DUAL mips3 with 64 megabytes of ram RUNNING on an FPGA. However, mips3 has a VERY small instruction set. So far I haven't been able to get the kernel to run AT ALL. The reason is because some of the more elegant MIPS instructions are used

[OpenWrt-Devel] [PATCH] Add the gpio_keys input module to menuconfig

2009-06-21 Thread Ferenc Wagner
Signed-off-by: Ferenc Wagner wf...@niif.hu Index: package/kernel/modules/other.mk === --- package/kernel/modules/other.mk (revision 16393) +++ package/kernel/modules/other.mk (working copy) @@ -674,6 +674,23 @@ $(eval $(call

[OpenWrt-Devel] How to extract the quilt kernel patches?

2009-06-21 Thread Ferenc Wagner
Hi, I appended the quilt patch series of the kernel under build_dir/. Is there a mechanism or some best practice to extract them into the version-controlled part of the tree? Or how to work with this machinery in general? I also noticed that make kernel_menuconfig does some magic to update the

Re: [OpenWrt-Devel] How to extract the quilt kernel patches?

2009-06-21 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Usually you can do it this way: make target/linux/{clean,prepare} QUILT=1 Optionally you can override LINUX_VERSION with a desired target version. After that a kernel source tree with quilt series is prepared in

[OpenWrt-Devel] [RFC PATCH] Using Linux 2.6 LED class and input layer instead of broadcom-diag

2009-06-21 Thread Ferenc Wagner
Hi, For a couple of days I've been playing with wiring up the LEDs and buttons (OK, there's only one of each) of a WAP54Gv2 device with the newish generic Linux 2.6 LED class and input layer. As it turns out, there's no problem with the LED, after registering it as a platform device