Hi,
On Sun, Jun 14, 2015 at 11:10 PM, Arnold Schulz wrote:
> Hi everyone,
>
> for fun I have put efforts to solve some mysteries of the EasyBox 904xDSL.
> (here thank you Sylwester and Martin B. for feedback).
>
> Currently code in driver/net/phy/rtl8366_smi.c is used to control rtl836x
> chips v
Hi Fedor,
please don't top post.
On Sat, Jun 13, 2015 at 2:31 PM, blmink wrote:
> Hi, Jonas
> I inserted trace points (pr_info) at functions in b53_common and figured out
> that driver behave wrong.
> Please have a look at this:
>
> ~~~cut~~~
> root@(none):/# uname -a
> Linux (none) 4.0.4 #1 SMP
Daniel thank you for this patch, we are organising a wifi workshop for
spreading free and open mesh network and without support for these
affordable router we couldn't do it!
So thanks a lot, and thanks a lot to all OpenWrt developers, all of
you guys rock!
On 18 June 2015 at 19:00, Daniel Petre
> Can anyone supply any different ideas or provide some feedback?
I have solved this (or something similar) in my builds with an additional
AUTOENABLE flags in init scripts.
IMHO except for critical services (like network...) other packages should
not be automatically enabled when installed since
On 06/18/2015 06:54 PM, valent.turko...@gmail.com wrote:
> Daniel thank you!
> Who will add V5 so
> it gets build?
OpenWrt developers of course :)
I tested my little patch, it works.
>
> Cheers,
> Valent.
>
> On 8 June 2015 at 17:47, Daniel Petre wrote:
>> TP-Link ships wr740n v5.0 to Romania
Signed-off-by: Christian Beier
---
target/linux/ar71xx/generic/profiles/engenius.mk | 12
target/linux/ar71xx/image/Makefile | 2 ++
2 files changed, 14 insertions(+)
diff --git a/target/linux/ar71xx/generic/profiles/engenius.mk
b/target/linux/ar71xx/generic/profiles
Signed-off-by: Christian Beier
---
target/linux/ar71xx/base-files/etc/diag.sh | 3 +++
target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 3 ++-
target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++
target/linux/ar71xx/base-files/lib/upgrade/platform.sh
Signed-off-by: Christian Beier
---
target/linux/ar71xx/config-3.18| 1 +
.../ar71xx/files/arch/mips/ath79/mach-epg5000.c| 178 +
.../718-MIPS-ath79-add-EPG5000-support.patch | 39 +
3 files changed, 218 insertions(+)
create mode 100644 tar
Hi list,
This patch series adds support for the EnGenius EPG5000, the successor of the
ESR1750. That is, both devices are *very* similar internally, to the point that
the EPG5000 works flawlessly with an ESR1750 image AFAICT. One important
difference
thought is the product id that's needed for fl
Daniel thank you!
Daniel can you please share firmware you have build so I can join in testing.
I still don't see V5 images being build in trunk. Who will add V5 so
it gets build?
Cheers,
Valent.
On 8 June 2015 at 17:47, Daniel Petre wrote:
> TP-Link ships wr740n v5.0 to Romania (so probably ev
Hi guys,
Le 18 juin 2015 17:18, "Stefan Tomanek" <
stefan.tomanek+open...@wertarbyte.de> a écrit :
>
> Dies schrieb Bastian Bittorf (bitt...@bluebottle.com):
>
> > > Can anyone supply any different ideas or provide some feedback?
> >
> > maybe: disabled services are stored during sysupgrade in
> >
From: Alexandru Ardelean
Signed-off-by: Alexandru Ardelean
---
package/network/config/swconfig/src/swlib.c | 2 ++
package/network/config/swconfig/src/swlib.h | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/network/config/swconfig/src/swlib.c
b/package/network/
From: Alexandru Ardelean
Signed-off-by: Alexandru Ardelean
---
package/network/config/swconfig/src/swlib.c | 13 +
package/network/config/swconfig/src/swlib.h | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/package/network/config/swconfig/src/swlib.c
b/packa
From: Alexandru Ardelean
Signed-off-by: Alexandru Ardelean
---
package/network/config/swconfig/src/swlib.c | 2 +-
package/network/config/swconfig/src/swlib.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/config/swconfig/src/swlib.c
b/package/network/co
From: Alexandru Ardelean
Signed-off-by: Alexandru Ardelean
---
package/network/config/swconfig/src/swlib.c | 2 ++
package/network/config/swconfig/src/swlib.h | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/network/config/swconfig/src/swlib.c
b/package/network/
This reverts commit a080e8e1943156168913d0353a2e99d1151102aa.
It did not fix the problem but just hid some symptom. The real issue was
that IGMP/MLD report suppression was not considered for the
multicast-to-unicast feature. A recent netifd which isolates IGMP/MLD
reports between STAs by utilizing
A call to pskb_may_pull() might reallocate skb->data. Therefore we
should only assign the src-pointer after any potential reallocations.
Signed-off-by: Linus Lüssing
---
.../645-bridge_multicast_to_unicast.patch | 45 +++-
.../645-bridge_multicast_to_unicast.patch
For the multicast-to-unicast feature of a bridge to function correctly,
it is necessary that all STAs are always isolated on the AP level. The
bridge will take care of reflecting packets back to the AP interface
if necessary and/or no STA isolation wanted by using the hairpin feature
of the bridge.
The multicast_router option of a bridge allows to control the forwarding
behaviour of multicast packets independant of the listener state:
* 0: Only forward if specific listener is present
* 1 (default): Forward if specific listener or a multicast router
was detected (currently only learned via
Hi,
Here are a few patches to fix the issues the multicast-to-unicast
feature of the bridge has: IGMP/MLD report suppression could lead
to multicast packet loss. Also see ticket #17625 [0].
As previously discussed on this mailing list, AP-isolation together
with bridge-hairpinning is a way to mak
All IGMP and MLD versions suffer from a specific limitation (from a
snooping switch perspective): Report suppression.
Once a listener hears an IGMPv2/3 or MLDv1 report for the same group
itself participates in then it might (if this listener is an IGMPv3 or
MLDv2 listener) or will (if this is an I
Dies schrieb Bastian Bittorf (bitt...@bluebottle.com):
> > Can anyone supply any different ideas or provide some feedback?
>
> maybe: disabled services are stored during sysupgrade in
> e.g. /lib/upgrade/keep.d/services_disabled
>
> and this file will be read line by line during firstboot/uci-de
* Stefan Tomanek [18.06.2015 15:39]:
> Can anyone supply any different ideas or provide some feedback?
maybe: disabled services are stored during sysupgrade in
e.g. /lib/upgrade/keep.d/services_disabled
and this file will be read line by line during firstboot/uci-defaults
(and services diabled a
OpenWrt should support an optinal /etc/profile.d directory like most other Linux
distributions. This allows packages to install their own scripts into
/etc/profile.d/. This is the second version, which includes suggestions from
the mailing-list.
---
package/base-files/files/etc/profile | 10 ++
Hi,
the following packages are still broken in CC-rc2
ERROR: package/feeds/packages/zmq failed to build.
ERROR: package/feeds/packages/lzmq failed to build.
ERROR: package/feeds/packages/umurmur failed to build (build variant:
polarssl).
ERROR: package/feeds/packages/tmux failed to bu
HI, allthis is a patch try to fix Signed-off-by:Yang Chao diff --git a/ubusd.c b/ubusd.c
index 8903105..ecf5bea 100644
--- a/ubusd.c
+++ b/ubusd.c
@@ -241,7 +241,7 @@ retry:
fd_buf.fd = -1;
- iov.iov_base = &cl->hdrbuf + offset;
+ iov.iov_base = (char
oOn 18 June 2015 at 13:18, yangchao wrote:
> hi gays :
> this is a patch for ubusd.c
Please resend as a proper patch, using text/plain (not text/html),
with a proper subject and commit message. See
https://dev.openwrt.org/wiki/SubmittingPatches for details.
--
Rafał
__
I first looked into this 4 years ago and finally figured it out 2 years ago ;-)
https://forum.openwrt.org/viewtopic.php?pid=189700#p189700
There is no built-in way to keep those services installed but disabled.
But there is a go-around that is used e.g. by luci-app-miniupnpd for miniupnpd:
https:
Whenever I update my OpenWrt system using sysupgrade, unwanted services
pop up; I am using one of my devices as a simple AP, so it must not start
dnsmasq, odhcpd or the firewall service. Running sysupgrade however reinstates
the links in /etc/rc.d/ removed by '/etc/init.d/foo disable'.
I was think
hi gays :
this is a patch for ubusd.c
diff --git a/ubusd.c b/ubusd.c
index 8903105..ecf5bea 100644
--- a/ubusd.c
+++ b/ubusd.c
@@ -241,7 +241,7 @@ retry:
fd_buf.fd = -1;
- iov.iov_base = &cl->hdrbuf + offset;
+ iov.iov_base = (char *)&cl->hdrbuf
Hi Flo,
On Thu, Jun 18, 2015 at 10:59 AM, Florian Eckert
wrote:
> I have the new source packages for lantiq dsl stuffs. This are the new
> packages rom UGW-6.1.
As far as I know these are the *latest* driver versions.
Do you have a link to those packages (or a link to some GPL source
which includ
Dear Sir.
have any suggestion?
Best Regards.
2015-06-05 18:09 GMT+08:00 Mingyu Li :
> this feature i reference tg3.c driver at function tg3_start_xmit.
> it says therer is a small possibility that start_xmit will miss it
> and cause the queue to be stopped forever.
>
> below is the tg3 drivers
Hi Álvaro,
I see. The proper place to fix it is flashrom, it needs to include
before including libusb headers and its Makefile needs to
define -D_GNU_SOURCE or -std=gnu99
Regards,
Jow
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http
* Hannu Nyman [18.06.2015 11:06]:
> Other possibility could be divide opkg.conf into two: a
> build-specific default download repo list (to be overwritten in
> sysupgrade) and a user-specific config file with config options and
> possible additional download locations (to be preserved).
IMHO this
Hello,
I have the new source packages for lantiq dsl stuffs. This are the new
packages rom UGW-6.1.
I don´t know the differences in the new packages!
Martin Blumenstingl [xdarklight] on github -> UGW-6.1
lib_ifxos-1.5.14.tar.gz -> lib_ifxos-1.5.19.tar.gz
ltq-vdsl-vr9-mei-1.4.
/etc/opkg.conf has been declared a config file and is thus preserved in an
sysupgrade.
https://dev.openwrt.org/browser/trunk/package/system/opkg/Makefile#L65
After the package list signing has been enabled, that is really hurting with
upgrading: the old opkg.conf gets preseverd and points to th
36 matches
Mail list logo