Le 9 déc. 2014 11:22, "Alexander Couzens" 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 can be
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 l
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.
_
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 ---
>> .../kirkwood/patches-3.14/172-ix2_200-fix-mtd-layout.patch | 13
>> + 1 file changed, 13 insertions(+) create mode 100644
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
Index: target/linux/ar71xx/base-fi
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
Index: target
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
Index: target
I recently built an OpenWrt image (e.g. r43567) for a Mikrotik rb493g
board and was surprised to discover that the flashed yaffs2 filesystem
seemed to be missing some files. When I played more, I discovered that
I could arbitrarily make even more files disappear by creating new
ones. For example
Hi Richard,
On Mon, Dec 08, 2014 at 10:41:29PM +0100, Richard Kunze wrote:
> Signed-off-by: Richard Kunze
> ---
> .../kirkwood/patches-3.14/172-ix2_200-fix-mtd-layout.patch | 13
> +
> 1 file changed, 13 insertions(+)
> create mode 100644
> target/linux/kirkwood/patches-3.14/172-
Hi Richard,
On Mon, Dec 08, 2014 at 10:41:28PM +0100, Richard Kunze wrote:
> Signed-off-by: Richard Kunze
> ---
> .../linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch | 13
> +
> 1 file changed, 13 insertions(+)
> create mode 100644
> target/linux/kirkwood/patches-3.14/171-
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 f
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, ...
---
.../net/ethernet/
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
a/target/linux/ar71xx/files/drivers/net/
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 a/target/linux/generic/files/drive
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
On 7 December 2014 at 01:30, Rafał Miłecki 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 (SquashFS).
On Tue, Dec 9, 2014 at 5:46 AM, John Szakmeister wrote:
> Signed-off-by: John Szakmeister
> ---
My apologies, this should not be marked as a resend. It's new.
-John
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.
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
---
This is a resend of a patch I sent earlier
(https://lists.openwrt.org/pipermail/openwrt-devel/2014-October/028422.html).
I didn't receive any
Signed-off-by: John Szakmeister
---
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 b/package/devel/gdb/Makefile
in
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
Signed-off-by: John Szakmeister
---
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
+++ b/target/linux/at91/modules.mk
@@ -
21 matches
Mail list logo