[OpenWrt-Devel] Any plans to support WD My Net N900 (Ubicom IP8K 600MHz, 8x GigE, 256MB)?

2014-04-02 Thread Constantine A. Murenin
Hello, It has come to my attention that the recently discontinued WD My Net line of dual-band routers is just about the best bang for the buck -- they're currently selling N900 (w/ 8x GigE and 256MB of RAM) for 49,99 USD at Staples, or 39,99 USD if you order it in person from the store with the 20

[OpenWrt-Devel] [PATCH 7/7] lantiq: BT Home Hub 2B support - userspace

2014-04-02 Thread Ben Mulvihill
Basic userspace configuration for BT Home Hub 2B Signed-off-by: Ben Mulvihill --- target/linux/lantiq/base-files/etc/uci-defaults/01_leds|7 +++ target/linux/lantiq/base-files/etc/uci-defaults/02_network |5 + 2 files changed, 12 insertions(+) diff -uprN a/target/linux/lant

[OpenWrt-Devel] [PATCH 6/7] lantiq: BT Home Hub 2B support - board support

2014-04-02 Thread Ben Mulvihill
Board support patch for BT Home Hub 2B Signed-off-by: Ben Mulvihill --- include/image.mk |4 target/linux/lantiq/dts/BTHOMEHUBV2B.dts | 275 + target/linux/lantiq/image/Makefile | 13 target/linux/lantiq/xway/config-default |6 targe

[OpenWrt-Devel] [PATCH 5/7] lantiq: BT Home Hub 2B support - jedec probe

2014-04-02 Thread Ben Mulvihill
Lantiq nor patch. Adds support for jedec probing if cfi probing fails. Signed-off-by: Ben Mulvihill --- target/linux/lantiq/config-default |1 target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch | 38 ++ 2 file

[OpenWrt-Devel] [PATCH 4/7] lantiq: BT Home Hub 2B support - nand pci interference

2014-04-02 Thread Ben Mulvihill
Prevents interference between the xway nand driver and pci. (Based on work by Simon Hayes first published on www.psidoc.com and http://sourceforge.net/projects/hh2b4ever/) Signed-off-by: Ben Mulvihill --- --- a/drivers/mtd/nand/xway_nand.c 2014-04-01 21:24:52.798612391 +0200 +++ a/drivers/m

[OpenWrt-Devel] [PATCH 3/7] lantiq: BT Home Hub 2B support - nand driver locking

2014-04-02 Thread Ben Mulvihill
As a result of changeset 40310, the xway nand driver now acquires ebu_lock in the chip select function, and holds it for the entire duration of an operation until the chip is deselected. There is surely no longer any need therefore also to acquire the lock in each separate read or write function. T

[OpenWrt-Devel] [PATCH 2/7] fstools: BT Home Hub 2B support - squashfs image

2014-04-02 Thread Ben Mulvihill
Patches fstools to identify a jffs2 partition on nand by looking for the cleanmarker in the oob instead of at the start of an erase block. Signed-off-by: Ben Mulvihill --- lib/mtd.c | 82 ++-- 1 file changed, 80 insertions(+), 2 deletions(-) --- a/lib/

[OpenWrt-Devel] [PATCH 1/7] mtd: BT Home Hub 2B support - jffs2 image

2014-04-02 Thread Ben Mulvihill
On nand flash, identifies a jffs2 partition by looking for the jffs2 cleanmarker in the oob area instead of at the beginning of an erase block. Signed-off-by: Ben Mulvihill --- drivers/mtd/mtdsplit.c | 49 +++ 1 file changed, 45 insertions(+), 4 deletions(

[OpenWrt-Devel] BT Home Hub 2B patches

2014-04-02 Thread Ben Mulvihill
Hello, Here is my set of 7 patches adding support for the BT Home Hub 2B. The last three are patches to the OpenWRT source tree. The others I have left as diffs of the kernel or fstools sources, because if you accept them I don't know whether or not you will want to merge them with other patches.

[OpenWrt-Devel] [PATCH 2/2] ar71xx: fix typos in TP-Link rssileds definition

2014-04-02 Thread Felix Kaechele
Signed-off-by: Felix Kaechele --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index 4376f72..e22ab

[OpenWrt-Devel] [PATCH 1/2] ar71xx: add rssileds for Ubiquiti XM boards

2014-04-02 Thread Felix Kaechele
Adds support for the received signal strength indicator LEDs of the Bullet M, Nanostation M and Rocket M devices. Signed-off-by: Felix Kaechele --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 9 + 1 file changed, 9 insertions(+) diff --git a/target/linux/ar71xx/base-files/

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

Re: [OpenWrt-Devel] public ssh key

2014-04-02 Thread Weedy
Your public key goes in /etc/dropbear/authorized_keys. Show us the logs when drop bear is restarted and when you try to login. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] public ssh key

2014-04-02 Thread Flavio Rodrigo LEonel
exchanged! no problems ... I need to solve this problem, I need to connect to my aps nescessidade sweating without password with SSH Em 01-04-2014 21:21, Yousong Zhou escreveu: hi, Flavio. Your account information is leaked in the mail. FYI, Change it! On Wednesday, 2 April 2014, Flavio R

[OpenWrt-Devel] [PATCH] mosquitto: Update to v1.3.1

2014-04-02 Thread Karl Palsson
From: Karl Palsson Performance and compatibility fixes, asynch DNS in client libraries (requiring new dependency, libcares) Rollup of http://mosquitto.org/2014/03/version-1-3-1-released/ and http://mosquitto.org/2014/03/version-1-3-released/ Signed-off-by: Karl Palsson --- net/mosquitto

[OpenWrt-Devel] [PATCH] [packages] nagios-plugins: Fix check_procs command

2014-04-02 Thread Bernd Krumboeck
Fix check_procs: ps command line parameters were misconfigured Signed-off-by: Bernd Krumböck --- --- a/admin/nagios-plugins/Makefile 2014-04-02 09:51:34.0 +0200 +++ b/admin/nagios-plugins/Makefile 2014-04-02 10:07:00.0 +0200 @@ -36,10 +36,10 @@ CONFIGURE_ARGS += \