[OpenWrt-Devel] [patch 2/4] [PATCH] Adds a kmod for the DS2431

2012-03-14 Thread chris
The DS2431 is a 1 wire 1kb eeprom. Signed-off-by: Christian Gagneraud ch...@techworks.ie --- a/package/kernel/modules/w1.mk +++ b/package/kernel/modules/w1.mk @@ -112,6 +112,19 @@ endef $(eval $(call KernelPackage,w1-slave-smem)) +define KernelPackage/w1-slave-ds2431 + TITLE:=DS2431 1kb

[OpenWrt-Devel] [patch 0/4] 3 new kmods and 1 kmod description fix

2012-03-14 Thread chris
___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [patch 3/4] [PATCH] Fix the title and the description of the kmod for DS2433.

2012-03-14 Thread chris
This kmod has been certainly added by copy/paste but the title and description were not updated. Fix that. The DS2433 is a 1 wire 4kb eeprom with CRC capability. Signed-off-by: Christian Gagneraud ch...@techworks.ie --- a/package/kernel/modules/w1.mk +++ b/package/kernel/modules/w1.mk @@ -127,7

[OpenWrt-Devel] [patch 4/4] [PATCH] Add support for the 8250 UART module.

2012-03-14 Thread chris
It has been added at the end of other.mk as i couldn't find a better place for it. Signed-off-by: Christian Gagneraud ch...@techworks.ie --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -872,3 +872,21 @@ endef $(eval $(call KernelPackage,nandsim)) +define

[OpenWrt-Devel] [patch 1/4] This patch adds a kmod in hwmon for the SHT21 sensor (I2C temperature and humidity sensor)

2012-03-14 Thread chris
Signed-off-by: Christian Gagneraud ch...@techworks.ie --- a/package/kernel/modules/hwmon.mk +++ b/package/kernel/modules/hwmon.mk @@ -103,6 +103,19 @@ endef $(eval $(call KernelPackage,hwmon-lm95241)) +define KernelPackage/hwmon-sht21 + TITLE:=Sensiron SHT21 and compat. monitoring support +

[OpenWrt-Devel] [PATCH] New SQLAlchemy Package for Python

2012-03-14 Thread Park, Woo Jae
New packages for running flexget on Openwrt. Signed-off-by: woojae, parknikes...@gmail.com --- Index: feeds/packages/lang/pysqlalchemy/Makefile === --- feeds/packages/lang/pysqlalchemy/Makefile (revision 0) +++

Re: [OpenWrt-Devel] About adding new language pages of openwrt's wiki

2012-03-14 Thread Jo-Philipp Wich
Hi, new languages must be enabled by an administrator in the wiki. I added japanese now, it should get offered as choice in the sidebar as soon as you login. HTH, Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] About adding new language pages of openwrt's wiki

2012-03-14 Thread Kentaro Matsuyama
Hi Jow! Thanks! I'll try to keep contribute... matsuk 2012/3/14 Jo-Philipp Wich x...@subsignal.org: Hi, new languages must be enabled by an administrator in the wiki. I added japanese now, it should get offered as choice in the sidebar as soon as you login. HTH, Jow

[OpenWrt-Devel] [kernel] make kernel_menuconfig not picking up my subtarget config-default

2012-03-14 Thread Christian Gagneraud
Hi all, I'm having trouble with my condif-default's. I have 2 config-default: target/linux/at91/config-default target/linux/at91/tmbbv3/config-default when I do make target/linux/{clean,prepare} V=99 QUILT=1, my kernel is configured correctly, by that I mean that my subtarget config-default is

Re: [OpenWrt-Devel] [kernel] make kernel_menuconfig not picking up my subtarget config-default

2012-03-14 Thread Felix Fietkau
On 2012-03-14 6:14 PM, Christian Gagneraud wrote: Hi all, I'm having trouble with my condif-default's. I have 2 config-default: target/linux/at91/config-default target/linux/at91/tmbbv3/config-default when I do make target/linux/{clean,prepare} V=99 QUILT=1, my kernel is configured

[OpenWrt-Devel] WZR-HP-G450H trunk problems

2012-03-14 Thread Gregory Finch
Hi, A change in trunk over the last couple of weeks has broken for my router. It seems like the switch doesn't get setup properly now. I can only connect at 10mbit most of the time now, as well the connection will freeze, usually when I try to run ifconfig, or use luci. logread also hangs the

Re: [OpenWrt-Devel] [kernel] make kernel_menuconfig not picking up my subtarget config-default

2012-03-14 Thread Christian Gagneraud
On 14/03/12 18:02, Felix Fietkau wrote: On 2012-03-14 6:14 PM, Christian Gagneraud wrote: Hi all, I'm having trouble with my condif-default's. I have 2 config-default: target/linux/at91/config-default target/linux/at91/tmbbv3/config-default when I do make target/linux/{clean,prepare} V=99

Re: [OpenWrt-Devel] [PATCH] Updated kernel patch in trunk to support brcm47xx BCMA NAND flash

2012-03-14 Thread Hauke Mehrtens
On 03/12/2012 08:31 AM, Tathagata Das wrote: Hi Hauke, That code works on my device as well. Attached is the updated kernel patch to support brcm47xx BCMA NAND flash. Regards, Tatha -Original Message- From: Hauke Mehrtens [mailto:ha...@hauke-m.de] Sent: 10 March 2012 05:01

[OpenWrt-Devel] busybox 1.19.4 update patch

2012-03-14 Thread Peter Wagner
This patch updates busybox to 1.19.4 and refreshes all patches. Signed-off-by: Peter Wagner tripo...@gmx.at diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 41e7d40..af27df0 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -8,14 +8,14 @@ include

[OpenWrt-Devel] [PATCH 0/5] several updates for kirkwood target

2012-03-14 Thread Luka Perkov
In this patch series you can find kirkwood patches for: * kernel upgrade to 3.2.9 * add ubifs support * introduce files folder in order to simplify patches * add RaidSonic ICY BOX IB-NAS62x0 board * refresh kernel config Luka ___ openwrt-devel

[OpenWrt-Devel] [PATCH 1/5] kernel upgrade to 3.2.9

2012-03-14 Thread Luka Perkov
kirkwood: kernel upgrade to 3.2.9 Signed-off-by: Luka Perkov open...@lukaperkov.net --- diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 06b6fc7..426ffd2 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -1,5 +1,5 @@ # -#

[OpenWrt-Devel] [PATCH 2/5] add ubifs support

2012-03-14 Thread Luka Perkov
kirkwood: add ubifs support Signed-off-by: Luka Perkov open...@lukaperkov.net --- diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 426ffd2..81afaf5 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -9,7 +9,7 @@ include

[OpenWrt-Devel] [PATCH 3/5] introduce files folder in order to simplify patches

2012-03-14 Thread Luka Perkov
kirkwood: introduce files folder in order to simplify patches Signed-off-by: Luka Perkov open...@lukaperkov.net --- diff --git a/target/linux/kirkwood/files/arch/arm/mach-kirkwood/iconnect-setup.c b/target/linux/kirkwood/files/arch/arm/mach-kirkwood/iconnect-setup.c new file mode 100644 index

[OpenWrt-Devel] [PATCH 4/5] add RaidSonic ICY BOX IB-NAS62x0 board

2012-03-14 Thread Luka Perkov
kirkwood: add RaidSonic ICY BOX IB-NAS62x0 board Signed-off-by: Luka Perkov open...@lukaperkov.net --- diff --git a/target/linux/kirkwood/config-default b/target/linux/kirkwood/config-default index a0d7e94..07352f4 100644 --- a/target/linux/kirkwood/config-default +++

[OpenWrt-Devel] [PATCH 5/5] refresh kernel config

2012-03-14 Thread Luka Perkov
kirkwood: refresh kernel config Signed-off-by: Luka Perkov open...@lukaperkov.net --- diff --git a/target/linux/kirkwood/config-default b/target/linux/kirkwood/config-default index 07352f4..76ae99c 100644 --- a/target/linux/kirkwood/config-default +++ b/target/linux/kirkwood/config-default @@