From: Dimitar Gamishev HeHoPMaJIeH
Version 2 : White spaces and alphabetical order problems
fixed
Support for Olimex RT5350F-OLinuXino Boards, tested with RT5350F-OLinuXino and
RT5350F-OLinuXino-EVB boards. More Info :
https://www.olimex.com/Products/OLinuXino/RT5350F/RT5350F-OLinuXino/open-
Applied, we have to cleanup kmod-sched at some point and throw out all
the crap nobody uses anyway.
Cheers,
Steven
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
On Wed, Jun 03, 2015 at 07:25:32PM +0200, Steven Barth wrote:
>
>
>
> >Steven, could you elaborate a little more on the scenario and
> >explain why it is a must to shut up automatically when having a
> >local user-space querier? If people are able to manually install and
> >configure a complex m
The v1 identifies as v10 internally. As there is no TL-WA830RE v10, add a
workaround to avoid confusing users.
Signed-off-by: Matthias Schiffer
---
target/linux/ar71xx/base-files/lib/ar71xx.sh | 4
1 file changed, 4 insertions(+)
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh
b
Hi,
> The .ipk goes from 46018 to 52793 bytes. Can't seem to get the image
> size to change, probably some issue with my build setup...
The image is padded to whole eraseblocks, so if the squashfs size does
not change then the added code fits into the remaining space of an
eraseblock.
~ Jow
s
Hi Felix,
> I think deferring this to user space might mess up timings during fast
> active scans. I'd prefer to have a callback in ath9k_platform.h that
> allows the platform code to provide a hook which implements this.
> That way the changes to ath9k stay very small, and the code is still
> qui
Etienne Champetier writes:
> what is the size of the image/.ipk with/without this option ?
The .ipk goes from 46018 to 52793 bytes. Can't seem to get the image
size to change, probably some issue with my build setup...
-Toke
___
openwrt-devel mailing
since r45833 and r45848 the overlayfs is automatically mounted read-only
(and blocks remounts as r/w) when JFFS2 is full. see ticket #19564
because of this normal file deletion is not possible anymore.
if a user logins interactively (e.g. SSH) show a hint for this,
that files must be removed in /o
>Steven, could you elaborate a little more on the scenario and
>explain why it is a must to shut up automatically when having a
>local user-space querier? If people are able to manually install and
>configure a complex multicast router, aren't they capable of
>manually disabling the bridge queri
On Wed, Jun 03, 2015 at 09:56:41AM +0200, Hans Dedecker wrote:
> On Wed, Jun 3, 2015 at 8:50 AM, Steven Barth wrote:
> > Thanks for the quick reply.
> >
> >
> > On 03.06.2015 08:26, Linus Lüssing wrote:
> >> For IPv6 and a non-zero IPv4 source address it'll use the normal
> >> IGMP/MLD querier ele
2015-06-03 18:08 GMT+02:00 Etienne Champetier
:
> Hi Toke,
>
> 2015-06-03 14:15 GMT+02:00 Toke Høiland-Jørgensen :
>
>>
>> These are two new packet schedulers introduced in Linux 3.12 and 3.14
>> respectively. sch_fq is a perfect fairness queueing scheduler that also
>> adds pacing on host TCP fl
The mynet range extender hardware is suffering from ethernet
link loss when booting with a recent openwrt image. This only
happens on 100mbps links, with 1Gbps speed the link was fine.
The cause of the problem is that the AR8035 PHY (aka F1E)
requires turning on and off the special TX delay settin
Hi,
there are lots of places where the tabs were replaced with spaces. maybe
your mail client chewed the mail ?
the patch as such is fine though. please fix the whitespace problem and
resend
John
On 03/06/2015 11:49, gamis...@gmail.com wrote:
> From: Dimitar Gamishev HeHoPMaJIeH
>
>
Signed-off-by: Alexandru Ardelean
---
package/network/services/lldpd/Config.in | 5 +
package/network/services/lldpd/Makefile | 1 +
2 files changed, 6 insertions(+)
diff --git a/package/network/services/lldpd/Config.in
b/package/network/services/lldpd/Config.in
index 448506d..93d84e2 1006
From: Kejia Hu
---
target/linux/brcm63xx/profiles/thomson.mk | 9 +
1 file changed, 9 insertions(+)
create mode 100644 target/linux/brcm63xx/profiles/thomson.mk
diff --git a/target/linux/brcm63xx/profiles/thomson.mk
b/target/linux/brcm63xx/profiles/thomson.mk
new file mode 100644
inde
From: Kejia Hu
The other variant board (DANT-T) of the router may be supported after these
patches, but
these patches have only been tested on DANT-1 board.
---
target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 3 +
target/linux/brcm63xx/dts/tg582n.dts | 81 +++
From: Kejia Hu
This is part of the work to add support for Thomson TG582n router.
There are 2 variants for the board, namely DANT-T and DANT-1, EN25Q128 is used
on
DANT-1 only.
---
.../475-mtd-spi-nor-add-support-for-the-EON-EN25Q128.patch | 12
1 file changed, 12 insertions(+)
From: Kejia Hu
This set of patches added support for Thomson TG582n DANT-1 board.
They have been tested by building a CFE image, and loaded to the board using
a customised CFE.
support for DANT-T board may be possible with these patches with limited
modification,
but I can't test this due to l
Signed-off-by: Kejia Hu
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
These are two new packet schedulers introduced in Linux 3.12 and 3.14
respectively. sch_fq is a perfect fairness queueing scheduler that also
adds pacing on host TCP flows, and sch_pie is an AQM.
Having them available in kmod-sched makes it easier for people to test
these new queueing schemes.
S
get_image allows passing 2nd argument that is used in a pipe for
extracting firmware from a non-native format. By accepting such command
in default_do_upgrade we allow platforms to use this helper for vendor
specific images.
Signed-off-by: Rafał Miłecki
---
package/base-files/files/lib/upgrade/c
From: Dimitar Gamishev HeHoPMaJIeH
Support for Olimex RT5350F-OLinuXino Boards, tested with RT5350F-OLinuXino and
RT5350F-OLinuXino-EVB boards. More Info :
https://www.olimex.com/Products/OLinuXino/RT5350F/RT5350F-OLinuXino/open-source-hardware
Signed-off-by: Dimitar Gamishev HeHoPMaJIeH
--
https://dev.openwrt.org/ticket/19564
we use it since r45848 - just to inform,
that there is no need for a special 4.0
patch when it get merged.
bye, bastian
- Forwarded message from gre...@linuxfoundation.org -
Date: Wed, 03 Jun 2015 10:15:11 +0900
From: gre...@linuxfoundation.org
To: m
On Wed, Jun 3, 2015 at 8:50 AM, Steven Barth wrote:
> Thanks for the quick reply.
>
>
> On 03.06.2015 08:26, Linus Lüssing wrote:
>> For IPv6 and a non-zero IPv4 source address it'll use the normal
>> IGMP/MLD querier election mechanism, meaning the one with the lowest
>> IP address will become th
24 matches
Mail list logo