[OpenWrt-Devel] [PATCH][RESEND] [kernel] at91: add missing dependency to kmod-at91-adc

2014-12-09 Thread John Szakmeister
Signed-off-by: John Szakmeister j...@szakmeister.net --- target/linux/at91/modules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/at91/modules.mk b/target/linux/at91/modules.mk index 4678b92..7f98233 100644 --- a/target/linux/at91/modules.mk +++

[OpenWrt-Devel] [PATCH][RESEND] [tools] gcc: don't clobber stamp-bits with a symlink to itself

2014-12-09 Thread John Szakmeister
Several versions of gcc have an issue in libstdc++v3 where the build may clobber stamp-bits with a link to itself. This doesn't manifest itself on all systems. On several Ubuntu systems, this doesn't appear to be a problem, but it is an issue on Fedora 16 systems. To fix the issue, we'll simply

[OpenWrt-Devel] [PATCH][RESEND] [package] gdb: add zlib as a dependency for gdbserver

2014-12-09 Thread John Szakmeister
Signed-off-by: John Szakmeister j...@szakmeister.net --- This is a resend of a patch I sent earlier (https://lists.openwrt.org/pipermail/openwrt-devel/2014-September/028069.html). package/devel/gdb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/devel/gdb/Makefile

[OpenWrt-Devel] [PATCH][RESEND] [tools] toolchain: ensure tools are built and staged before preparing toolchain

2014-12-09 Thread John Szakmeister
This fixes an issue where the toolchain/prepare step could run, but some of the necessary host tools might be missing. Signed-off-by: John Szakmeister j...@szakmeister.net --- This is a resend of a patch I sent earlier (https://lists.openwrt.org/pipermail/openwrt-devel/2014-October/028422.html).

Re: [OpenWrt-Devel] [PATCH][RESEND] [kernel] at91: add missing dependency to kmod-at91-adc

2014-12-09 Thread John Szakmeister
On Tue, Dec 9, 2014 at 5:46 AM, John Szakmeister j...@szakmeister.net wrote: Signed-off-by: John Szakmeister j...@szakmeister.net --- My apologies, this should not be marked as a resend. It's new. -John ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] Some standard partition name for extra user data?

2014-12-09 Thread Rafał Miłecki
On 7 December 2014 at 01:30, Rafał Miłecki zaj...@gmail.com wrote: I've bcm53xx device which has two usable flashes: 1) SPI serial flash for CFE + firmware + NVRAM 2) NAND flash for extra data Because of general design of OpenWrt firmware my image contains two partitions: kernel and rootfs

Re: [OpenWrt-Devel] request for ar7 test hw / 3.14 testing

2014-12-09 Thread Weedy
U, I've never uses gpg but I feel like your MTC shouldn't be attaching your private key. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/3][RFC] switch: export swconfig_speed_str()

2014-12-09 Thread Alexander Couzens
swconfig_speed_str convert a switch speed enum to a human readable string. --- target/linux/generic/files/drivers/net/phy/swconfig.c | 3 ++- target/linux/generic/files/include/linux/switch.h | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH 2/3][RFC] ar7240: report port link state changes to kernel log

2014-12-09 Thread Alexander Couzens
Like other network device report link change to kernel log. switch eth0 port 1: Link 100baseT Mbit duplex: full --- .../net/ethernet/atheros/ag71xx/ag71xx_ar7240.c| 27 -- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 3/3][RFC] ag71xx_ar7240 add new switch func export_netdevs

2014-12-09 Thread Alexander Couzens
export_netdevs will export a net device for every port. These netdev represent a port with out traffic. When such a device is broght down via ifconfig the port is shutdown and vice versa. Carrier sense is working too and ethtool can be used to control advertise, autoneg, ... ---

Re: [OpenWrt-Devel] Did you do any testing on 3.18?

2014-12-09 Thread Heiner Kallweit
Thanks, Trond. With change set 43563 the kernel was updated to 3.14.26 so I guess that all mpc85xx builds since then will face this problem caused by commit cfd854909d7d68b752456137f14601bbae66d7d4. After having a brief look at this commit I think that instead of reverting this commit the better

Re: [OpenWrt-Devel] [PATCH RESEND 1/2] kirkwood: Iomega ix2-200: wire up the GPIO poweroff driver in the DTS file

2014-12-09 Thread Luka Perkov
Hi Richard, On Mon, Dec 08, 2014 at 10:41:28PM +0100, Richard Kunze wrote: Signed-off-by: Richard Kunze richard.ku...@web.de --- .../linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch | 13 + 1 file changed, 13 insertions(+) create mode 100644

Re: [OpenWrt-Devel] [PATCH RESEND 2/2] kirkwood: Iomega ix2-200: use all remaining MTD space for rootfs

2014-12-09 Thread Luka Perkov
Hi Richard, On Mon, Dec 08, 2014 at 10:41:29PM +0100, Richard Kunze wrote: Signed-off-by: Richard Kunze richard.ku...@web.de --- .../kirkwood/patches-3.14/172-ix2_200-fix-mtd-layout.patch | 13 + 1 file changed, 13 insertions(+) create mode 100644

Re: [OpenWrt-Devel] [PATCH][ar71xx] Add support for BHU Networks BXO2000n-2S/BXO5000n-2S/BXI2000n-2/BXO2000n-2S-U

2014-12-09 Thread yangbo
Hi, Thank you for reply. I have changed the patch, using tab instead of leading space . For there are different boards support in one file, I think it's better to put #define for different boards with the board support functions. Signed-off-by: Terry Yang

Re: [OpenWrt-Devel] [PATCH][ar71xx] Add support for BHU Networks BXO2000n-2S/BXO5000n-2S/BXI2000n-2/BXO2000n-2S-U

2014-12-09 Thread yangbo
Hi, Thank you for reply. I have changed the patch, using tab instead of leading space . For there are different boards support in one file, I think it's better to put #define for different boards with the board support functions. Signed-off-by: Terry Yang

[OpenWrt-Devel] [PATCH][ar71xx] Add support for BHU Networks BXO2000n-2S/BXO5000n-2S/BXI2000n-2/BXO2000n-2S-U

2014-12-09 Thread yangbo
Hi, Thank you for reply. I have changed the patch, using tab instead of leading space . For there are different boards support in one file, I think it's better to put #define for different boards with the board support functions. Signed-off-by: Terry Yang yan...@bhunetworks.com Index:

Re: [OpenWrt-Devel] [PATCH RESEND 2/2] kirkwood: Iomega ix2-200: use all remaining MTD space for rootfs

2014-12-09 Thread John Crispin
On 10/12/2014 00:32, Luka Perkov wrote: Hi Richard, On Mon, Dec 08, 2014 at 10:41:29PM +0100, Richard Kunze wrote: Signed-off-by: Richard Kunze richard.ku...@web.de --- .../kirkwood/patches-3.14/172-ix2_200-fix-mtd-layout.patch | 13 + 1 file changed, 13 insertions(+) create

Re: [OpenWrt-Devel] directory completeness problems

2014-12-09 Thread John Crispin
On 10/12/2014 01:37, Russell Senior wrote: I am also wondering whether or not OpenWrt should be using ubifs (like for the generic NAND subtarget) for the Mikrotik subtarget. Thoughts? yes, i have a mikrotik board on my desk already for this purpose.

Re: [OpenWrt-Devel] [PATCH][ar71xx] Add support for BHU Networks BXO2000n-2S/BXO5000n-2S/BXI2000n-2/BXO2000n-2S-U

2014-12-09 Thread John Crispin
Hi, now all the tabs are gone and there are only spaces. however this time i think it was your email client, that broke the patch. you should try using git send-email John On 10/12/2014 07:09, yangbo wrote: Hi, Thank you for reply. I have changed the patch, using tab instead of

Re: [OpenWrt-Devel] [PATCH 3/3][RFC] ag71xx_ar7240 add new switch func export_netdevs

2014-12-09 Thread Florian Fainelli
Le 9 déc. 2014 11:22, Alexander Couzens lyn...@fe80.eu a écrit : export_netdevs will export a net device for every port. These netdev represent a port with out traffic. When such a device is broght down via ifconfig the port is shutdown and vice versa. Carrier sense is working too and ethtool