[OpenWrt-Devel] kirkwood not booting / goflex net / goflex home

2014-08-20 Thread Bastian Bittorf
while investigating the hanging boot/kernel on goflex home i see commit r38279 / d8eb02a921fa2c06118347231f3fd69285b8a5c7 kirkwood: prepare for 3.10 which removed target/linux/kirkwood/files-3.3/arch/arm/mach-kirkwood/goflexhome-setup.c is'nt it need for 3.10+ or what was the reason for

Re: [OpenWrt-Devel] dnsmasq 2.71 dies silently (hangs) / how to debug

2014-08-20 Thread Steven Barth
On another note: I just backported an upstream fix for a race condition. Might be related to this issue or might not. Please try to test with latest trunk or bb-branch. Cheers, Steven ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] kirkwood / missing kernel-module?

2014-08-20 Thread Bastian Bittorf
during boot i see in a long loop these messages, which kernel module is missing or which symbol must be active? (kernel 3.14.17) [ 86.817858] act_ipt: Unknown symbol tcf_hash_check (err 0) [ 86.823424] act_ipt: Unknown symbol tcf_hash_create (err 0) [ 86.829162] act_ipt: Unknown symbol

[OpenWrt-Devel] [PATCH] ar71xx Fix the sys LEDs on the EasyLink M150 and mini

2014-08-20 Thread L. D. Pinney
From: L. D. Pinney ldpin...@gmail.com This Patch sets the system LED on the EasyLink M150 and mini to EasyLink Signed-off-by: L. D. Pinney ldpin...@gmail.com --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-el-m150.c

Re: [OpenWrt-Devel] Lots of missing packages!

2014-08-20 Thread Bastian Bittorf
* Steven Barth cy...@openwrt.org [13.08.2014 10:48]: The current status of oldpackages is this: If you are using trunk and want to use the possibly outdated packages you have to enable the oldpackages feed and build them manually. how is this done? till some weeks it was: make

Re: [OpenWrt-Devel] Lots of missing packages!

2014-08-20 Thread Steven Barth
Please see https://forum.openwrt.org/viewtopic.php?id=52219 Am 20.08.2014 um 15:03 schrieb Bastian Bittorf: * Steven Barth cy...@openwrt.org [13.08.2014 10:48]: The current status of oldpackages is this: If you are using trunk and want to use the possibly outdated packages you have to enable

[OpenWrt-Devel] [PATCH 1/2] bcm53xx: backport more spi-nor patches

2014-08-20 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- target/linux/bcm53xx/config-3.14 | 1 + .../002-mtd-spi-nor-queued-for-3.18.patch | 39 +++ ...pport-for-struct-flash_platform_data-into.patch | 52 +++ ...-add-Kconfig-option-to-disable-4K-sectors.patch | 44 +++

[OpenWrt-Devel] [PATCH 2/2] bcm53xx: add bcm53xxspiflash driver for SPI flashes

2014-08-20 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- target/linux/bcm53xx/config-3.14 | 1 + ...spiflash-new-driver-for-SPI-flahes-on-Bro.patch | 261 + 2 files changed, 262 insertions(+) create mode 100644

[OpenWrt-Devel] Firmware without SquashFS (initramfs + overlay)

2014-08-20 Thread Rafał Miłecki
I found this explanation: http://wiki.openwrt.org/doc/techref/filesystems#can.we.switch.the.filesystem.to.be.entirely.jffs2 but I'm looking for more details. I wanted to run OpenWrt on bcm53xx using initramfs and flash with overlay data partition. So I've improved/hacked partitioner driver to

[OpenWrt-Devel] [PATCH] [base-files] remove useless explicit set of function returncode

2014-08-20 Thread Bastian Bittorf
[base-files] remove useless explicit set of function returncode somebody started to set a function returncode in the validation stuff and everybody copies it, e.g. myfunction() { fire_command return $? } a function automatically returns with the last returncode, so we can

[OpenWrt-Devel] [PATCH] New package: mailsend. A tool that allows to send emails without the need to install an smtp server. Supports ssl.

2014-08-20 Thread giovanni . distasi
From: Giovanni Di Stasi giovanni.dist...@unina.it --- net/mailsend/Makefile | 48 ++ net/mailsend/patches/000-configure | 11 + 2 files changed, 59 insertions(+) create mode 100644 net/mailsend/Makefile create mode 100644

[OpenWrt-Devel] [PATCH V2 2/2] bcm53xx: add bcm53xxspiflash driver for SPI flashes

2014-08-20 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- V2: Fix crash Add JEDEC --- target/linux/bcm53xx/config-3.14 | 1 + ...spiflash-new-driver-for-SPI-flahes-on-Bro.patch | 263 + ...spiflash-try-using-JEDEC-as-one-of-method.patch | 42 3 files

Re: [OpenWrt-Devel] Firmware without SquashFS (initramfs + overlay)

2014-08-20 Thread Hauke Mehrtens
On 08/20/2014 07:24 PM, Rafał Miłecki wrote: I found this explanation: http://wiki.openwrt.org/doc/techref/filesystems#can.we.switch.the.filesystem.to.be.entirely.jffs2 but I'm looking for more details. I wanted to run OpenWrt on bcm53xx using initramfs and flash with overlay data

[OpenWrt-Devel] [PATCH] ar71xx: enable sysupgrade for the EnGenius ESR900

2014-08-20 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index b5b2873..846954c

[OpenWrt-Devel] [PATCH] ar71xx: use ETH_ALEN for consistency

2014-08-20 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/files/arch/mips/ath79/mach-esr900.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-esr900.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-esr900.c

[OpenWrt-Devel] [PATCH] ar71xx: make LED names for EnGenius routers follow convention

2014-08-20 Thread Forest Crossman
Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/base-files/etc/diag.sh| 4 ++-- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 8 target/linux/ar71xx/files/arch/mips/ath79/mach-eap300v2.c | 6 +++---

Re: [OpenWrt-Devel] [PATCH] New package: mailsend. A tool that allows to send emails without the need to install an smtp server. Supports ssl.

2014-08-20 Thread Ted Hess
[ Original patch attachment removed for brevity ] Please consider (re-)submitting this as a pull-request to the new packages repository (https://github.com/openwrt/packages). Read over the CONTRIBUTING.md document before submitting. A couple of things to note about your submission: 1 -

Re: [OpenWrt-Devel] kirkwood / missing kernel-module?

2014-08-20 Thread Felix Kaechele
Hi Bastian, On 20.08.2014 12:05 Bastian Bittorf wrote: during boot i see in a long loop these messages, which kernel module is missing or which symbol must be active? (kernel 3.14.17) That is very strange. I ran a make dirclean and built r42230 today for my Pogoplug E02. Both u-boot and

Re: [OpenWrt-Devel] [PATCH] ar71xx: make LED names for EnGenius routers follow convention

2014-08-20 Thread Yousong Zhou
On 21 August 2014 06:45, Forest Crossman cyro...@gmail.com wrote: Signed-off-by: Forest Crossman cyro...@gmail.com --- target/linux/ar71xx/base-files/etc/diag.sh| 4 ++-- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 8

[OpenWrt-Devel] [PATCH] scripts: allow pinning of SVN feeds

2014-08-20 Thread Nate Hardison
Previously, Git feeds could be pinned to a particular commit using URL^commit notation. This patch provides the same functionality for SVN-based feeds, using URL@revision notation. Just like pinned Git feeds, pinned SVN feeds do not update when ./scripts/feeds update is run. Signed-off-by: Nate

Re: [OpenWrt-Devel] [PATCH] ar71xx: make LED names for EnGenius routers follow convention

2014-08-20 Thread Forest Crossman
[Resending because I forgot to reply-all] That’s what I thought originally, but I asked Jon Suphammer why he used the model name instead of the manufacturer in his patch for the EnGenius ESR1750, he responded:  Hi Forest,    Vendors are not always consistent over time with what colour they