[OpenWrt-Devel] Where can I found the autossh package for barrier breaker(14.7)

2014-09-02 Thread John Xu
Hi, I upgrade my MW4530R from AA to BB, but I cannot found the autossh package any more, I first run following command to update the package list root@OpenWrt:~# opkg update Downloading http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/base/Packages.gz. Updated list of available

Re: [OpenWrt-Devel] [Bug: Busybox 1.22.1] false return 0 instead of 1 with '--help' switch.

2014-09-02 Thread Alive4Ever
On Friday, August 29, 2014 02:08:56 PM Bastian Bittorf wrote: * Alive4ever alive4e...@live.com [29.08.2014 14:03]: I'm using an embedded system with busybox v1.22.1, running Openwrt Chaos Chalmer r42321, mips24k AR9330 When I call 'busybox false --help', the return status is zero. I

Re: [OpenWrt-Devel] build failure for Asus WL-500GP

2014-09-02 Thread Bas Mevissen
On 08/28/2014 12:10 PM, Peter Münster wrote: Hi, With latest git version, there is a build failure: --8---cut here---start-8--- find /home/peter/soft/wl-500gp/build_dir/target-mipsel_mips32_uClibc-0.9.33.2/linux-brcm47xx_generic/linux-3.14.16

[OpenWrt-Devel] [PATCH] hostapd: add ubus bindings for wps

2014-09-02 Thread Petar Koretic
With this patch WPS discovery can be started or canceled over ubus if WPS is enabled in wireless configuration. This is equivalent of 'hostapd_cli wps_pbc' and 'hostapd_cli wps_cancel' commands. Signed-off-by: Petar Koretic petar.kore...@sartura.hr --- .../hostapd/patches/600-ubus_support.patch

[OpenWrt-Devel] Missing packages from packages feed on GitHub repository

2014-09-02 Thread Federico Di Marco
Hi, I have noticed that the GITHUB repository of package feed ( https://github.com/openwrt/packages ) some packages which had already been ported to Openwrt are missing (e.g. libs/neon, net/lftp, net/sshfs, etc.) and instead they are present in the SVN repository (

[OpenWrt-Devel] [PATCH v2] iwinfo: handle 802.11ac mode for lua

2014-09-02 Thread Bartosz Markowski
Signed-off-by: Bartosz Markowski bartosz.markow...@tieto.com --- package/network/utils/iwinfo/src/iwinfo_lua.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/network/utils/iwinfo/src/iwinfo_lua.c b/package/network/utils/iwinfo/src/iwinfo_lua.c index 9b7d655..b5842b2 100644 ---

[OpenWrt-Devel] [PATCH v2] luci: initial luCI 802.11ac support

2014-09-02 Thread Bartosz Markowski
While working with 802.11ac (ath10k) I've noticed the web interface configuration missing basic support for 11ac devices - unable to set VHT (htmode) and 11ac (hwmode). This patch adds initial support for luci admin-full page and 802.11ac MAC80211 devices. v2: * replace obsolete 11nac mode with

Re: [OpenWrt-Devel] Missing packages from packages feed on GitHub repository

2014-09-02 Thread Hannu Nyman
To my knowledge those packages (e.g. neon) have never been imported to the new packages in Github. They are still in the old packages repo in svn, better known now as oldpackages. None of the packages have been imported automatically. Transferring any package from oldpackages to Github

Re: [OpenWrt-Devel] [PATCH][RFC]mac80211: rt2x00 correctly set ht20/ht40 filter

2014-09-02 Thread Alpha Sparc
Hi, wifi performance RT3052 is lacking bitrates are fine but throughput is below 10Mbits/s On Sep 1, 2014 9:25 PM, Сергей Василюгин vasilu...@yandex.ru wrote: I'm double sorry. My patch need sed 's/RF3320/RF3322/g' :(. 01.09.2014, 17:04, John Crispin blo...@openwrt.org: On 01/09/2014 01:22,

[OpenWrt-Devel] [PATCH] mtd: Fix trx check after partition rename (linux to firmware)

2014-09-02 Thread Mathias Adam
On brcm47xx (Huawei E970), I noticed that sysupgrade now tries to flash trx images which don't fit into the flash, resulting in non-booting system. I found that mtd does trx size checking only when flashing to a partition called linux. This patch changes this to be firmware. This matches the

Re: [OpenWrt-Devel] [PATCH] mtd: Fix trx check after partition rename (linux to firmware)

2014-09-02 Thread Felix Fietkau
On 2014-09-02 18:47, Mathias Adam wrote: On brcm47xx (Huawei E970), I noticed that sysupgrade now tries to flash trx images which don't fit into the flash, resulting in non-booting system. I found that mtd does trx size checking only when flashing to a partition called linux. This patch

[OpenWrt-Devel] [PATCH 2/2] ar71xx: add board support for ubnt loco m xw

2014-09-02 Thread Alexander Couzens
Signed-off-by: Alexander Couzens lyn...@fe80.eu --- target/linux/ar71xx/base-files/etc/diag.sh | 2 +- .../ar71xx/base-files/etc/uci-defaults/01_leds | 3 ++- .../ar71xx/base-files/etc/uci-defaults/02_network | 1 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++

[OpenWrt-Devel] [PATCH 1/2] ar71xx: refactor ubnt xw board setup

2014-09-02 Thread Alexander Couzens
Signed-off-by: Alexander Couzens lyn...@fe80.eu --- .../patches-3.10/616-MIPS-ath79-ubnt-xw.patch | 28 +++--- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/target/linux/ar71xx/patches-3.10/616-MIPS-ath79-ubnt-xw.patch