Re: [OpenWrt-Devel] i.MX28 based device does not boot with latest stable kernel

2013-08-28 Thread Felix Fietkau
On 2013-08-27 11:51 PM, Michael Heimpold wrote: Hi Felix, your patch below allows the board to boot with kernel v3.10.9. Thank you very much! Committed in r37854 - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] Add RouterBOARD 951Ui-2HnD Support

2013-08-28 Thread Gabor Juhos
2013.08.28. 7:46 keltezéssel, Вячеслав Адаманов írta: Gabor Juhos, tell me, is it possible to port RB / SXT 2nDr2 Lite 2? Or are have any of the nuances for which it can not or imposible. Although I don't know the hardware details of the SXT Lite boards but it should be possible. -Gabor

[OpenWrt-Devel] [PATCH] [packages] dropbear: update to version 2013.58

2013-08-28 Thread Enrico Mioso
Update dropbear to it's latest stable version, and delete unneeded patches: - IPV6 splitted port notation now supported upstream - if a dbclient invalid option is passed, only a warning is emitted --- package/network/services/dropbear/Makefile |6 ++---

[OpenWrt-Devel] [PATCH V2] [packages] dropbear: update to version 2013.58

2013-08-28 Thread Enrico Mioso
Update dropbear to it's latest stable version, and delete unneeded patches: - IPV6 splitted port notation now supported upstream - if a dbclient invalid option is passed, only a warning is emitted Signed-off-by: Enrico Mioso mrkiko...@gmail.com --- package/network/services/dropbear/Makefile

[OpenWrt-Devel] [PATCH v2 04/10] mxs: enable device tree support in /proc

2013-08-28 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/config-default |1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mxs/config-default b/target/linux/mxs/config-default index 7d05e9f..ae6d874 100644 --- a/target/linux/mxs/config-default +++

[OpenWrt-Devel] [PATCH v2 03/10] elftosb: support static linking

2013-08-28 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- tools/elftosb/Makefile | 11 +++ tools/elftosb/patches/003-use-ldflags.patch | 26 ++ 2 files changed, 29 insertions(+), 8 deletions(-) create mode 100644

[OpenWrt-Devel] [PATCH v2 05/10] mxs: whitespace fix

2013-08-28 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/profiles/01-olinuxino.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mxs/profiles/01-olinuxino.mk b/target/linux/mxs/profiles/01-olinuxino.mk index 2b21493..b99e1d3 100644 ---

[OpenWrt-Devel] [PATCH v2 02/10] mxs: various small fixes for packages

2013-08-28 Thread Michael Heimpold
- rename package sound-soc-imx23 to sound-soc-mxs - be a little more descriptive about packages contents - fix minor/cosmetic coding style issues Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/modules.mk | 35 ++---

[OpenWrt-Devel] [PATCH v2 06/10] mxs: add basic board runtime detection support

2013-08-28 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/base-files/etc/diag.sh| 35 .../mxs/base-files/etc/uci-defaults/02_network | 23 +++ target/linux/mxs/base-files/lib/mxs.sh | 42

[OpenWrt-Devel] [PATCH v2 08/10] mxs: add/improve image generation support

2013-08-28 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/image/Makefile | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/target/linux/mxs/image/Makefile b/target/linux/mxs/image/Makefile index b910237..f025da2 100644 ---

[OpenWrt-Devel] [PATCH v2 09/10] uboot-envtools: add support for mxs target

2013-08-28 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- package/boot/uboot-envtools/Makefile |6 +- package/boot/uboot-envtools/files/mxs | 26 ++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 package/boot/uboot-envtools/files/mxs diff --git

[OpenWrt-Devel] [PATCH v2 10/10] mxs: remove static default network configuration in image

2013-08-28 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/base-files.mk |3 +++ 1 file changed, 3 insertions(+) create mode 100644 target/linux/mxs/base-files.mk diff --git a/target/linux/mxs/base-files.mk b/target/linux/mxs/base-files.mk new file mode 100644 index

[OpenWrt-Devel] [PATCH v2 07/10] mxs: add support for I2SE's Duckbill devices

2013-08-28 Thread Michael Heimpold
Signed-off-by: Michael Heimpold m...@heimpold.de --- .../mxs/files/arch/arm/boot/dts/imx28-duckbill.dts | 118 target/linux/mxs/patches/200-duckbill.patch| 57 ++ target/linux/mxs/profiles/02-duckbill.mk | 20 3 files changed, 195

[OpenWrt-Devel] [PATCH v2 00/10] Rename imx23 target to mxs and add support for I2SE's Duckbill series

2013-08-28 Thread Michael Heimpold
Changes from v1: - merged patches as suggested by Luka Perkov - fixed first-time network configuration for Olinuxino boards - use the green LED on Olinuxino boards as status indicator - dropped patches already applied or obsolete Michael Heimpold (10): Rename target imx23 to mxs mxs: various

[OpenWrt-Devel] [PATCH v3] Rename target imx23 to mxs

2013-08-28 Thread Michael Heimpold
Freescale's i.MX23 and i.MX28 series micro processors are very similar. The linux kernel include support for both CPU series under the name 'mxs' so let's follow this naming scheme. This prevents opening a new OpenWRT target (e.g. imx28) when support for i.MX28 based devices was introduced.

[OpenWrt-Devel] [PATCH] [ar71xx] Add support for Netgear WNR2200 wireless router

2013-08-28 Thread Aidan Kissane
This patch adds OpenWRT support for the Netgear WNR2200 (N300) wireless router with USB. Technical details of this router can be found at http://www.netgear.com/home/products/wirelessrouters/work-and-play/WNR2200.aspx and http://wikidevi.com/wiki/Netgear_WNR2200 The patch includes a new

Re: [OpenWrt-Devel] [PATCH V2] [packages] dropbear: update to version 2013.58 / Patch for X86/32bit

2013-08-28 Thread Bastian Bittorf
* Enrico Mioso mrkiko...@gmail.com [28.08.2013 13:33]: Update dropbear to it's latest stable version, and delete unneeded patches: - IPV6 splitted port notation now supported upstream - if a dbclient invalid option is passed, only a warning is emitted Signed-off-by: Enrico Mioso

Re: [OpenWrt-Devel] [PATCH V2] [packages] dropbear: update to version 2013.58 / Patch for X86/32bit

2013-08-28 Thread Felix Fietkau
On 2013-08-28 5:43 PM, Bastian Bittorf wrote: * Enrico Mioso mrkiko...@gmail.com [28.08.2013 13:33]: Update dropbear to it's latest stable version, and delete unneeded patches: - IPV6 splitted port notation now supported upstream - if a dbclient invalid option is passed, only a warning is

Re: [OpenWrt-Devel] [PATCH V2] [packages] dropbear: update to version 2013.58 / Patch for X86/32bit

2013-08-28 Thread mrkiko rs
The problem that patch is fixing is relative to a bug the author observed in other circumstances. In other words, it can arise even when the entropy isn't considered enough. Please, do not discard it Inviato da iPhone Il giorno 28/ago/2013, alle ore 17:47, Felix Fietkau n...@openwrt.org ha

[OpenWrt-Devel] [PATCH] dlan-usb-extender: fix usbdev trigger

2013-08-28 Thread Michael Heimpold
Every device I connect to the USB port is detected as 2-1, not 1-1. So adjust the default setting accordingly. Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mcs814x/base-files/etc/uci-defaults/01_leds |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] [PATCH v6] authsae 80211s authentication daemon

2013-08-28 Thread Etienne Champetier
Hi Le 28/08/2013 20:07, Justyn Bell a écrit : Etienne, I'm very sorry for bothering you. I just found this patch in the mailing list for OpenWRT. But I can't really find much more information online. This is such a newbie question, I didn't want to embarass myself in front of the

[OpenWrt-Devel] [PATCH] mac80211: make package depend on readlink requirements

2013-08-28 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@qca.qualcomm.com The mac80211.sh script uses readlink -f which requires CONFIG_BUSYBOX_CONFIG_READLINK CONFIG_BUSYBOX_CONFIG_FEATURE_READLINK_FOLLOW Without these wifi detect will fail and users end up puzzled with error messages such as: PHY for wifi device

[OpenWrt-Devel] [PATCH] build scripts: fix 'make defconfig' damage

2013-08-28 Thread Philip A. Prindeville
Looking at the target 'defconfig' in include/toplevel, it doesn't directly reference $(HOME)/.openwrt/defconfig nor does it reference any prerequisites using it as a target. Therefore, building defconfig as a target uses the defaults in the tree, but not the defaults that a user might have

Re: [OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2013-08-28 Thread Philip A. Prindeville
Sorry if it's a little after-the-fact, but I've been wondering about the need to have a separate config domain section at all. Why not just have something like: config host ... option wants-dns-rr on Yes, config domain is still useful for external sites or for resources with static

Re: [OpenWrt-Devel] [PATCH] dnsmasq: add an --address entry for each host

2013-08-28 Thread Philip A. Prindeville
On 07/16/2013 08:48 PM, Julián Landerreche wrote: Thinking a little more about this, I'd dare to say: the dhcp_domain_add function might be ditched without remorse. After r36943 changeset, it seems it's not currently used any more. Also, after reading re-reading the dnsmasq man page a few

Re: [OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2013-08-28 Thread Philip A. Prindeville
I should have sent this AFTER trying out patch 3828. Julian's patch is even simpler than my suggestion. On 08/28/2013 02:42 PM, Philip A. Prindeville wrote: Sorry if it's a little after-the-fact, but I've been wondering about the need to have a separate config domain section at all. Why not

[OpenWrt-Devel] [PATCH] base-files: add color to PS1

2013-08-28 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@qca.qualcomm.com Signed-off-by: Luis R. Rodriguez mcg...@qca.qualcomm.com --- package/base-files/files/etc/profile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/etc/profile b/package/base-files/files/etc/profile

[OpenWrt-Devel] [PATCH] broadcom-diag: add Linksys E2000 in diag.c

2013-08-28 Thread Mathis Wolff
Signed-off-by: Mathis Wolff mathis.wo...@corpex.de 000-E2000_diag.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] [packages] dnsmasq: check for udhcpc

2013-08-28 Thread Mathis Wolff
Added a check to the dnsmasq init script to get rid of the error messages if udhcpc is not installed. Signed-off-by: Mathis Wolff mathis.wo...@corpex.de 100-dnsmasq_check_udhcpc.patch Description: Binary data ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] Add RouterBOARD 951Ui-2HnD Support

2013-08-28 Thread David Hutchison
This patch enables OpenWRT to be ran on the RouterBOARD 951Ui-2HnD. GPIO 2 enables or disables the POE on port 5. By default we enable GPIO2. GPIO 20 controls the USB Power, by default it enables the USB port. Attached is 624-MIPS-ath79-RB951u-support.patch Signed-off-by: Davey Hutchison