[OpenWrt-Devel] [PATCH 1/3] kernel-3.14: backport UBI block support

2014-05-12 Thread Daniel Golle
Signed-off-by: Daniel Golle dan...@makrotopia.org create mode 100644 target/linux/generic/patches-3.14/490-UBI-R-O-block-driver-on-top-of-UBI-volumes.patch create mode 100644 target/linux/generic/patches-3.14/491-UBI-block-do-not-use-term-attach.patch create mode 100644 target/linux/generic

[OpenWrt-Devel] [PATCH 3/3] fstools: support ubifs overlay

2014-05-12 Thread Daniel Golle
Signed-off-by: Daniel Golle dan...@makrotopia.org diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile index 826f77d..e052552 100644 --- a/package/system/fstools/Makefile +++ b/package/system/fstools/Makefile @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME

Re: [OpenWrt-Devel] [PATCH 16/30][ WRT1900AC ] mamba mvebu: sysupgrade support for mamba + dual boot

2014-05-10 Thread Daniel Golle
Hi! On 05/10/2014 06:45 PM, Marek Lindner wrote: On Saturday 10 May 2014 16:38:42 Karl P wrote: On 05/10/2014 10:53 AM, Marek Lindner wrote: On Friday 09 May 2014 14:11:32 Karl Palsson wrote: I understand how it works in general, John was nacking the support as it duplicated existing

[OpenWrt-Devel] [PATCH 3/3] uboot-envtools: add support for oxnas target

2014-04-02 Thread Daniel Golle
Signed-off-by: Daniel Golle daniel.go...@gmail.com --- package/boot/uboot-envtools/Makefile| 4 package/boot/uboot-envtools/files/oxnas | 28 2 files changed, 32 insertions(+) create mode 100644 package/boot/uboot-envtools/files/oxnas diff --git a/package

[OpenWrt-Devel] [PATCH] allow including FIT kernel image only on device-tree targets

2013-11-22 Thread Daniel Golle
--- config/Config-images.in | 1 + 1 file changed, 1 insertion(+) diff --git a/config/Config-images.in b/config/Config-images.in index a744fc7..194130f 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -184,6 +184,7 @@ menu Target Images config

[OpenWrt-Devel] [PATCH] use kernel 3.12.1 for targets already on 3.12

2013-11-22 Thread Daniel Golle
also add MD5 sum for 3.12.1 --- include/kernel-version.mk | 3 +++ target/linux/mxs/Makefile | 2 +- target/linux/omap/Makefile | 2 +- target/linux/sunxi/Makefile | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk

[OpenWrt-Devel] [PATCH] target.mk: add default packages for NAS device-type

2013-11-21 Thread Daniel Golle
--- include/target.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/target.mk b/include/target.mk index 467ef35..a835512 100644 --- a/include/target.mk +++ b/include/target.mk @@ -13,6 +13,8 @@ DEVICE_TYPE?=router # Default packages - the really basic set

[OpenWrt-Devel] [PATCH] kernel: add more missing symbols for 3.12

2013-11-21 Thread Daniel Golle
--- target/linux/generic/config-3.12 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/generic/config-3.12 b/target/linux/generic/config-3.12 index cd6429b..b16720c 100644 --- a/target/linux/generic/config-3.12 +++ b/target/linux/generic/config-3.12 @@ -3027,6 +3027,7 @@

[OpenWrt-Devel] [PATCH] kernel/modules: set DM_SWITCH=n in kmod-dm

2013-11-21 Thread Daniel Golle
Kconfig asks for Switch target support (EXPERIMENTAL) (DM_SWITCH) [N/m/?] (NEW) and waits for user input which breaks automated builds when using kernel 3.12. Signed-off-by: Daniel Golle dgo...@allnet.de --- package/kernel/linux/modules/block.mk | 1 + 1 file changed, 1 insertion(+) diff

[OpenWrt-Devel] [PATCH] kernel/modules: snd-pcm-dmaengine only if CONFIG_SND_DMAENGINE_PCM is set

2013-11-21 Thread Daniel Golle
Platforms without in-soc audio don't provide CONFIG_SND_DMAENGINE_PCM, thus the module is not generated. --- package/kernel/linux/modules/sound.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk

[OpenWrt-Devel] [RFC] new target PLXTECH NAS782x (ox820, oxnas)

2013-11-15 Thread Daniel Golle
Hi! Based on the patches to Kernel 3.12 and U-Boot available on https://github.com/kref/ I botched-up an experimental OpenWrt oxnas target https://gitorious.org/openwrt-oxnas/openwrt-oxnas I got a MEDION NAS P89625 (MD 86517), apparently an OEM product based on the ZyXEL/MitraStar STG-212 design

[OpenWrt-Devel] [PATCH] kernel/modules: set DM_SWITCH=n in kmod-dm

2013-11-13 Thread Daniel Golle
Kconfig asks for Switch target support (EXPERIMENTAL) (DM_SWITCH) [N/m/?] (NEW) and waits for user input which breaks automated builds when using kernel 3.12. Signed-off-by: Daniel Golle dgo...@allnet.de --- package/kernel/linux/modules/block.mk | 3 ++- 1 file changed, 2 insertions(+), 1

Re: [OpenWrt-Devel] AR9344 wifi dying on WD N600 routers

2013-10-24 Thread Daniel Golle
Hi! On 10/24/2013 12:17 PM, Steven Haigh wrote: Hi all, I've been trying to debug this for quite a while with little success. It seems that the AR9344 (2.4GHz side only) on the WD N600 routers is rather unstable. At random intervals, the 2.4GHz side of things completely stops passing

Re: [OpenWrt-Devel] [PATCH] ar71xx: Fix sysupgrades for Allnet and OpenMesh devices

2013-10-17 Thread Daniel Golle
Hi Sven, thank you for addressing that issue! On 10/17/2013 06:42 PM, Sven Eckelmann wrote: diff --git a/target/linux/ar71xx/base-files/lib/upgrade/allnet.sh b/target/linux/ar71xx/base-files/lib/upgrade/allnet.sh index 9a375ff..8076fbd 100644 ---

[OpenWrt-Devel] [PATCH] uboot-envtools: add config for the ALFA NETWORKS Hornet-UB (AP121U)

2013-07-17 Thread Daniel Golle
Signed-off-by: Daniel Golle daniel.go...@gmail.com --- package/boot/uboot-envtools/files/ar71xx | 1 + 1 file changed, 1 insertion(+) diff --git a/package/boot/uboot-envtools/files/ar71xx b/package/boot/uboot-envtools/files/ar71xx index 1803a9f..3e076cb 100644 --- a/package/boot/uboot-envtools

Re: [OpenWrt-Devel] One question of ralink wifi ht40 mode

2013-05-14 Thread Daniel Golle
GmbH ; Maistr. 2 ; D-82110 Germering ; Germany Tel. +49-89-89422217 - Fax +49-89-89422233 http://www.allnet.de email: Daniel Golle dgo...@allnet.de Schulungs-/Veranstaltungsprogramm: http://www.802lab.dehttp://www.802lab.de/ Geschäftsführer: Wolfgang Marcus Bauer Handelsregister München B 95922 ; UST

Re: [OpenWrt-Devel] Using JTAG on a new Ralink board

2013-04-16 Thread Daniel Golle
On 04/16/2013 06:54 PM, Drasko DRASKOVIC wrote: The closest I got is 8Devices' Carambola u-boot, as they have probably demanded sources from Ralink : https://github.com/8devices/u-boot I can see in the code rt2880_config, but Carambola has RT3050 and uses this U-Boot, so there is a goot

[OpenWrt-Devel] [PATCH 1/2] [ramips] introduce DTS for ALL5003

2013-04-14 Thread Daniel Golle
Prior to the switch to 3.8, ALL5002 and ALL5003 boards shared mach-all5002.c. With the change to DTS, this is no longer accurate, as ALL5002 is based on Rt3352 SoC while ALL5003 is based on Rt5350 SoC, therefore the corresponding rt5350.dtsi need to be included for ALL5003. Signed-off-by: Daniel

[OpenWrt-Devel] [PATCH 2/2] [ramips] remove now unneeded user-space board detection

2013-04-14 Thread Daniel Golle
Now that ALL5002 and ALL5003 each got their own DTS and board names, remove the now no longer needed user-space part which previously differentiated between ALL5002 and ALL5003. Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux

Re: [OpenWrt-Devel] Using JTAG on a new Ralink board

2013-04-08 Thread Daniel Golle
Hi! On 04/09/2013 12:38 AM, jonsm...@gmail.com wrote: Does the MIPS u-boot in the OpenWRT tree run on the RT5350? If so, U-Boot for Ralink chips is not (yet) part of OpenWrt, however, you can compile it from the sources on https://github.com/8devices/u-boot Flashing the boards via JTAG will

Re: [OpenWrt-Devel] Using JTAG on a new Ralink board

2013-04-08 Thread Daniel Golle
On 04/09/2013 01:24 AM, Drasko DRASKOVIC wrote: I am missing some more flash though. 8MB is just enough, but it seems like RT5350 chipset does not support more. NACK. We got Rt5350 boards with 32MB NOR (ALL5003, Art.Nr.92763). ___ openwrt-devel

[OpenWrt-Devel] integrate torrent source distribution in Makefiles?

2013-03-13 Thread Daniel Golle
Hi! Today I dreamed about using mktorrent and aria2 to improve the source-code distribution situation and be more prone to mirror downtimes. Dynamically generating a torrent bundle for each source-package could be another Make target or even part of the update target (i.e. generate the torrent

[OpenWrt-Devel] [PATCH] [lantiq] fix USB-enable GPIO and use default PCI configuration for now

2013-03-12 Thread Daniel Golle
EEPROM is an actial serial EEPROM on the WiFi module, therefore we can remove ralink_eep from the dts. USB power-enable GPIO turned out to be GPIO #3 (found via probing/brute-force). PCI works with default settings as long as the vendor bootloader is used. Signed-off-by: Daniel Golle dgo

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL) / regdomain issue

2013-03-11 Thread Daniel Golle
Hi Bastian, On 03/11/2013 10:58 AM, Bastian Bittorf wrote: sorry, for mixing things up. i understud Daniel Golle, that they cannot use all allowed 5 GHz channels - they dont want to break the law. I didn't say that. Mentioning it again: There is no problem with the original firmware

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL) / regdomain issue

2013-03-11 Thread Daniel Golle
On 03/11/2013 02:28 PM, Bastian Bittorf wrote: * Daniel Golle daniel.go...@gmail.com [11.03.2013 13:23]: For now, I guess the work-around I suggested does the trick (anyone got a better *practical* idea) -- it detects the hwid of the board and (ab)uses it as a regulatory hint. That's

[OpenWrt-Devel] [PATCH] [toolchain] gdb: update to 7.5-2012.12-1

2013-03-11 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 89f73ef..6d4c16d 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gdb -PKG_REV:=7.5-2012.09 +PKG_REV:=7.5

[OpenWrt-Devel] [PATCH/RFC] add hardware id for TL-WDR4300v1 (IL)

2013-03-10 Thread Daniel Golle
it doesn't get mangled by gmail). Cheers Daniel From 70816138ee35a08aaf129f750979496a5443586a Mon Sep 17 00:00:00 2001 From: Daniel Golle dgo...@allnet.de Date: Fri, 8 Mar 2013 03:42:56 +0200 Subject: [PATCH] [ar71xx] build image for TL-WDR4300v1 (IL) --- target/linux/ar71xx/image/Makefile

[OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL)

2013-03-10 Thread Daniel Golle
Sorry, the previous mail contained the wrong patch (that's the problem with attachments -- you don't see their content while composing the mail...) From 062e4686778df46a94729195cc07ff4bfdc57fa2 Mon Sep 17 00:00:00 2001 From: Daniel Golle dgo...@allnet.de Date: Fri, 8 Mar 2013 03:42:56 +0200

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL)

2013-03-10 Thread Daniel Golle
On 03/10/2013 04:18 PM, Bastian Bittorf wrote: * Daniel Golle daniel.go...@gmail.com [10.03.2013 15:17]: ;; +430080*) +iw reg set IL +model=TP-Link TL-WDR4300 (IL) +;; dont do 'iw reg' magic here, the user should decide

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL)

2013-03-10 Thread Daniel Golle
On 03/10/2013 05:37 PM, Bastian Bittorf wrote: * Daniel Golle daniel.go...@gmail.com [10.03.2013 16:24]: However, the law over here says that it should not be up to the user to decide that. i understand your thoughts, but linux/openwrt is not responsible for fight with the law. otherwise

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL)

2013-03-10 Thread Daniel Golle
On 03/10/2013 05:42 PM, Bastian Bittorf wrote: * Daniel Golle daniel.go...@gmail.com [10.03.2013 16:24]: The idea of doing iw reg set IL when the board is detected was to simulate that behaviour and achieve the same result as if it was done properly in the EEPROM (i.e. the user can

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL)

2013-03-10 Thread Daniel Golle
On 03/10/2013 06:56 PM, Matthias Schiffer wrote: On 03/10/2013 05:05 PM, Daniel Golle wrote: Simply speaking: If I buy a TP-LINK router in germany and flash it with OpenWrt, it will come with ETSI 0x68 regdomain (or similar) set in the art partition, which is marked read-only. OpenWrt

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL)

2013-03-10 Thread Daniel Golle
On 03/10/2013 07:19 PM, Matthias Schiffer wrote: On 03/10/2013 06:11 PM, Daniel Golle wrote: On 03/10/2013 06:56 PM, Matthias Schiffer wrote: By the way, this is not entirely correct... a lot of the TP-Link routers I've bought in Germany have the regdomain set to US in the art partitition

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL) / regdomain issue

2013-03-10 Thread Daniel Golle
On 03/10/2013 07:52 PM, Bastian Bittorf wrote: * Daniel Golle daniel.go...@gmail.com [10.03.2013 18:00]: The default settings of the binaries on downloads.openwrt.org do *not* allow me to do that. And that's what I'm talking about. thats not true. OpenWrt defaults to regdomain US

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL)

2013-03-10 Thread Daniel Golle
Hi Stefan, thank you for that delighting summary of the situation! On 03/10/2013 08:04 PM, Stefan Lippers-Hollmann wrote: I'm not going to comment upon what's the correct approach in this case and certainly agree that the local regulatory requirements should be enforced by default. Simply

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL) / regdomain issue

2013-03-10 Thread Daniel Golle
On 03/10/2013 09:28 PM, Bastian Bittorf wrote: you posted some screenshots of the original tplink-firmware for Israel: they made nearly everything wrong for the user. I don't think it's all wrong for the user. It's definitely not the right way to do it [tm], but it serves the purpose (getting

[OpenWrt-Devel] [PATCH/RFC] [lantiq] add support for AudioCodes AC-252

2013-03-08 Thread Daniel Golle
user-space support for extracting the EEPROM for the RaLink WiFi is still missing. Besides this, it's all working. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 target/linux/lantiq/image/ACMP252.dts create mode 100644 target/linux/lantiq/xway/profiles/audiocodes.mk diff

[OpenWrt-Devel] [PATCH 1/4] [ramips] fix whitespace in /lib/ramips.sh

2013-02-26 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 5d24abc..8ca3bfb 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -70,9

[OpenWrt-Devel] [PATCH 2/4] [ramips] enhance user-space board detection

2013-02-26 Thread Daniel Golle
Similar to ar71xx, detect only once and cache the strings in /tmp/sysinfo/model and /tmp/sysinfo/boardname. Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ramips/base-files/lib/preinit/03_preinit_do_ramips.sh b/target/linux/ramips/base-files/lib/preinit

[OpenWrt-Devel] [PATCH 3/4] [ramips] indicate support for ALL5003

2013-02-26 Thread Daniel Golle
add ALL5003 to board description in mach-all5002.c adapt detection in user-space accordingly (no functional changes) Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 4687856..4b3e362

[OpenWrt-Devel] [PATCH 4/4] [ramips] add user-space detection for ALL5002/ALL5003

2013-02-26 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 4b3e362..0702145 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -6,6 +6,19

[OpenWrt-Devel] [PATCH] [ramips] set -march=24kec for rt305x and rt3883 to enable use of DSP extension

2013-02-26 Thread Daniel Golle
All known rt305x and rt3883 implementations support at least the 24kec instruction set which includes the DSP extension. For rt288x, the previous value mips32r2 is kept. The cpu target is now set per sub-archtecture, according to cpu-feature-overrides.h of each SoC family. Signed-off-by: Daniel

[OpenWrt-Devel] [PATCH] Add asterisk11 package.

2013-02-10 Thread Daniel Golle
Add asterisk11 package. LTS version of Asterisk has been recently released. This package is a bleeding-edge alternative to existing asterisk-1.8.x package. Signed-off-by: Jiri Slachta slac...@cesnet.cz [Daniel Golle: whitespace fixes and added PostgreSQL support] Signed-off-by: Daniel Golle dgo

[OpenWrt-Devel] [PATCH] add /usr/lib/ipsec to LD_PATH

2013-01-28 Thread Daniel Golle
fix for sstrip, which otherwise fails if strongswan is installed. --- package/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/Makefile b/package/Makefile index df7cf79..2dde1df 100644 --- a/package/Makefile +++ b/package/Makefile @@ -37,6 +37,7 @@ ifdef CONFIG_USE_MKLIBS

[OpenWrt-Devel] [PATCH] ramips: reset switch on single-port devices

2013-01-28 Thread Daniel Golle
Signed-off-by: Daniel Gole dgo...@allnet.de --- target/linux/ramips/base-files/etc/uci-defaults/02_network | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/base-files/etc/uci-defaults/02_network b/target/linux/ramips/base-files/etc/uci-defaults/02_network index

Re: [OpenWrt-Devel] [PATCH] packages/net/olsrd: retry tunnel setup

2013-01-21 Thread Daniel Golle
On 01/20/2013 11:53 PM, Bastian Bittorf wrote: * Daniel Golle dgo...@allnet.de [20.01.2013 22:50]: When started while boot, olsrd quits when SmartGW is enabled with the message olsrd[1395]: Received netlink error code Cannot assign requested address (-126) olsrd[1395]: olsrd exit: Cannot

[OpenWrt-Devel] [PATCH] 6relayd: fix shell library includes in init-script

2013-01-20 Thread Daniel Golle
If the libraties are included on top-level, the script will exit when being included on the host where those files don't exist. This results in 6relayd's init-script not being enabled due to the run-level link not being set when preparing the rootfs on the build host. Signed-off-by: Daniel Golle

[OpenWrt-Devel] [PATCH] packages/net/olsrd: retry tunnel setup

2013-01-20 Thread Daniel Golle
this patch to work around this phenomenon, with this olsrd will retry to setup the gateway tunnels and only exit with a failure if the problem persists. Signed-off-by: Daniel Golle dgo...@allnet.de --- net/olsrd/patches/001-retry-tunnel-setup.patch | 28 ++ 1 file changed, 28

Re: [OpenWrt-Devel] [PATCH] network/iproute2: Bump version to 3.7.0

2013-01-19 Thread Daniel Golle
Updated to latest stable version and added an upstream patch to handle a link failure Signed-off-by: Oliver Smith oli...@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa [dgo...@allnet.de: refreshed patches] Signed-off-by: Daniel Golle dgo...@allnet.de --- package/network/utils/iproute2/Makefile

[OpenWrt-Devel] [PATCH] [packages] net/olsrd: IPv6 SmartGW doesn't require IPv6 NAT support

2013-01-19 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de --- net/olsrd/files/olsrd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/olsrd/files/olsrd.init b/net/olsrd/files/olsrd.init index 7578316..5deca06 100644 --- a/net/olsrd/files/olsrd.init +++ b/net/olsrd/files/olsrd.init

[OpenWrt-Devel] [PATCH] [ramips] enable BR6425N in kernel config

2013-01-16 Thread Daniel Golle
Though originally contained in the patch applied in r35020, the move to 3.7 in r34845 lost the kernel .config option. Reintroduce it to config-3.7. Signed-off-by: Daniel Golle dgo...@allnet.de --- target/linux/ramips/rt288x/config-3.7 | 1 + 1 file changed, 1 insertion(+) diff --git a/target

Re: [OpenWrt-Devel] rt2x00: add rt5350 wlan support

2013-01-06 Thread Daniel Golle
On 01/07/2013 09:40 AM, Michel Stempin wrote: Le 07/01/2013 05:36, Сергей Василюгин a écrit : Do you think that Dlink include driver source in the GPL tarball by mistake? Hmm, it's possible. The only thing that I see in the source is software determination of Xtal20MHz/Xtal40MHz. All other

[OpenWrt-Devel] odhcp6c compile failure

2012-12-21 Thread Daniel Golle
Hi! compiling odhcp6c fails on OpenWrt: /home/public/source/openwrt/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/odhcp6c-2012-11-29/src/script.c: In function 'script_unhexlify': /home/public/source/openwrt/build_dir/target-arm_v5te_uClibc-0.9.33.2_eabi/odhcp6c-2012-11-29/src/script.c:61:3:

[OpenWrt-Devel] [PATCH] [ar7] add AudioCodes AC495 SoC

2012-11-26 Thread Daniel Golle
Found in the AudioCodes Tulip AC494 ATA. Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ar7/patches-3.3/300-add-ac49x-platform.patch b/target/linux/ar7/patches-3.3/300-add-ac49x-platform.patch index 80f0f28..fccd357 100644 --- a/target/linux/ar7/patches-3.3/300-add-ac49x

[OpenWrt-Devel] [PATCH 1/3] AA: mac80211/rt2x00: backport r34268

2012-11-25 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de --- .../patches/622-rt2x00-fix-rt3352-ext-pa.patch | 212 + 1 file changed, 212 insertions(+) create mode 100644 package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch diff --git a/package/mac80211/patches/622-rt2x00-fix

[OpenWrt-Devel] [PATCH 2/3] AA: mac80211/rt2x00: backport r34269

2012-11-25 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de --- .../patches/623-rt2x00-rf_vals-rt3352-xtal20.patch | 121 + .../generic/files/include/linux/rt2x00_platform.h | 1 + 2 files changed, 122 insertions(+) create mode 100644 package/mac80211/patches/623-rt2x00-rf_vals-rt3352

[OpenWrt-Devel] [PATCH 3/3] AA: ramips: backport r34270

2012-11-25 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de --- .../ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h | 2 ++ target/linux/ramips/files/arch/mips/ralink/rt305x/devices.c | 8 2 files changed, 10 insertions(+) diff --git a/target/linux/ramips/files/arch/mips/include

[OpenWrt-Devel] [PATCH] [package] xtables-addons: update to version 2.0

2012-11-21 Thread Daniel Golle
also update the use of nf_conntrack_helper in OpenWrt-added rtsp-conntrack (which otherwise breaks at compile-time) Signed-off-by: Daniel Golle dgo...@allnet.de delete mode 100644 net/xtables-addons/patches/003-redundant-bracket.patch diff --git a/net/xtables-addons/Makefile b/net/xtables

[OpenWrt-Devel] [PATCH v2] [package] xtables-addons: update to version 2.0

2012-11-21 Thread Daniel Golle
also update the use of nf_conntrack_helper in OpenWrt-added rtsp-conntrack and add a compatibility patch to distinguish between pre-3.6.0 and post-3.6.0 kernels. Signed-off-by: Daniel Golle dgo...@allnet.de delete mode 100644 net/xtables-addons/patches/003-redundant-bracket.patch create mode

[OpenWrt-Devel] [PATCH 2/2 v5] mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz

2012-11-19 Thread Daniel Golle
rf_vals_3x or rf_vals_xtal20mhz_3x. Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/package/mac80211/patches/623-rt2x00-rf_vals-rt3352-xtal20.patch b/package/mac80211/patches/623-rt2x00-rf_vals-rt3352-xtal20.patch new file mode 100644 index 000..e240488 --- /dev/null +++ b/package

[OpenWrt-Devel] [PATCH 1/2 v4] mac80211/rt2x00: support Rt3352 with external PA

2012-11-16 Thread Daniel Golle
This is needed for WiFi to work e.g. on DIR-615 rev.H1. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch diff --git a/package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch b/package/mac80211/patches/622-rt2x00

[OpenWrt-Devel] [PATCH 2/2 v4] mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz

2012-11-16 Thread Daniel Golle
Detect 20Mhz clock during board-setup of the Rt3352 and Rt5350 and make the value available to rt2x00 via rt2x00_platform_data. This is then used to select rf_vals according to whether the clock runs at 40MHz or at 20MHz in rt2x00. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644

Re: [OpenWrt-Devel] [PATCH 2/2] mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz

2012-11-13 Thread Daniel Golle
Hi Serge, thanks for the review and the patience :) I'll fix that inverted if ... then ... else block and maybe also rename xtal20 in rt2x00_platform_data to be clk_is_20mhz, as that would be more consistent (ath9k_platform_data which got a clk_is_25mhz flag for a similar purpose). Cheers

[OpenWrt-Devel] [PATCH 1/2 v3] mac80211/rt2x00: support Rt3352 with external PA

2012-11-13 Thread Daniel Golle
This is needed for WiFi to work e.g. on DIR-615 rev.H1. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch diff --git a/package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch b/package/mac80211/patches/622-rt2x00

[OpenWrt-Devel] [PATCH 2/2 v3] mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz

2012-11-13 Thread Daniel Golle
Though rt2x00lib_probe_hw_modes seems to be the least-intrusive opportunity to introduce that change, I wonder if it's actually the right place[tm] to do it. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/623-rt2x00-rf_vals-rt3352-xtal20.patch diff

Re: [OpenWrt-Devel] [PATCH 1/2 v3] mac80211/rt2x00: support Rt3352 with external PA

2012-11-13 Thread Daniel Golle
On 13/11/12 19:12, Сергей Василюгин wrote: The same problem with this version on my dir-620 d1. Searching what is broken.. Looks like rt2x00lib_probe_hw_modes isn't actually called on the SoCs... *sigh* I guess that rt2800pci.c would be the right place to add another function which copies the

[OpenWrt-Devel] [PATCH 2/2 v4] mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz

2012-11-13 Thread Daniel Golle
Accessing rt2x00_platform_data directly in rt2800lib is not very beautiful, but should do the job. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/623-rt2x00-rf_vals-rt3352-xtal20.patch diff --git a/package/mac80211/patches/623-rt2x00-rf_vals-rt3352

Re: [OpenWrt-Devel] [PATCH 2/3] mac80211/rt2x00: differentiate rf_vals for ht20/ht40

2012-11-12 Thread Daniel Golle
as in original patch. In my dir-620 d1 Xtal20MHz really exist. rt3050/rt3052 use xtal40MHz (in specs, I don't check in my dir-620 a1 (rt3052), tonight I'll check it). I think no need to differentiate ht20/ht40. 12.11.2012, 07:06, Daniel Golle dgo...@allnet.de: Recent Ralink RFs need different

[OpenWrt-Devel] [PATCH 1/2] mac80211/rt2x00: support Rt3352 with external PA

2012-11-12 Thread Daniel Golle
This is needed for WiFi to work e.g. on DIR-615 rev.H1. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch diff --git a/package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch b/package/mac80211/patches/622-rt2x00

[OpenWrt-Devel] [PATCH 2/2] mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz

2012-11-12 Thread Daniel Golle
Check if Xtal=20MHz is selected in SYSCFG0 reg and make that information available to rt2x00 via platform_data. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/623-rt2x00-rf_vals-rt3352-xtal20.patch diff --git a/package/mac80211/patches/623-rt2x00

[OpenWrt-Devel] [PATCH] ramips: enable DSP extensions on supported platforms

2012-11-12 Thread Daniel Golle
. Signed-off-by: Daniel Golle dgo...@allnet.de --- target/linux/ramips/rt305x/target.mk | 1 + target/linux/ramips/rt3883/target.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/ramips/rt305x/target.mk b/target/linux/ramips/rt305x/target.mk index 2c78756..a403d26 100644

Re: [OpenWrt-Devel] [PATCH] Allow to build kmod-ssb-gige as module for brcm47xx

2012-11-11 Thread Daniel Golle
Hi Soma, On 11/11/12 13:33, Manuel Munz wrote: Without this patch imagebuilder fails to build images for bcm4705* targets which depend on kmod-ssb-gige because no kmod-package was built. I don't have any hardware to test if it is still properly built into the images, so please review/test.

Re: [OpenWrt-Devel] [PATCH v3 0/7] [ar7] AudioCodes AC49x sub-target

2012-11-11 Thread Daniel Golle
On 11/11/12 18:12, Florian Fainelli wrote: On Wednesday 17 October 2012 15:46:44 Daniel Golle wrote: Some more cleanup was done: AC49x is now a sub-target (instead of a separate machine) also in the kernel. This further reduces the foot-print of this addition... Daniel Golle (7): [ar7

[OpenWrt-Devel] [PATCH 1/3] mac80211/rt2x00: support Rt3352 with external PA

2012-11-11 Thread Daniel Golle
Fix a few issues on Rt3352 and make WiFi work e.g. on DIR-615 rev.H1. Based on the work of Сергей Василюгин vasilu...@yandex.ru Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch diff --git a/package/mac80211/patches/622

[OpenWrt-Devel] [PATCH 2/3] mac80211/rt2x00: differentiate rf_vals for ht20/ht40

2012-11-11 Thread Daniel Golle
Recent Ralink RFs need different rf_vals depending on whether HT20 or HT40 is being used. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/623-differentiate-rf_vals.patch diff --git a/package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch b/package

[OpenWrt-Devel] [PATCH 3/3] mac80211/rt2x00: add rf_vals for Rt3352 in HT20 mode

2012-11-11 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/624-rt2x00-rf_vals-for-rt3352-in-ht20.patch diff --git a/package/mac80211/patches/624-rt2x00-rf_vals-for-rt3352-in-ht20.patch b/package/mac80211/patches/624-rt2x00-rf_vals-for-rt3352-in-ht20.patch new

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-07 Thread Daniel Golle
On 07/11/12 16:27, Илья Кучмин wrote: Any idea? Or /etc/config/network is depricated? Not at all, /etc/config/network is the way. Anyway, what you do there looks quite correct and given that all required packages are installed (ppp-mod-pptp and stuff) it should work (and does for me). I never

Re: [OpenWrt-Devel] [PATCH][RFC] uboot-kirkwood: upgrade to 2012.10

2012-11-06 Thread Daniel Golle
Hi! On 18/10/12 22:59, open...@lukaperkov.net wrote: All our kirkwood uboot patches have been upstreamed with this release ;) Board owners please test this patch and give feedback for the boards: * sheevaplug * dockstar * iconnect ACK. Works on the iConnect. Just lost the environment

Re: [OpenWrt-Devel] [PATCH][RFC] uboot-kirkwood: upgrade to 2012.10

2012-11-06 Thread Daniel Golle
On 06/11/12 15:21, Imre Kaloz wrote: Hi, On Tue, 06 Nov 2012 14:13:26 +0100, Daniel Golle dgo...@allnet.de wrote: snip U-Boot default env: mtdparts=mtdparts=orion_nand:0x8@0x0(uboot),0x2@0x8(uboot_env),-@0xa(rootfs) vs. arch/arm/mach-kirkwood/iconnect-setup.c: static

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-06 Thread Daniel Golle
On 06/11/12 12:29, Nikolai Zhubr wrote: [...] TP-link wr1043nd was configured as follows: VLAN 2: info: VLAN 2: Ports: '01', members=0021, untag=0001, fid=0 fid: 0 ports: 0 1 Looks like VLAN 2 here got no host-interface (i.e. '5t' is missing) -- this will make the two ports

[OpenWrt-Devel] [PATCH 1/4] ramips: port patches to linux-3.6

2012-11-06 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 target/linux/ramips/patches-3.6/001-mips-add-cp0-compare-irq-function.patch create mode 100644 target/linux/ramips/patches-3.6/010-mtd_fix_cfi_cmdset_0002_erase_status_check.patch create mode 100644 target/linux/ramips/patches

[OpenWrt-Devel] [PATCH 2/4] ramips: add linux-3.6 configuration for ramips socs

2012-11-06 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 target/linux/ramips/rt288x/config-3.6 create mode 100644 target/linux/ramips/rt305x/config-3.6 create mode 100644 target/linux/ramips/rt3883/config-3.6 diff --git a/target/linux/ramips/rt288x/config-3.6 b/target/linux/ramips

[OpenWrt-Devel] [PATCH 3/4] ramips: add HAVE_CLK to Kconfig on all ramips socs

2012-11-06 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ramips/files/arch/mips/ralink/Kconfig b/target/linux/ramips/files/arch/mips/ralink/Kconfig index 444a88a..74bca6d 100644 --- a/target/linux/ramips/files/arch/mips/ralink/Kconfig +++ b/target/linux/ramips/files/arch/mips

[OpenWrt-Devel] [PATCH 4/4] ramips: use kernel 3.6.6

2012-11-06 Thread Daniel Golle
Cacao - root@OpenWrt:/# -- Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index e49ff41..5ff8e86 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-06 Thread Daniel Golle
You can either edit /etc/config/network or use LuCI to add a PPtP interface which will work fine. If you -- for which ever reason -- like to go the old fashioned way of directly using pppd, you have to change your configuration, so it can work with the pptp plugin instead of the external pty. On

Re: [OpenWrt-Devel] [PATCH] mac80211/rt2x00: sync Rt3352 support

2012-11-05 Thread Daniel Golle
Hi! On 05/11/12 16:16, Сергей Василюгин wrote: While porting to dlink DIR-620 D1 (rt3352) I see that ralink driver (ftp://ftp.dlink.ru/pub/Router/DIR-620/Source/gpl_DIR_620D1.tar.gz): - toggles rf02 before initing RF (like rt3290, rt5390, rt5392 in rt2800lib.c); - use different rf_vals

[OpenWrt-Devel] [PATCH] ramips: add restorefactory to default package set for ALL0239-3G and ALL0256N

2012-11-02 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de --- target/linux/ramips/rt305x/profiles/allnet.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/rt305x/profiles/allnet.mk b/target/linux/ramips/rt305x/profiles/allnet.mk index fb3e4d4..35f6332 100644

[OpenWrt-Devel] [PATCH] ramips: perform vlan-migration from eth0.1 to eth0 if ESW is disabled

2012-10-31 Thread Daniel Golle
-by: Daniel Golle dgo...@allnet.de --- .../ramips/base-files/etc/uci-defaults/vlan-migration | 17 + 1 file changed, 17 insertions(+) create mode 100755 target/linux/ramips/base-files/etc/uci-defaults/vlan-migration diff --git a/target/linux/ramips/base-files/etc/uci-defaults/vlan

[OpenWrt-Devel] [PATCH 0/8 v2] [ar7] AudioCodes AC49x sub-target

2012-10-17 Thread Daniel Golle
So now some sosmetics fixes according to the comments I got: I fixed everything checkpatch.pl was complaining about and refreshed the patches in target/linux/ar7/patches-3.3 Daniel Golle (8): [ar7] free memory below kernel offset [ar7] add AudioCodes AC49x platform support to kernel [ar7

[OpenWrt-Devel] [PATCH 1/8] [ar7] free memory below kernel offset

2012-10-17 Thread Daniel Golle
Some bootloaders (e.g. PSPBoot on AC49x) have a load-offset, this frees that memory region so it is usable for Linux. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 target/linux/ar7/patches-3.3/200-free-mem-below-kernel-offset.patch diff --git a/target/linux/ar7/patches-3.3

[OpenWrt-Devel] [PATCH 2/8] [ar7] add AudioCodes AC49x platform support to kernel

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 target/linux/ar7/patches-3.3/300-add-ac49x-platform.patch diff --git a/target/linux/ar7/patches-3.3/300-add-ac49x-platform.patch b/target/linux/ar7/patches-3.3/300-add-ac49x-platform.patch new file mode 100644 index 000

[OpenWrt-Devel] [PATCH 3/8] [ar7] support AC49x bootloader environment

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 target/linux/ar7/patches-3.3/310-ac49x-prom-support.patch diff --git a/target/linux/ar7/patches-3.3/310-ac49x-prom-support.patch b/target/linux/ar7/patches-3.3/310-ac49x-prom-support.patch new file mode 100644 index 000

[OpenWrt-Devel] [PATCH 4/8] [ar7] detect AC49x flash partitions

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 target/linux/ar7/files/drivers/mtd/ac49xpart.c create mode 100644 target/linux/ar7/patches-3.3/320-ac49x-mtd-partitions.patch diff --git a/target/linux/ar7/files/drivers/mtd/ac49xpart.c b/target/linux/ar7/files/drivers/mtd

[OpenWrt-Devel] [PATCH 5/8] [ar7] enable serial kludge on AC49x

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ar7/patches-3.3/500-serial_kludge.patch b/target/linux/ar7/patches-3.3/500-serial_kludge.patch index 5c19cf2..159fb56 100644 --- a/target/linux/ar7/patches-3.3/500-serial_kludge.patch +++ b/target/linux/ar7/patches-3.3/500

[OpenWrt-Devel] [PATCH 6/8] [ar7] create generic subtarget

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de delete mode 100644 target/linux/ar7/config-3.3 create mode 100644 target/linux/ar7/generic/config-3.3 create mode 100644 target/linux/ar7/generic/profiles/100-Annex-A.mk create mode 100644 target/linux/ar7/generic/profiles/110-Annex-B.mk create

[OpenWrt-Devel] [PATCH 7/8] [ar7] create AC49x subtarget

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 target/linux/ar7/ac49x/config-3.3 create mode 100644 target/linux/ar7/ac49x/profiles/210-None.mk create mode 100644 target/linux/ar7/ac49x/target.mk diff --git a/target/linux/ar7/ac49x/config-3.3 b/target/linux/ar7/ac49x/config

[OpenWrt-Devel] [PATCH 8/8] [ar7] generate image for AC49x

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de diff --git a/target/linux/ar7/image/Makefile b/target/linux/ar7/image/Makefile index 6278b31..dcc8a75 100644 --- a/target/linux/ar7/image/Makefile +++ b/target/linux/ar7/image/Makefile @@ -67,6 +67,9 @@ define Image/Build/Titan

[OpenWrt-Devel] [PATCH v3 0/7] [ar7] AudioCodes AC49x sub-target

2012-10-17 Thread Daniel Golle
Some more cleanup was done: AC49x is now a sub-target (instead of a separate machine) also in the kernel. This further reduces the foot-print of this addition... Daniel Golle (7): [ar7] free memory below kernel offset [ar7] add AudioCodes AC49x platform support to kernel [ar7] support AC49x

[OpenWrt-Devel] [PATCH v3 1/7] [ar7] free memory below kernel offset

2012-10-17 Thread Daniel Golle
Some bootloaders (e.g. PSPBoot on AC49x) have a load-offset, this frees that memory region so it is usable for Linux. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 target/linux/ar7/patches-3.3/200-free-mem-below-kernel-offset.patch diff --git a/target/linux/ar7/patches-3.3

[OpenWrt-Devel] [PATCH v3 2/7] [ar7] add AudioCodes AC49x platform support to kernel

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 target/linux/ar7/patches-3.3/300-add-ac49x-platform.patch diff --git a/target/linux/ar7/patches-3.3/300-add-ac49x-platform.patch b/target/linux/ar7/patches-3.3/300-add-ac49x-platform.patch new file mode 100644 index 000

<    4   5   6   7   8   9   10   11   12   >