[OpenWrt-Devel] [PATCH][packages] Asterisk ODBC module

2012-09-26 Thread Jiri Slachta
Hello, this patch includes ODBC support for Asterisk18 package. Regards, Jiri Slachta, CESNET, z.s.p.o. Signed-off-by: Jiri Slachta slac...@cesnet.cz Index: feeds/packages/net/asterisk-1.8.x/Makefile === ---

[OpenWrt-Devel] lighttpd.conf should load from something like conf.d

2012-09-26 Thread Jeff R. Allen
It would make it easier to integrate other packages into a system running lighttpd if there was something like this in the lighttpd.conf file: Index: net/lighttpd/files/lighttpd.conf === --- net/lighttpd/files/lighttpd.conf

[OpenWrt-Devel] mmc_spi on bcm6348 board

2012-09-26 Thread dani
Hi, I'm trying to make a micro sd card work connected to a bcm6348 board (livebox 1) SPI pins. I guessed the platform file of my device should be modified in order to make the kernel comunicate with the mmc_spi and recognice the microsd card. I added this code in my platform data file

Re: [OpenWrt-Devel] mmc_spi on bcm6348 board

2012-09-26 Thread Florian Fainelli
Hello, On Wednesday 26 September 2012 14:41:51 dani wrote: Hi, I'm trying to make a micro sd card work connected to a bcm6348 board (livebox 1) SPI pins. I guessed the platform file of my device should be modified in order to make the kernel comunicate with the mmc_spi and recognice the

Re: [OpenWrt-Devel] mmc_spi on bcm6348 board

2012-09-26 Thread dani
Ok, I started again with a clean kernel. These are exactly the changes I've made --- board_livebox 1.c 2012-09-26 21:25:19.0 +0200 +++ board_livebox.c 2012-09-26 22:13:01.095795124 +0200 @@ -17,6 +17,7 @@ #include linux/gpio_keys.h #include linux/input.h #include linux/spi/spi.h

[OpenWrt-Devel] Problem with ath9k, mac80211 modules becoming permanent after couple of insmod/rmmod

2012-09-26 Thread abhinav narain
hi, I have kept a modified mac80211.ko, ath9k.ko file in /lib/modules/temp/ . I am using Backfire [Openwrt] for development. And I want to use these while I run some of my userland code (which automates the task of unloading old modules and inserting the new ones) . It seems that for first time,

[OpenWrt-Devel] [PATCH] [cns3xxx] pcie: fix abort handling

2012-09-26 Thread tharvey
Signed-off-by: Tim Harvey thar...@gateworks.com target/linux/cns3xxx/patches-3.3/108-cns3xxx_pcie-abort.patch | 128 ++ 1 file changed, 128 insertions(+) Index: trunk/target/linux/cns3xxx/patches-3.3/108-cns3xxx_pcie-abort.patch

[OpenWrt-Devel] [PATCH] [cns3xxx] smp: fix ncores on single-core systems

2012-09-26 Thread tharvey
Fix number of cores present in system. cns3xxx always has multiple cores according to SCU_CONFIGURATION but looking at SCU_CPU_STATUS tells you which ones are active. Signed-off-by: Tim Harvey thar...@gateworks.com target/linux/cns3xxx/patches-3.3/450-smp_ncores.patch | 130

[OpenWrt-Devel] [PATCH] [cns3xxx] i2c: add retries

2012-09-26 Thread tharvey
Signed-off-by: Tim Harvey thar...@gateworks.com target/linux/cns3xxx/patches-3.3/440-i2c_retry.patch | 72 +++ 1 file changed, 72 insertions(+) Index: trunk/target/linux/cns3xxx/patches-3.3/440-i2c_retry.patch

[OpenWrt-Devel] [PATCHv2] [cns3xxx] smp: fix ncores on single-core systems

2012-09-26 Thread tharvey
Fix ncores for single-core systems. For cns3xxx SCU_CONFIGURATION always shows multipe cores but SCU_CPU_STATUS shows which ones are active. Signed-off-by: Tim Harvey thar...@gateworks.com Version2 of patch - forgot to refresh patch before sending

Re: [OpenWrt-Devel] mmc_spi on bcm6348 board

2012-09-26 Thread Florian Fainelli
On Wednesday 26 September 2012 22:35:00 dani wrote: Ok, I started again with a clean kernel. These are exactly the changes I've made --- board_livebox 1.c 2012-09-26 21:25:19.0 +0200 +++ board_livebox.c 2012-09-26 22:13:01.095795124 +0200 @@ -17,6 +17,7 @@ #include