[OpenWrt-Devel] Insane (kernel-size-related?) "Unhandled kernel unaligned access" with "Fatal exception in interrupt"

2012-07-18 Thread Rafał Miłecki
I'm using WNDR4500 and network elf booting for testing OpenWRT. It's working quite nice at the moment (it doesn't crash, most of the initialization works fine). So I decided to hack my hardware a little further and wrote some additional kernel module. I've built it in, to be able to test it with e

Re: [OpenWrt-Devel] [PATCH 1/3] ramips: add D-Link DIR-620 A1 support

2012-07-18 Thread Paul Fertser
Сергей Василюгин writes: > 19.07.2012, 02:33, "Paul Fertser" : >> Full functionality runtime tested, installation via the OEM firmware >> web-interface requires a follow-up patch. >> > It's great! But DIR300B_WPS_BLUE != DIR620_WPS_BLUE (I've both devices). May > be change > led names to abstact

Re: [OpenWrt-Devel] [PATCH 2/3] ramips: provide means to specify custom "image name" for uImages, use for DIR-620

2012-07-18 Thread Paul Fertser
Hi, Сергей Василюгин writes: > 19.07.2012, 02:33, "Paul Fertser" : >> D-Link's DIR-620 allows to flash a uImage directly from its web-interface but >> for that the image name should be set to DIR_620. >> > But very first dlink firmware has different format & flash layout > (not uboot image but Ke

Re: [OpenWrt-Devel] [PATCH 1/3] ramips: add D-Link DIR-620 A1 support

2012-07-18 Thread Сергей Василюгин
19.07.2012, 02:33, "Paul Fertser" : > Full functionality runtime tested, installation via the OEM firmware > web-interface requires a follow-up patch. > It's great! But DIR300B_WPS_BLUE != DIR620_WPS_BLUE (I've both devices). May be change led names to abstact "dlink:wps:color1" "dlink:wps:color

Re: [OpenWrt-Devel] [PATCH 2/3] ramips: provide means to specify custom "image name" for uImages, use for DIR-620

2012-07-18 Thread Сергей Василюгин
19.07.2012, 02:33, "Paul Fertser" : > D-Link's DIR-620 allows to flash a uImage directly from its web-interface but > for that the image name should be set to DIR_620. > But very first dlink firmware has different format & flash layout (not uboot image but Kernel, RootFS, bootloader with update

[OpenWrt-Devel] [PATCH v2 1/3] ramips: add D-Link DIR-620 A1 support

2012-07-18 Thread Paul Fertser
Full functionality runtime tested, installation via OEM web-interface requires a follow-up patch. Thanks go to Sergey Vasilyugin for his patch that pointed me at the missing bits. Signed-off-by: Paul Fertser --- target/linux/ramips/base-files/etc/diag.sh |2 +- .../etc/hotplug.d/fir

[OpenWrt-Devel] [PATCH 1/3] ramips: add D-Link DIR-620 A1 support

2012-07-18 Thread Paul Fertser
Full functionality runtime tested, installation via the OEM firmware web-interface requires a follow-up patch. Signed-off-by: Paul Fertser --- .../etc/hotplug.d/firmware/10-rt2x00-eeprom|1 + .../ramips/base-files/lib/preinit/06_set_iface_mac |1 + target/linux/ramips/base-files/

[OpenWrt-Devel] [PATCH 3/3] ramips: watchdog: use maximum possible timeout by default

2012-07-18 Thread Paul Fertser
As the userspace has no means to determine the maximum possible timeout, use that as the default and let the userspace lower it when necessary. As the result the usual OpenWrt install (with busybox's watchdog trying to set the timeout to 60s on start) is using a 33s timeout on an RT3052 clocked at

[OpenWrt-Devel] [PATCH 2/3] ramips: provide means to specify custom "image name" for uImages, use for DIR-620

2012-07-18 Thread Paul Fertser
D-Link's DIR-620 allows to flash a uImage directly from its web-interface but for that the image name should be set to DIR_620. Signed-off-by: Paul Fertser --- target/linux/ramips/image/Makefile |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/target/linux/ramips/

[OpenWrt-Devel] [BRCM63XX] Add brcmsmac profile

2012-07-18 Thread Álvaro Fernández Rojas
Add brcmsmac profile (kmod-brcmsmac + wpad-mini). Signed-off-by: Álvaro Fernández Rojas Index: target/linux/brcm63xx/profiles/105-Broadcom-brcmsmac.mk === --- target/linux/brcm63xx/profiles/105-Broadcom-brcmsmac.mk (revisión: 0)

[OpenWrt-Devel] WRT54g / b43 / mac802.11 BREAKTHROUGH

2012-07-18 Thread Bastian Bittorf
hi devs! yesterday we had a breaktrough debugging b43 in our hackspace maschinenraum/m18[1,2] at weimar.freifunk.net[3,4] - since a long time our darling wrt54g suffers from a hanging wifi and bad performance[5], but the workaround is easy: now it's up to you to fix the rootcause. our testsetup

Re: [OpenWrt-Devel] [PATCH] ramips: add support for device D-link DIR620 revA1

2012-07-18 Thread Alexander Gordeev
Hi! The patch is mangled by your MUA. I see some strange symbols. Also I think that your indentation style is not quite readable. В Wed, 18 Jul 2012 17:37:13 +0700 Сергей Василюгин пишет: > Signed-off-by: Serge Vasilugin > > Index: target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig > =

[OpenWrt-Devel] [PATCH] ramips: add support for device D-link DIR620 revA1

2012-07-18 Thread Сергей Василюгин
Signed-off-by: Serge Vasilugin Index: target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig === --- target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig (revision 32760) +++ target/linux/ramips/files/arch/mips/ralink/rt305x/