[OpenWrt-Devel] Addition of custom kernel patches, but changes not showing up in uImage files

2011-06-15 Thread harish badrinath
I was wrong again, both "my way" and "your way" both seems to be not working as of this moment. Here is my problem restated: (a) My patch to the kernel compiles, without breaking the build. (b) bin/ramips/openwrt-ramips-rt305x-uImage.bin boots from the boot-loader, but grep -i pronto bin/ramips/o

[OpenWrt-Devel] goldfish target?

2011-06-15 Thread Andrew Peebles
I am interested in building the goldfish target. So far I have been unable to get it to compile; using the latest trunk source, and using a snapshot from early March 2010, the last time goldfish images appear in the openwrt snapshot download area. It does not seem like the goldfish target is

[OpenWrt-Devel] ath9k on Atheros DB120 board

2011-06-15 Thread Rafiq Shaikh
Hi All, Greetings! Has anyone been able to use openWRT on the Atheros DB120 board successfully? I am facing issues with ath9k as well as ethernet interface. ath9k initialization fails with the following error during the board bootup. Also, ifconfig does not show any ethernet interface. Probabl

Re: [OpenWrt-Devel] [PATCH V3 00/10] Add support for linux 3.0

2011-06-15 Thread Hauke Mehrtens
On 06/15/2011 04:01 PM, Jonas Gorski wrote: > Linux 3.0 is now at rc3, and it still isn't supported in OpenWrt, we have > to fix that! > > But first we have to make sure that it doesn't break anything (or at least > not too much), so add the required checks and handling for version numbers > start

[OpenWrt-Devel] [PATCH V3 02/10] Fix CONFIG_LINUX_ for linux 3.0

2011-06-15 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- V1 -> V2 * Fix check for 2.x scripts/metadata.pl |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 138232f..6641fd1 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -188,7 +1

Re: [OpenWrt-Devel] RT3052 and Telephone support

2011-06-15 Thread Jonathan Bennett
Try this one: http://www.rowetel.com/blog/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] RT3052 and Telephone support

2011-06-15 Thread John Crispin
On 15/06/11 20:53, jason duhamell wrote: > Hey Guys, I am wondering if anyone on the openwrt mailing list has worked on > PCM support before? I had an idea taken from > http://www.rowetel.com/blog/about adding ATA support to routers. Would > anyone like to take part in a > hardware and software pro

Re: [OpenWrt-Devel] [PATCH V3 00/10] Add support for linux 3.0

2011-06-15 Thread Hauke Mehrtens
On 06/15/2011 04:01 PM, Jonas Gorski wrote: > Linux 3.0 is now at rc3, and it still isn't supported in OpenWrt, we have > to fix that! > > But first we have to make sure that it doesn't break anything (or at least > not too much), so add the required checks and handling for version numbers > start

[OpenWrt-Devel] RT3052 and Telephone support

2011-06-15 Thread jason duhamell
Hey Guys, I am wondering if anyone on the openwrt mailing list has worked on PCM support before? I had an idea taken from http://www.rowetel.com/blog/about adding ATA support to routers. Would anyone like to take part in a hardware and software project, primarily for google voice support? I have ab

Re: [OpenWrt-Devel] sysupgrade crashing

2011-06-15 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maybe it already helps to enable SysRq support in your builds. Sysupgrade tries to trigger a system reset through it if its still alive 10 seconds after calling "reboot". ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment:

[OpenWrt-Devel] sysupgrade crashing

2011-06-15 Thread D.S. Ljungmark
So, I'm trying to use sysupgrade on an x86-system with the mtd_block driver, and intermittently it fails rather spectacularly to reboot the machine afterwards: log from ssh shows: Switching to ramdisk... mount: mounting mini_fo:/overlay on /mnt failed: Function not imple

[OpenWrt-Devel] [PATCH] Upgrade wing package

2011-06-15 Thread Roberto Riggio
Upgrades the Wing Wireless Mesh Networking Daemon to the latest version. The main change is the support for link-level broadcasts. Signed-off-by: Roberto Riggio -- Index: net/wing/files/lib/network/wing.sh === --- net/wing/files/l

Re: [OpenWrt-Devel] Xen subtarget

2011-06-15 Thread Thomas Heil
Am 14.06.2011 20:24, schrieb W. Michael Petullo: > I am trying to build OpenWrt (Subversion revision 27172) for the Xen > subtarget. The build process fails with: > > [...] > chmod 0777 [...]/backfire/build_dir/target-i386_uClibc-0.9.30.1/root-x86/tmp > cp -fpR [...]/backfire/build_dir/linux-x86_xe

[OpenWrt-Devel] [PATCH V3 00/10] Add support for linux 3.0

2011-06-15 Thread Jonas Gorski
Linux 3.0 is now at rc3, and it still isn't supported in OpenWrt, we have to fix that! But first we have to make sure that it doesn't break anything (or at least not too much), so add the required checks and handling for version numbers starting with 3, and fix some other places breaking with 3.0.

[OpenWrt-Devel] [PATCH V3 03/10] bcm47xx: Remove kernel checks from image Makefile

2011-06-15 Thread Jonas Gorski
2.4 isn't present anymore, so it will always be 2.6 (or newer). Since the 2.6 check will break with 3.0, remove it alltogether. Signed-off-by: Jonas Gorski --- target/linux/brcm47xx/image/Makefile |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/target/linux/brcm47xx

[OpenWrt-Devel] [PATCH V3 10/10] bcm63xx: Add support for Linux 3.0-rc3

2011-06-15 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- .../linux/brcm63xx/{config-2.6.39 => config-3.0} |5 +++-- .../007-usb-ohci-support.patch |2 +- .../008-usb-ehci-support.patch |2 +- .../010-add_bcm63xx_ohci_controller.patch |2 +- .../011-add_bc

[OpenWrt-Devel] [PATCH V3 06/10] madwifi: Fix linux 3.0 detection

2011-06-15 Thread Jonas Gorski
Allows madwifi to be built against linux 3.0. Signed-off-by: Jonas Gorski --- .../madwifi/patches/476-3.0_detection_fix.patch| 25 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 package/madwifi/patches/476-3.0_detection_fix.patch diff --git a/pa

[OpenWrt-Devel] [PATCH V3 08/10] acx-mac80211: Compile fix for newer kernels

2011-06-15 Thread Jonas Gorski
common.c is missing an include for linux/ratelimit.h. Signed-off-by: Jonas Gorski --- .../patches/004-ratelimit_compile_fix.patch| 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 package/acx-mac80211/patches/004-ratelimit_compile_fix.patch diff --g

[OpenWrt-Devel] [PATCH V3 07/10] busybox: Fix insmod for linux 3.0

2011-06-15 Thread Jonas Gorski
Insmod silently rejected being run on any non 2.x kernel. Make its version check allow newer kernels (and reject 2.4- when not enabling the 2.4 feature). Signed-off-by: Jonas Gorski --- package/busybox/patches/470-insmod_search.patch | 25 ++ 1 files changed, 16 insertions(

[OpenWrt-Devel] [PATCH V3 04/10] package/kernel: Update version dependencies and kmods for linux 3.0

2011-06-15 Thread Jonas Gorski
Also disable rtc-core for now since this changed to a bool, now directly used in the kernel if enabled. Signed-off-by: Jonas Gorski --- package/kernel/modules/netsupport.mk | 13 + package/kernel/modules/other.mk |1 + package/kernel/modules/usb.mk|4 ++-- pack

[OpenWrt-Devel] [PATCH V3 01/10] Properly extract KERNEL_PATCHVER for linux 3.0

2011-06-15 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- include/kernel-version.mk |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 4ce6771..f47a3f3 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -37,5 +37,

[OpenWrt-Devel] [PATCH V3 02/10] Fix CONFIG_LINUX_ for linux 3.0

2011-06-15 Thread Jonas Gorski
Signed-off-by: Jonas Gorski --- scripts/metadata.pl |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 138232f..6641fd1 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -188,7 +188,11 @@ sub target_name($) {

[OpenWrt-Devel] Addition of custom kernel patches, but changes not showing up in uImage files

2011-06-15 Thread harish badrinath
I am really sorry, will try to work with this document http://wiki.openwrt.org/doc/devel/patches and come back if i am stuck. Regretfully, Harish Badrinath ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/l

[OpenWrt-Devel] Addition of custom kernel patches, but changes not showing up in uImage files

2011-06-15 Thread harish badrinath
Hello, I have added a hackish patch, derived from muliple source and forced the build process to generate an image (none of the changes are "nice"). The build is sucessful and the images are create in the bin/foo directory. There is a printk with a string in one of the files, that should indicate