[OpenWrt-Devel] GIT mirror of feeds

2011-11-22 Thread Jochen Friedrich
Hi, is there any GIT mirror of the SVN feeds tree as there is for trunk and packages? Thanks, Jochen ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] GIT mirror of feeds

2011-11-22 Thread Jochen Friedrich
Hi Jo-Philipp, https://dev.openwrt.org/wiki/GetSource Heh, even this page doesn't document the existance of the feeds tree yet ;-) svn co svn://svn.openwrt.org/openwrt/feeds/ That's the one I'm looking for a GIT mirror (or clone of feeds)... Thanks, Jochen

Re: [OpenWrt-Devel] GIT mirror of feeds

2011-11-22 Thread Jochen Friedrich
Hi Jo-Philipp, There is one for packages, none for packages_10.03.1 if you mean that. No, feeds is a different tree. xorg recently has been moved from packages to feeds. Thanks, Jochen ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] Initial SIMpad support

2011-08-17 Thread Jochen Friedrich
Hi Florian, The patch looks good, however, this would be merging a lot of patches which are candidates for being upstreamed. I would rather wait a little bit for the number of patches to decrease. That's OK. I'll concentrate to push those patches to upstream in the meantime. Thanks, Jochen

[OpenWrt-Devel] BUG: Unaligned kernel access on ssb_sprom-il0mac causes kernel Oops on bcm47xx

2011-07-27 Thread Jochen Friedrich
Booting a current OpenWRT version on a modified MN-700 router fails. Using a JTAG adapter, I was able to retrieve the Oops below from the routers memory. The culprit code that triggers an unaligned access is in drivers/ssb/pci.h, sprom_extract_r123: for (i = 0; i 3; i++) { v

[OpenWrt-Devel] [PATCH] Fix ARMv4 support

2011-07-08 Thread Jochen Friedrich
In R27118, TARGET_FIX_V4BX_SPEC got lost in the linker parameters. Add it back. Signed-off-by: Jochen Friedrich joc...@scram.de diff --git a/toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch b/toolchain/gcc/patches/linaro/840-armv4_pass_fix-v4bx_to_ld.patch index 41b790a..8800c03

Re: [OpenWrt-Devel] [PATCH] packages: Update pango to 1.28.4

2011-05-10 Thread Jochen Friedrich
Hi Xiangfu, I got some errors[1] when compile pango-1.28.4. the pango-1.26.0 compile fine. when I apply this patch: http://fidelio.qi-hardware.com/~xiangfu/openwrt-xburst.patches/pango-automake.patch I got those errors:

[OpenWrt-Devel] [PATCH] packages: Update pango to 1.28.4

2011-04-17 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- Xorg/lib/pango/Makefile |8 Xorg/lib/pango/patches/001-automake-compat.patch | 12 2 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 Xorg/lib/pango/patches/001-automake

[OpenWrt-Devel] [PATCH] rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.

2011-04-17 Thread Jochen Friedrich
Use offset from struct mtd_part instead of struct mtd_partition for defining the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in struct mtd_partition. Signed-off-by: Jochen Friedrich joc...@scram.de --- .../generic/patches-2.6.30/065-rootfs_split.patch | 12

Re: [OpenWrt-Devel] [PROPOSAL] growing OpenWrt devel team

2011-03-29 Thread Jochen Friedrich
Hi Layne, i'd change my patch delivery then by posting them to the more public wiki and posting a note here only. this way people hit by the same bug can find the patch online with their favorite search engine no matter if an openwrt dev had the time to check and push it to trunk or not. I

Re: [OpenWrt-Devel] [PATCH] Set default arch for ARM CPUs.

2011-02-15 Thread Jochen Friedrich
Hi Felix, +GCC_ARCH:= +ifneq ($(findstring -march=armv4,$(TARGET_OPTIMIZATION)),) + GCC_ARCH:=armv4 +endif +ifneq ($(findstring -march=armv4t,$(TARGET_OPTIMIZATION)),) + GCC_ARCH:=armv4t +endif +ifneq ($(findstring -march=armv5t,$(TARGET_OPTIMIZATION)),) + GCC_ARCH:=armv5t +endif +ifneq

[OpenWrt-Devel] [PATCH] Fix EABI support for armv4 CPUs.

2011-02-14 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- toolchain/gcc/common.mk |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 0f22e41..971ca62 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk

[OpenWrt-Devel] [PATCH] Import patches from git://git.kraxel.org/input to make input-utils work with newer kernels. Update package version.

2011-02-04 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- utils/input-utils/Makefile |2 +- utils/input-utils/patches/001-EVIOCGKEYCODE2.patch | 220 utils/input-utils/patches/002-version-check.patch | 34 +++ 3 files changed, 255 insertions(+), 1

[OpenWrt-Devel] [PATCH] [packages] xorg-kdrive: Fix linker errors.

2011-02-04 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- Xorg/xorg/xserver/xorg-kdrive/Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Xorg/xorg/xserver/xorg-kdrive/Makefile b/Xorg/xorg/xserver/xorg-kdrive/Makefile index 8076275..2712d48 100644 --- a/Xorg/xorg

[OpenWrt-Devel] [PATCH] missing-macros: add GTKDOC_REBASE macro needed by some newer packages

2011-01-30 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- tools/missing-macros/src/m4/fake-gtk-doc-check.m4 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/missing-macros/src/m4/fake-gtk-doc-check.m4 b/tools/missing-macros/src/m4/fake-gtk-doc-check.m4 index 5018813

[OpenWrt-Devel] [PATCH] kernel-modules: Remove bogus @LINUX_2_6 dependency from rtc-core

2011-01-30 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- package/kernel/modules/other.mk |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 5398e5e..c1fb1a5 100644 --- a/package/kernel/modules/other.mk +++ b

[OpenWrt-Devel] [PATCH] rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.

2011-01-30 Thread Jochen Friedrich
Use offset from struct mtd_part instead of struct mtd_partition for defining the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in struct mtd_partition. Signed-off-by: Jochen Friedrich joc...@scram.de --- .../generic/patches-2.6.32/065-rootfs_split.patch | 14

Re: [OpenWrt-Devel] [PATCH] was Re: WGT634U busted in trunk since mid-July

2010-10-17 Thread Jochen Friedrich
Hi Russell, By judicious application of printk's (note that in order to get the console back for the WGT634U to see them, I had to revert r22663) I managed to figure out what is visible, and now have at least broadcom-diag detecting the board again with this patch: diff --git

Re: [OpenWrt-Devel] WGT634U busted in trunk since mid-July

2010-10-02 Thread Jochen Friedrich
Hi Russell, (...) but unfortunately, all the revisions I have tested after r22295 build okay but have failed to boot successfully. Currently, as of r23118, I lose the serial port very early in the boot, immediately after: Bas From 23118 to 22295 are 823 revisions. So in less than 10

[OpenWrt-Devel] Status of http://patchwork.kernel.org/patch/62072/

2010-02-05 Thread Jochen Friedrich
Hi, does anybody know what's the deal with patch http://patchwork.kernel.org/patch/62072/ ? On ath5k hardware (WGT634U running OpenWRT Kamikaze with current compat-wireless) this patch is still needed to avoid these headroom too small messages on WDS links (4addr frame format). Thanks,

[OpenWrt-Devel] [PATCH] broadcom-diag: Support for Microsoft MN-700.

2010-02-04 Thread Jochen Friedrich
Add support support for Microsoft MN-700. Signed-off-by: Jochen Friedrich joc...@scram.de --- package/broadcom-diag/src/diag.c | 22 ++- .../linux/brcm-2.4/base-files/etc/init.d/netconfig |6 + 2 files changed, 26 insertions(+), 2 deletions(-) diff

[OpenWrt-Devel] [PATCH] ssb: fix interrupt assignment

2010-02-03 Thread Jochen Friedrich
Explicitely enable shared interrupt 2 for any core that didn't get a dedicated IRQ anymore (fallthrough case) and for EXTIF cores to make gpio interrupts work. Also remove a bogus comment. Signed-off-by: Jochen Friedrich joc...@scram.de --- drivers/ssb/driver_mipscore.c |5 - 1 files

Re: [OpenWrt-Devel] Creating Patch Team

2010-01-30 Thread Jochen Friedrich
Travis Kemen wrote: We are looking for 2-3 people that would be willing to help test patches on the mailing list and trac as well as help communicate with developers and patch submitters what the status of their patch is. The goal of this group is to help stem the tide of unanswered tickets

Re: [OpenWrt-Devel] PHY Transmission error and radio turned off with b43legacy

2010-01-15 Thread Jochen Friedrich
Daniel Schmitt wrote: hostapd doesn't continue to work after controller is restarted. I also have the problem that the wlan0-interface shall not be upped with ifconfig wlan0 0.0.0.0 up before starting hostapd, otherwise no beacons will be send. The interface must be down before starting