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
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
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
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
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
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
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
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
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
-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:
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
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
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
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.
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
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
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
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
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(
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
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,
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($) {
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
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
24 matches
Mail list logo