[OpenWrt-Devel] [PATCH] iwinfo: add hwinfo for Rt3050 and maintain alphabetic order

2012-08-19 Thread Daniel Golle
Signed-off-by: Daniel Golle diff --git a/package/iwinfo/src/iwinfo_lib.c b/package/iwinfo/src/iwinfo_lib.c index 8d5569d..912ae2f 100644 --- a/package/iwinfo/src/iwinfo_lib.c +++ b/package/iwinfo/src/iwinfo_lib.c @@ -369,8 +369,9 @@ const struct iwinfo_hardware_entry IWINFO_HARDWARE_ENTRIES

[OpenWrt-Devel] [PATCH] ramips: add RSSI leds for uci-defaults for ALL0256N

2012-08-19 Thread Daniel Golle
Signed-off-by: Daniel Golle diff --git a/target/linux/ramips/base-files/etc/uci-defaults/leds b/target/linux/ramips/base-files/etc/uci-defaults/leds index c09751d..2fddc01 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/leds +++ b/target/linux/ramips/base-files/etc/uci-defaults

[OpenWrt-Devel] [PATCH] ar71xx: add ALL0305 board alias

2012-08-20 Thread Daniel Golle
For the pure convenience of having a correctly named image and system name in /proc/cpuinfo , until we can do that by having system names in DTS... Signed-off-by: Daniel Golle diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 02cfa35

[OpenWrt-Devel] [PATCH] ramips: add profile for Allnet devices

2012-08-20 Thread Daniel Golle
Signed-off-by: Daniel Golle create mode 100644 target/linux/ramips/rt305x/profiles/allnet.mk diff --git a/target/linux/ramips/rt305x/profiles/allnet.mk b/target/linux/ramips/rt305x/profiles/allnet.mk new file mode 100644 index 000..2aab5e2 --- /dev/null +++ b/target/linux/ramips/rt305x

Re: [OpenWrt-Devel] [PATCH 0/5] ramips: ramips_esw.c swconfig support

2012-08-29 Thread Daniel Golle
Hi Tobias! Using the updated version of this patch, I'm running into problems with devices using RT305X_ESW_VLAN_CONFIG_NONE. In your previous patch Date: Sat, 5 May 2012 22:26:58 +0200 Subject: [OpenWrt-Devel] [PATCH] ramips: Updated patch for ramips_esw.c posted on this mailinglist, setting gav

Re: [OpenWrt-Devel] [PATCH 0/5] ramips: ramips_esw.c swconfig support

2012-08-29 Thread Daniel Golle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/08/12 17:44, Tobias Diedrich wrote: > If alternate_vlan_disable 1 helps we should undo the defaults flip, but I'd > like to reproduce your testcase, maybe I missed something else. Setting alternate_vlan_disable 1 does the trick. Manually setting

[OpenWrt-Devel] [PATCH 1/2] base-files/uci-defaults: add handler for transparent and disabled switch_ports

2012-08-29 Thread Daniel Golle
Signed-off-by: Daniel Golle diff --git a/package/base-files/files/lib/functions/uci-defaults.sh b/package/base-files/files/lib/functions/uci-defaults.sh index 477c00c..dc49592 100644 --- a/package/base-files/files/lib/functions/uci-defaults.sh +++ b/package/base-files/files/lib/functions/uci

[OpenWrt-Devel] [PATCH 2/2] ramips/uci-defaults: setup switch ports on ALL0256N and ALL5002

2012-08-29 Thread Daniel Golle
Signed-off-by: Daniel Golle diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network index 01363db..c25bb76 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/network +++ b/target/linux/ramips/base-files/etc/uci

Re: [OpenWrt-Devel] [PATCH 0/5] ramips: ramips_esw.c swconfig support

2012-08-29 Thread Daniel Golle
Hi Tobias, On 30/08/12 00:25, Tobias Diedrich wrote: > So, can you tell me what exactly didn't work for you? ... > Different subnets configured on each vlan. > I can ping over all subnets and see the correct vlan on > "tcpdump -n -e -s 2000 -i eth0 icmp" Incoming frames work fine for me, too, firs

[OpenWrt-Devel] [PATCH/RFC] ramips/rt305x: add initial support for Rt5350 SoC

2012-09-04 Thread Daniel Golle
Somehow detecting the RAM size in common/setup.c doesn't work here, it always detects 64M and then crashes on devices with less RAM. Probably using MEMC_REG_SDRAM_CFG1 to know the RAM size is how it could be, for now I use the mem=32M kernel parameter to get stuff working. Signed-off-by: D

Re: [OpenWrt-Devel] [PATCH/RFC] ramips/rt305x: add initial support for Rt5350 SoC

2012-09-05 Thread Daniel Golle
On 05/09/12 09:28, John Crispin wrote: > nice one ... booted it on a rt5350 and it works Thanks for testing! > i will try to work on the spi this weekend. SPI works for me already with the existing code: [6.30] m25p80 spi0.0: mx25l25635e (32768 Kbytes) ... root@OpenWrt:/# hexdump -n 2 -x /

Re: [OpenWrt-Devel] [PATCH/RFC] ramips/rt305x: add initial support for Rt5350 SoC

2012-09-11 Thread Daniel Golle
the SoC. Still no solution for that, and indeed, MEMC_REG_SDRAM_CFG1 might be garbage. > More comments inline... Now should be alright now. Signed-off-by: Daniel Golle diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x.h b/target/linux/ramips/files/arch/mips/inc

[OpenWrt-Devel] [PATCH] ramips/rt3883: fix a typo in the ASUS profile

2012-09-14 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/ramips/rt3883/profiles/asus.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/rt3883/profiles/asus.mk b/target/linux/ramips/rt3883/profiles/asus.mk index e1c60ee..4c652df 100644 --- a/target/linux/ramips

[OpenWrt-Devel] [PATCH 1/2] omap24xx/profiles/n810: remove reference to non-existing package

2012-09-17 Thread Daniel Golle
The package block-hotplug doesn't exist, removing reference to it. Signed-off-by: Daniel Golle --- target/linux/omap24xx/profiles/100-n810.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/omap24xx/profiles/100-n810.mk b/target/linux/omap24xx/profiles/100

[OpenWrt-Devel] [PATCH 2/2] brcm47xx/profiles/PS-1208MFG: remove reference to non-existing package

2012-09-17 Thread Daniel Golle
The package block-hotplug doesn't exist, refer to block-mount instead. Signed-off-by: Daniel Golle --- target/linux/brcm47xx/profiles/PS-1208MFG.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm47xx/profiles/PS-1208MFG.mk b/target/linux/brcm47xx/pro

[OpenWrt-Devel] [PATCH] base-files: skip LEDs handled by rssileds in led init-script

2012-09-19 Thread Daniel Golle
sh: write error: Invalid argument ... In order to avoid this, skip LEDs with trigger = "rssi" in /etc/init.d/led Signed-off-by: Daniel Golle diff --git a/package/base-files/files/etc/init.d/led b/package/base-files/files/etc/init.d/led index 43964bf..f3f3c3f 100755 --- a/package/base-f

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

2012-10-03 Thread Daniel Golle
: Daniel Golle --- .../patches/620-rt2x00-support-rt3352.patch| 160 - 1 file changed, 90 insertions(+), 70 deletions(-) diff --git a/package/mac80211/patches/620-rt2x00-support-rt3352.patch b/package/mac80211/patches/620-rt2x00-support-rt3352.patch index 27473ec

[OpenWrt-Devel] [PATCH] mac80211/rt2x00: fix lna assignment typo in Rt3352 which went upstream

2012-10-03 Thread Daniel Golle
Reviewing what went into wireless-testing I found a quite nasty mistake, probably a result of copy&past'ing from the lines below in rt2800lib.c. This adds another patch to fix that. Signed-off-by: Daniel Golle --- .../patches/621-rt2x00-fix-rt3352-lnagain.patc

[OpenWrt-Devel] [PATCH] [ramips] add image for ALL0256N-8M

2012-10-03 Thread Daniel Golle
The new version of the ALL0256N now got 8MB SPI NOR flash instead of 4MB. In order to expose the whole amount of flash, add another image which contains the corresponding GENERIC_8M mtdparts. --- target/linux/ramips/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ra

[OpenWrt-Devel] [PATCH] package/network/utils/rssileds: claim maintainership

2012-10-10 Thread Daniel Golle
:=RSSI real-time LED indicator DEPENDS:=+libiwinfo + MAINTAINER:=Daniel Golle endef define Package/rssileds/description -- 1.7.12.2 pgpqZH1CDKBBJ.pgp Description: PGP signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

[OpenWrt-Devel] [PATCH] network/utils/rssileds: improve performance

2012-10-10 Thread Daniel Golle
LEDs brightness is now only updated if the value actually changed, thus reducing the number of fwrite syscalls significantly. Signed-off-by: Daniel Golle --- package/network/utils/rssileds/Makefile | 2 +- package/network/utils/rssileds/src/rssileds.c | 58 --- 2

Re: [OpenWrt-Devel] [PATCH 0/5] new target: AudioCodes AC49x SoC

2012-10-14 Thread Daniel Golle
On 14/10/12 22:59, Florian Fainelli wrote: > It does not look like the physical offset is really different from AR7, so > you > could probably just have a the kernel be loaded at a different address and > still have both kernel work on both platforms, can you try that? Theoretically you are righ

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

2012-10-15 Thread Daniel Golle
an be user to by-pass the restrictions of the boot-loader and allow merging all this into a single target with only the parameters of lzma-loader taking the different load-address of the bootloader into account. However, I didn't manage to get lzma-loader working. Daniel Golle (8): [ar7] f

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

2012-10-15 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 --- .../patches-3.3/200-free-mem-below-kernel-offset.patch | 17 + 1 file changed, 17 insertions(+) create mode 100644 target

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

2012-10-15 Thread Daniel Golle
Signed-off-by: Daniel Golle --- .../ar7/patches-3.3/300-add-ac49x-platform.patch | 142 + 1 file changed, 142 insertions(+) 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

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

2012-10-15 Thread Daniel Golle
Signed-off-by: Daniel Golle --- .../ar7/patches-3.3/310-ac49x-prom-support.patch | 22 ++ 1 file changed, 22 insertions(+) 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

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

2012-10-15 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/ar7/files/drivers/mtd/ac49xpart.c | 199 + .../ar7/patches-3.3/320-ac49x-mtd-partitions.patch | 41 + 2 files changed, 240 insertions(+) create mode 100644 target/linux/ar7/files/drivers/mtd/ac49xpart.c create mode

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

2012-10-15 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/ar7/patches-3.3/500-serial_kludge.patch | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) 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

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

2012-10-15 Thread Daniel Golle
This moves everything over to the generic sub-target. Signed-off-by: Daniel Golle --- target/linux/ar7/Makefile| 1 + target/linux/ar7/config-3.3 | 102 --- target/linux/ar7/generic/config-3.3 | 102

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

2012-10-15 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/ar7/ac49x/config-3.3 | 102 target/linux/ar7/ac49x/profiles/210-None.mk | 17 + target/linux/ar7/ac49x/target.mk| 10 +++ 3 files changed, 129 insertions(+) create mode 100644 target/linux/ar7

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

2012-10-15 Thread Daniel Golle
Signed-off-by: Daniel Golle --- target/linux/ar7/image/Makefile | 15 +++ 1 file changed, 15 insertions(+) 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

[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 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/200-free-mem

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

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle 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..7132743 --- /dev

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

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle 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..dddf221 --- /dev

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

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle 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/ac49xpart.c new file

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

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle 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 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 mode 100644

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

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle 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-3.3 new file

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

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle 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 $(STAGING_DIR_HOST)/bin

[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 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/200-free-mem

[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 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..80f0f28 --- /dev

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

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle 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..dddf221 --- /dev

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

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle 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/ac49xpart.c new file

[OpenWrt-Devel] [PATCH v3 5/7] [ar7] create generic subtarget

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle create mode 100644 target/linux/ar7/generic/config-default 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 mode 100644 target/linux/ar7/generic/profiles/200-Texas.mk

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

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle create mode 100644 target/linux/ar7/ac49x/config-default 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-default b/target/linux/ar7/ac49x/config-default

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

2012-10-17 Thread Daniel Golle
Signed-off-by: Daniel Golle diff --git a/target/linux/ar7/image/Makefile b/target/linux/ar7/image/Makefile index 6278b31..fb42e42 100644 --- a/target/linux/ar7/image/Makefile +++ b/target/linux/ar7/image/Makefile @@ -67,6 +67,9 @@ define Image/Build/Titan $(STAGING_DIR_HOST)/bin

[OpenWrt-Devel] [PATCH] vlynq: fix typo in comment

2012-10-17 Thread Daniel Golle
I started reviewing the vlynq driver and found a small typo. Signed-off-by: Daniel Golle --- a/drivers/vlynq/vlynq.c 2012-10-17 17:03:34.740744318 +0200 +++ b/drivers/vlynq/vlynq.c 2012-10-17 17:03:40.910744182 +0200 @@ -457,7 +457,7 @@ /* * A VLYNQ remote device can clock the VLYNQ

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

2012-10-31 Thread Daniel Golle
: Daniel Golle --- .../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-migration b

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

2012-10-31 Thread Daniel Golle
#x27;ll implement it, otherwise I'd opt for simplicity does the job in 99% of the cases... On 31/10/12 15:24, Daniel Golle wrote: > [please apply to both, trunk and AA] > > Since r33305 the embedded switch is disabled for some boards. > This causes sysupgrade to make the device inaccessibl

[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 --- 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 --- a/target/linux

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

2012-11-03 Thread Daniel Golle
any way to know from which version the user is coming on sysupgrade (right?). What about -- in case of keeping the configuration -- adding a version tag which can later on be taken into account when migrating config changes? On 31/10/12 15:40, Daniel Golle wrote: > I wasn't quite sure if

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_va

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 enviro

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 wrote: > > > >> U-Boot default env: >> mtdparts=mtdparts=orion_nand:0x8@0x0(uboot),0x2@0x8(uboot_env),-@0xa(rootfs) >> vs. >> arch/arm

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 p

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

2012-11-06 Thread Daniel Golle
Signed-off-by: Daniel Golle 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-3.6/011-mtd

[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 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/rt288x/config-3.6

[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 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/ralink/Kconfig

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

2012-11-06 Thread Daniel Golle
* 4 oz cold Coffeean irish coffee mug filled * 1 1/2 oz Dark Rum with crushed ice. Stir. * 2 tsp. Creme de Cacao - root@OpenWrt:/# -- Signed-off-by: Daniel Golle diff --git a/target/linux/ramips/Makefile b/target/linux/ram

Re: [OpenWrt-Devel] pptp fails on x86

2012-11-06 Thread Daniel Golle
cheme. This is variant: > > ISP(server-side) --(direct link)-- (client-side)eth0(x86) > > pptp is not work. > > I have configure client-side. > > Dmesg and opkg dump in attachment. > > Thanks for response. :-) > > On Tue, Nov 6, 2012 at 6:03 PM, Daniel Golle <

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] 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 tri

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...

[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 Сергей Василюгин Signed-off-by: Daniel Golle 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

[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 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/mac80211

[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 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 file mode 100644

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

2012-11-12 Thread Daniel Golle
Xtal20/40MHz really must > be read from SYSC_CFG_REG 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. >

[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 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-fix-rt3352-ext

[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 create mode 100644 package/mac80211/patches/623-rt2x00-rf_vals-rt3352-xtal20.patch diff --git a/package/mac80211/patches/623-rt2x00-rf_vals-rt3352

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

2012-11-12 Thread Daniel Golle
PS DSP ASE. Signed-off-by: Daniel Golle --- 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 --- a/target/li

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 Danie

[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 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-fix-rt3352-ext

[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 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 create mode 100644 package/mac80211/patches/623-rt2x00-rf_vals-rt3352-xtal20.patch diff --git a/package/mac80211/patches/623-rt2x00-rf_vals-rt3352-xtal20.patch b

[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 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-fix-rt3352-ext

[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 create mode 100644 package

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

2012-11-19 Thread Daniel Golle
her to use rf_vals_3x or rf_vals_xtal20mhz_3x. Signed-off-by: Daniel Golle 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/mac802

[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 delete mode 100644 net/xtables-addons/patches/003-redundant-bracket.patch diff --git a/net/xtables-addons/Makefile b/net/xtables-addons/Makefile

[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 delete mode 100644 net/xtables-addons/patches/003-redundant-bracket.patch create mode 100644 net

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

2012-11-25 Thread Daniel Golle
Signed-off-by: Daniel Golle --- .../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-rt3352-ext

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

2012-11-25 Thread Daniel Golle
Signed-off-by: Daniel Golle --- .../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-xtal20.patch

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

2012-11-25 Thread Daniel Golle
Signed-off-by: Daniel Golle --- .../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/asm/mach-ralink

[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 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-platform.patch

[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: erro

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 o

[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 --- target/linux/ramips/rt288x/config-3.7 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips

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 [dgo...@allnet.de: refreshed patches] Signed-off-by: Daniel Golle --- package/network/utils/iproute2/Makefile| 4 +- .../iproute2/patches/000-sync_pkt_sched_h.patch

[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 --- 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 @@ -604,9 +604,9

[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: Da

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

2013-01-20 Thread Daniel Golle
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 --- net/olsrd/patches/001-retry-tunnel-setup.patch | 28 ++ 1 file changed, 28 insertions

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 [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) >>

[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 --- 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 a8e5ef9..b9c88e3 100755 ---

[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 [Daniel Golle: whitespace fixes and added PostgreSQL support] Signed-off-by: Daniel Golle create mode 100644

Re: [OpenWrt-Devel] Interest in a openwrt router database to partially replace TOH?

2013-12-09 Thread Daniel Golle
On 12/09/2013 08:52 AM, Bastian Bittorf wrote: > * Joshua Judson Rosen [09.12.2013 08:38]: >>> what is missing then is the router name, e.g. >>> VENDOR and MODEL -> e.g. 'TP-LINK TL-WR1043ND' >> >> What I really wish the TOH listing had is some indication of whether >> the hardware is known to be

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

2014-04-02 Thread Daniel Golle
Signed-off-by: Daniel Golle --- 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/boot/uboot-envtools

<    5   6   7   8   9   10   11   12   13   >