[OpenWrt-Devel] [PATCH] tspc: fixed sed separator

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- ipv6/tspc/patches/002-sed-separator.patch | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 ipv6/tspc/patches/002-sed-separator.patch diff --git a/ipv6/tspc/patches/002-sed-separator.patch b/ipv6/tspc/patches/002-sed-separator.

[OpenWrt-Devel] [PATCH] mocp: bumped version from 2.4.4 to 2.5.0-beta2 and removed obsolete patch

2014-02-17 Thread Michel Stempin
Added dependencies on libmagic, faad2 and libdb47 Signed-off-by: Michel Stempin --- sound/mocp/Makefile|8 +++--- sound/mocp/patches/001-moc-ffmpeg-update.patch | 34 2 files changed, 4 insertions(+), 38 deletions(-) delete mode 100644

[OpenWrt-Devel] [PATCH] tiff: added missing dependency on liblzma

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- libs/tiff/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index a79b6b2..97071fc 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -36,7 +36,7 @@ $(call Package/tiff/Default) SEC

[OpenWrt-Devel] [PATCH] tor-alpha: added mirror site

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- net/tor-alpha/Makefile |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/tor-alpha/Makefile b/net/tor-alpha/Makefile index 8824ab1..5d4f292 100644 --- a/net/tor-alpha/Makefile +++ b/net/tor-alpha/Makefile @@ -13,7 +13,8 @@ PKG_RELEASE:=

[OpenWrt-Devel] [PATCH] mc: added missing dependecy on libssh2

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- utils/mc/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mc/Makefile b/utils/mc/Makefile index f43c5a1..e036da3 100644 --- a/utils/mc/Makefile +++ b/utils/mc/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/nls.mk define Pa

[OpenWrt-Devel] [PATCH] wview: added missing dependency on libopenssl

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- utils/wview/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/wview/Makefile b/utils/wview/Makefile index f231fa7..d74e30a 100644 --- a/utils/wview/Makefile +++ b/utils/wview/Makefile @@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/pa

[OpenWrt-Devel] [PATCH] libdmapsharing: prevent dpapview build

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- libs/libdmapsharing/patches/002-no-dpapview.patch | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 libs/libdmapsharing/patches/002-no-dpapview.patch diff --git a/libs/libdmapsharing/patches/002-no-dpapview.patch b/libs/libdmapsharing

[OpenWrt-Devel] [PATCH] taskwarrior: added missing dependency on libgnutls

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- utils/taskwarrior/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/taskwarrior/Makefile b/utils/taskwarrior/Makefile index 8cd21f4..8be74f9 100644 --- a/utils/taskwarrior/Makefile +++ b/utils/taskwarrior/Makefile @@ -26,7 +26,

[OpenWrt-Devel] [PATCH] lttng-tools: forced autoreconf

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- devel/lttng-tools/Makefile |1 + 1 file changed, 1 insertion(+) diff --git a/devel/lttng-tools/Makefile b/devel/lttng-tools/Makefile index 371a5b9..f6b92b4 100644 --- a/devel/lttng-tools/Makefile +++ b/devel/lttng-tools/Makefile @@ -11,6 +11,7 @@ PKG_NAME:=l

[OpenWrt-Devel] [PATCH] l2tpv3tun: added include paths to Linux UABI and fixed dependencies on libnl

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- net/l2tpv3tun/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/l2tpv3tun/Makefile b/net/l2tpv3tun/Makefile index f965569..2a6fab1 100644 --- a/net/l2tpv3tun/Makefile +++ b/net/l2tpv3tun/Makefile @@ -36,9 +36,9 @@ endef MA

[OpenWrt-Devel] [PATCH] keepalived: fixed build configuration

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- net/keepalived/Makefile |3 --- 1 file changed, 3 deletions(-) diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index b7ac46a..3a0e430 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -45,9 +45,6 @@ CONFIGURE_ARGS+= \

[OpenWrt-Devel] [PATCH] libfreefare: bumped version for 0.2.3 to 0.4.0

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- libs/libfreefare/Makefile |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/libfreefare/Makefile b/libs/libfreefare/Makefile index d5bcf2a..1aab78a 100644 --- a/libs/libfreefare/Makefile +++ b/libs/libfreefare/Makefile @@ -8,12 +

[OpenWrt-Devel] [PATCH] imagemagick: added missing dependency on liblzma

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- multimedia/imagemagick/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/imagemagick/Makefile b/multimedia/imagemagick/Makefile index 28a6bff..69e4750 100644 --- a/multimedia/imagemagick/Makefile +++ b/multimedia/imagemagi

[OpenWrt-Devel] [PATCH] gw6c: fixed sed separator

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- ipv6/gw6c/patches/001-sed-separator.patch | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 ipv6/gw6c/patches/001-sed-separator.patch diff --git a/ipv6/gw6c/patches/001-sed-separator.patch b/ipv6/gw6c/patches/001-sed-separator.patc

[OpenWrt-Devel] [PATCH] icecast: added missing dependency on libopenssl

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- multimedia/icecast/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/icecast/Makefile b/multimedia/icecast/Makefile index 2b44113..c6b215d 100644 --- a/multimedia/icecast/Makefile +++ b/multimedia/icecast/Makefile @@ -25,7

[OpenWrt-Devel] [PATCH] fxload: fixed include path for Linux UAPI

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- utils/fxload/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fxload/Makefile b/utils/fxload/Makefile index f961d52..93e63c1 100644 --- a/utils/fxload/Makefile +++ b/utils/fxload/Makefile @@ -28,7 +28,7 @@ endef define Buil

[OpenWrt-Devel] [PATCH] elfutils: added missing dependency on liblzma

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- libs/elfutils/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/elfutils/Makefile b/libs/elfutils/Makefile index 2c32081..8872428 100644 --- a/libs/elfutils/Makefile +++ b/libs/elfutils/Makefile @@ -32,7 +32,7 @@ endef define

[OpenWrt-Devel] [PATCH] debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- admin/debootstrap/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index 73e15ef..09b98b6 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -9,12

[OpenWrt-Devel] [PATCH] at: added missing dependency on libpam

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- utils/at/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/at/Makefile b/utils/at/Makefile index 7c02fb8..21bdc60 100644 --- a/utils/at/Makefile +++ b/utils/at/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk defin

[OpenWrt-Devel] [PATCH] aalib: fixed build configuration

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- libs/aalib/Makefile|4 ++-- libs/aalib/patches/002-configure.patch | 11 +++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 libs/aalib/patches/002-configure.patch diff --git a/libs/aalib/Makefile b/libs/aa

[OpenWrt-Devel] Fixes to BB trunk bot build

2014-02-17 Thread Michel Stempin
The following posts is list of patches against current trunk that fixes 20+ packages during the "all-included" bot build, at least for the ramips RT5350F target. As the changes are mostly fixes of broken package dependencies and bumps to new versions, these are likely to also fix builds for mos

[OpenWrt-Devel] [PATCH] kexec-tools: added missing dependency on liblzma

2014-02-17 Thread Michel Stempin
Signed-off-by: Michel Stempin --- package/boot/kexec-tools/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/boot/kexec-tools/Makefile b/package/boot/kexec-tools/Makefile index 2e1446d..2af8108 100644 --- a/package/boot/kexec-tools/Makefile +++ b/package/boo

Re: [OpenWrt-Devel] How to compute kernel version

2014-02-17 Thread Florian Fainelli
2014-02-17 0:11 GMT-08:00 Nils Rennebarth : > Hello, > > I use a custom kernel and module loading failed because the kernel expected > the modules in a different place. openwrt uses the following code, to > compute LINUX_UNAME_VERSION which is later used to compute MODULES_SUBDIR, > i.e. the locati

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-17 Thread camden lindsay
It sounds like you have to re-configure the switch, to have the port that is currently 'wan' on the same vlan as the LAN. see http://wiki.openwrt.org/doc/uci/network/switch On Mon, Feb 17, 2014 at 2:04 PM, jonsm...@gmail.com wrote: > On Mon, Feb 17, 2014 at 4:48 PM, Hartmut Knaack wrote: >> jon

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-17 Thread jonsm...@gmail.com
On Mon, Feb 17, 2014 at 4:48 PM, Hartmut Knaack wrote: > jonsm...@gmail.com schrieb: >> The switch (esw) configuration separates the LAN and WAN ports. > But according to the wiki, the 703n has only one ethernet port and no switch. AR9331 has the switch on chip. http://www.eeboard.com/wp-content/

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-17 Thread Hartmut Knaack
jonsm...@gmail.com schrieb: > The switch (esw) configuration separates the LAN and WAN ports. But according to the wiki, the 703n has only one ethernet port and no switch. > > On Mon, Feb 17, 2014 at 4:07 PM, Hartmut Knaack wrote: >> bjzhougong schrieb: >>> Dear Sirs. >>> > As we know, we can

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-17 Thread jonsm...@gmail.com
The switch (esw) configuration separates the LAN and WAN ports. On Mon, Feb 17, 2014 at 4:07 PM, Hartmut Knaack wrote: > bjzhougong schrieb: >> Dear Sirs. >> >> >>As we know, we can configure "network.lan.interface" or >> >>"network.wan.interface" as eth0 to use ethernet port as lan or wan port

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-17 Thread Hartmut Knaack
bjzhougong schrieb: > Dear Sirs. > > >>As we know, we can configure "network.lan.interface" or > >>"network.wan.interface" as eth0 to use ethernet port as lan or wan port on > >>WR703N. > >>I think it should need to do anything in driver for switch ethernet port, > >>and I want to know what ha

Re: [OpenWrt-Devel] [PATCHv3] wifi: Introduce 802.11ac support

2014-02-17 Thread Matti Laakso
> From: s...@open-mesh.com > To: kv...@adurom.com > CC: openwrt-devel@lists.openwrt.org; si...@open-mesh.com; malaa...@elisanet.fi > Subject: Re: [OpenWrt-Devel] [PATCHv3] wifi: Introduce 802.11ac support > Date: Mon, 17 Feb 2014 15:22:53 +0100 > > On Monday 17 February 2014 05:57:25 Kalle Valo wr

[OpenWrt-Devel] [PATCH v2] hostapd: enable DFS support

2014-02-17 Thread Matti Laakso
The latest hostapd and some of the wireless drivers support DFS, which is required on the 5 GHz band in many countries. This patch adds the correct option to the hostapd configuration if dfs=1 is set (along with the country code) in the wireless configuration. v2: refresh patch for netifd Signed-

[OpenWrt-Devel] [PATCH] Add config option for DFS support

2014-02-17 Thread Matti Laakso
This patch adds a config option to enable DFS in ath9k and ath10k drivers (with ath10k you need the AP-branch firmware). I'm not entirely sure about the regulatory compliance issues, though. As far as I understand, enabling the DFS_CERTIFIED config options implies that the device is certified for D

[OpenWrt-Devel] Porting OpenWRT to Ubicom32 for the IP8K

2014-02-17 Thread Luis E. Garcia
I've done some research about OpenWRT and saw that thew Ubicom32 targets were removed a while back. It was my understanding that IP5K and IP7K didn't have a Memory Management Unit (MMU) and that caused this architecture to be not very maintainable. The IP8K does have a MMU and in that sense it wou

Re: [OpenWrt-Devel] [PATCH] [packages] ddns services :Please Add dyndns service providers

2014-02-17 Thread billchan
I resend it to the mail list after corrections. Now it's good ? Thanks a lot. Nabil - Mail original - De: "Jonas Gorski" À: "OpenWrt Development List" Envoyé: Lundi 17 Février 2014 17:35:27 Objet: Re: [OpenWrt-Devel] [PATCH] [packages] ddns services :Please Add dyndns service provid

Re: [OpenWrt-Devel] [PATCH] [packages] ddns-scripts : Add dyndns service providers

2014-02-17 Thread billchan
Adding dyndns service providers (dyndns.fr, dyndnspro.com, webdomotic.com and dynamicdomain.net). Signed-off-by: Nabil Chaniour Index: packages/net/ddns-scripts/files/usr/lib/ddns/services === --- packages/net/ddns-scripts/fil

Re: [OpenWrt-Devel] [PATCHv3 3/3] b53: mdio: Avoid re-registering the same switch device

2014-02-17 Thread Jonas Gorski
On Thu, Feb 13, 2014 at 5:00 PM, Helmut Schaa wrote: > When setting the associated interface down and up again a new > switch device will be registered due to b53_phy_config_init > doing the necessary allocations and registrations. > > Instead, register the switch device already in b53_phy_probe.

Re: [OpenWrt-Devel] [PATCH] [packages] ddns services :Please Add dyndns service providers

2014-02-17 Thread Jonas Gorski
On Mon, Feb 17, 2014 at 4:21 PM, wrote: > Subject: [PATCH] [packages] ddns services :Please Add dyndns service providers "please" should not be in the subject. The package name is ddns-scripts, not "ddns services". > Adding dyndns service providers (dyndns.fr, dyndnspro.com and > dynamidomain.

Re: [OpenWrt-Devel] [RFC] Changing default Fragmentation Threshold and RTS/CTS Threshold

2014-02-17 Thread Stefan Monnier
> With new values: 9.1 MB/s Sounds amazingly high for a noisy environment (I'm no specialist, but I've never gotten such high bandwidth over wifi). Stefan ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/

[OpenWrt-Devel] [PATCH] [packages] ddns services :Please Add dyndns service providers

2014-02-17 Thread billchan
Adding dyndns service providers (dyndns.fr, dyndnspro.com and dynamidomain.net). Hi, could add those please. We need. Give chance for all. Thanks Signed-off-by: nabilion (N. Chaniour) Index: packages/net/ddns-scripts/files/usr/lib/ddns/services =

Re: [OpenWrt-Devel] [PATCHv3] wifi: Introduce 802.11ac support

2014-02-17 Thread Sven Eckelmann
On Monday 17 February 2014 05:57:25 Kalle Valo wrote: > Sven Eckelmann writes: > > The ath10k patch wasn't resent because the driver patches are now > > integrated in the OpenWrt mac80211 package. The answer in > > > > http://article.gmane.org/gmane.comp.embedded.openwrt.devel/22422 also > > wa

Re: [OpenWrt-Devel] [PATCHv3] wifi: Introduce 802.11ac support

2014-02-17 Thread Kalle Valo
Sven Eckelmann writes: > The ath10k patch wasn't resent because the driver patches are now integrated > in the OpenWrt mac80211 package. The answer in > http://article.gmane.org/gmane.comp.embedded.openwrt.devel/22422 also wasn't > quite promising. What do you mean? What was wrong with my answe

Re: [OpenWrt-Devel] UCI support for IEEE 802.1ad ?

2014-02-17 Thread Fernando Frediani
Hello, This doesn't answer your question, but I want to share what I have done to overcome that lack of vlan tagging on certain enviroments using OpenWRT/DD-WRT. I simply use openvpn tunnels with tap interfaces(layer 2) and bridge them with either a VAP interface or a separated Ethernet port

[OpenWrt-Devel] UCI support for IEEE 802.1ad ?

2014-02-17 Thread al
Hello, I'm Ál Cano Santana, from Guifi.net free network in Catalunya. We're making some parts of our mesh network with good and cheap router TP-Link WDR3500 with OpenWrt. That router has a AR934X built-in switch that is not so good and drop vlan tagged packets on switch, but it drops only in 802

Re: [OpenWrt-Devel] [RFC] Changing default Fragmentation Threshold and RTS/CTS Threshold

2014-02-17 Thread Felix Fietkau
On 2014-02-17 13:28, kirill wrote: > > On 17.02.2014 15:24, Felix Fietkau wrote: >> On 2014-02-17 12:08, kirill wrote: >>> >>> Router is TP_LINK TL_WR1043ND running ATTITUDE ADJUSTMENT (12.09, r36088) >>> Laptop has Intel 4965agn card >> You might already be able to get much better wireless behavi

Re: [OpenWrt-Devel] [RFC] Changing default Fragmentation Threshold and RTS/CTS Threshold

2014-02-17 Thread José Vázquez
> Router is TP_LINK TL_WR1043ND running ATTITUDE ADJUSTMENT (12.09, r36088) > Laptop has Intel 4965agn card I have had little problems with Intel 4965agn and a TP-Link TL-MR3220v2, and because i don't need N wireless, disabled it and all works fine. Also tested with an Atheros AR9385 in the laptop

Re: [OpenWrt-Devel] [RFC] Changing default Fragmentation Threshold and RTS/CTS Threshold

2014-02-17 Thread kirill
On 17.02.2014 15:24, Felix Fietkau wrote: On 2014-02-17 12:08, kirill wrote: Router is TP_LINK TL_WR1043ND running ATTITUDE ADJUSTMENT (12.09, r36088) Laptop has Intel 4965agn card You might already be able to get much better wireless behavior by trying out a more recent version (e.g. current

Re: [OpenWrt-Devel] [RFC] Changing default Fragmentation Threshold and RTS/CTS Threshold

2014-02-17 Thread Felix Fietkau
On 2014-02-17 12:08, kirill wrote: > > On 17.02.2014 14:20, Felix Fietkau wrote: >> On 2014-02-17 10:46, kirill wrote: >>> Most of the stations us 2.4 GHz frequency band now. So the environment >>> is rather noisy. It leads to a packet loss rate increase. >>> I've changed my Fragmentation Threshol

Re: [OpenWrt-Devel] [RFC] Changing default Fragmentation Threshold and RTS/CTS Threshold

2014-02-17 Thread kirill
On 17.02.2014 14:20, Felix Fietkau wrote: On 2014-02-17 10:46, kirill wrote: Most of the stations us 2.4 GHz frequency band now. So the environment is rather noisy. It leads to a packet loss rate increase. I've changed my Fragmentation Threshold to 400 and RTS/CTS Threshold to 40. After a weeks

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-17 Thread bjzhougong
Dear Sirs. >>As we know, we can configure "network.lan.interface" or >>"network.wan.interface" as eth0 to use ethernet port as lan or wan port on >>WR703N. >>I think it should need to do anything in driver for switch ethernet port, >>and I want to know what happened between user space and kerne

Re: [OpenWrt-Devel] [RFC] Changing default Fragmentation Threshold and RTS/CTS Threshold

2014-02-17 Thread Felix Fietkau
On 2014-02-17 10:46, kirill wrote: > Most of the stations us 2.4 GHz frequency band now. So the environment > is rather noisy. It leads to a packet loss rate increase. > I've changed my Fragmentation Threshold to 400 and RTS/CTS Threshold to > 40. After a weeks of testing I have 0% packet loss. T

[OpenWrt-Devel] [RFC] Changing default Fragmentation Threshold and RTS/CTS Threshold

2014-02-17 Thread kirill
Most of the stations us 2.4 GHz frequency band now. So the environment is rather noisy. It leads to a packet loss rate increase. I've changed my Fragmentation Threshold to 400 and RTS/CTS Threshold to 40. After a weeks of testing I have 0% packet loss. This values probably are not optimal, but

[OpenWrt-Devel] How to compute kernel version

2014-02-17 Thread Nils Rennebarth
Hello, I use a custom kernel and module loading failed because the kernel expected the modules in a different place. openwrt uses the following code, to compute LINUX_UNAME_VERSION which is later used to compute MODULES_SUBDIR, i.e. the location where openwrt installs modules to: LINUX_UNAM