Re: [OpenWrt-Devel] Support for Nanostation M2 devices

2014-06-03 Thread Russell Senior
valent == valent turkovic@gmail com valent.turko...@gmail.com writes: valent@Gregor from Wlan Slovenia showed mi his boot log and I valent found here some references that other people are starting to valent notice change from ar724 to ar934x on their Ubiquiti devices: valent

Re: [OpenWrt-Devel] [PATCH] base-files: add simple shutdown script

2014-06-03 Thread Stefan Hellermann
Thanks for applying this in r40909. Sadly the commit is not complete, the file needs to be mode 755. Signed-off-by: Stefan Hellermann ste...@the2masters.de diff --git a/package/base-files/files/etc/rc.button/power b/package/base-files/files/etc/rc.button/power old mode 100644 new mode 100755

Re: [OpenWrt-Devel] [PATCH] base-files: add simple shutdown script

2014-06-03 Thread John Crispin
On 03/06/2014 08:49, Stefan Hellermann wrote: Thanks for applying this in r40909. Sadly the commit is not complete, the file needs to be mode 755. Signed-off-by: Stefan Hellermann ste...@the2masters.de mailto:ste...@the2masters.de diff --git

[OpenWrt-Devel] Future of package maintenance and new scope of this mailing list

2014-06-03 Thread Steven Barth
Hello Developers, it has been some time since our latest stable release, so we are currently busy preparing the first RC for Barrier Breaker. But before we want to do the actual builds we need to take care of the packages feed which has been neglected for a quite a while. A lot of packages

Re: [OpenWrt-Devel] Support for Nanostation M2 devices

2014-06-03 Thread valent.turko...@gmail.com
Another confirmation that they have switched boards and probably also SoC, from Ubnt forums: https://community.ubnt.com/t5/airMAX-General-Discussion/Differencens-between-XM-XW-and-TI-firmwares/td-p/752296/page/2 So nobody from dev team has worked on these new Ubiquiti devices?

Re: [OpenWrt-Devel] Support for Nanostation M2 devices

2014-06-03 Thread Imre Kaloz
On Tue, 03 Jun 2014 14:28:25 +0200, valent.turko...@gmail.com valent.turko...@gmail.com wrote: Another confirmation that they have switched boards and probably also SoC, from Ubnt forums:

[OpenWrt-Devel] ramips dwc_otg DEVICE_ONLY mode build failed

2014-06-03 Thread zhenjun_...@icloudaegis.com
Hi, I need that rt5350 board work as usb device with g_mass_gadget. But the ramips dwc_otg driver can't build in DEVICE_ONLY mode, when the correponding options are selected in kernel_menuconfig. Does any one or the developer can help me? How can I make the rt5350 work with g_mass_gadget? the

[OpenWrt-Devel] [RESEND][project/ucwmp.git][PATCH 2/2] session: verify UBUS connection (ubus_ctx)

2014-06-03 Thread Rafał Miłecki
This avoids crash in case of UBUS fail. Signed-off-by: Rafał Miłecki zaj...@gmail.com --- session/builtin.c | 8 +++- session/builtin.h | 19 +++ session/main.c| 8 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 session/builtin.h diff

[OpenWrt-Devel] [RESEND][project/ucwmp.git][PATCH 1/2] session: fix #define-s in headers to match filenames

2014-06-03 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- session/attr.h | 4 ++-- session/rpc.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/session/attr.h b/session/attr.h index 45b3223..0474dfe 100644 --- a/session/attr.h +++ b/session/attr.h @@ -11,8 +11,8 @@ *

[OpenWrt-Devel] [PATCH] [LANTIQ]ath5k fix in wifi and ethernet eeprom handling patch.

2014-06-03 Thread José Vázquez Fernández
ath5k fix in wifi and ethernet eeprom handling patch. Without the line that adds the patch of_ath5k_eeprom_probe cause a kernel panic, at least with the ARV4518PW. Tested only in the modem-router mentioned above. This patch is based in Bruno's hack present in patch #5454. Signed off by:

Re: [OpenWrt-Devel] [PATCH] [LANTIQ]ath5k fix in wifi and ethernet eeprom handling patch.

2014-06-03 Thread John Crispin
Thanks, does ath5k work after applying this patch ? i dont have any hw to test with ... John On 03/06/2014 21:11, José Vázquez Fernández wrote: ath5k fix in wifi and ethernet eeprom handling patch. Without the line that adds the patch of_ath5k_eeprom_probe cause a kernel panic, at

[OpenWrt-Devel] [PATCH] libusb-compat: create directory for libusb-config

2014-06-03 Thread Tim Harvey
Fix a build regression caused by r39975 by making sure $(STAGING_DIR)/host directory exists before trying to copy files to it. Cc: Florian Fainelli flor...@openwrt.org Signed-off-by: Tim Harvey thar...@gateworks.com --- package/libs/libusb-compat/Makefile | 2 ++ 1 file changed, 2 insertions(+)

[OpenWrt-Devel] RFC: convert PKG_LICENSE fields to SPDX identifiers

2014-06-03 Thread Michael Heimpold
Hi all, recently, the PKG_LICENSE field was introduced in commit https://dev.openwrt.org/changeset/33861 I really like the approach to add such license information to each package, so that generating license clearing reports is easy. The original commit author does not mention any rules about

Re: [OpenWrt-Devel] RFC: convert PKG_LICENSE fields to SPDX identifiers

2014-06-03 Thread Florian Fainelli
Hi Michael, 2014-06-03 14:50 GMT-07:00 Michael Heimpold m...@heimpold.de: Hi all, recently, the PKG_LICENSE field was introduced in commit https://dev.openwrt.org/changeset/33861 I really like the approach to add such license information to each package, so that generating license clearing

Re: [OpenWrt-Devel] [PATCH] [LANTIQ]ath5k fix in wifi and ethernet eeprom handling patch.

2014-06-03 Thread José Vázquez
2014-06-03 21:35 GMT+02:00, John Crispin j...@phrozen.org: Thanks, does ath5k work after applying this patch ? i dont have any hw to test with ... John The ath5k driver using an ARV4518PW works as good as always, at least for me, and the wireless MAC is read correctly. [0.30]

[OpenWrt-Devel] [PATCH v2] libusb-compat: create directory for libusb-config

2014-06-03 Thread Tim Harvey
Fix a build regression caused by r39975 by making sure $(STAGING_DIR)/host directory exists before trying to copy files to it. Cc: Florian Fainelli flor...@openwrt.org Signed-off-by: Tim Harvey thar...@gateworks.com --- v2: - fix directory (fully tested this time) ---

[OpenWrt-Devel] Changing to Diget

2014-06-03 Thread Peter Fraser
Hi, How do I change my subscription to digest mode? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [LANTIQ]ath5k fix in wifi and ethernet eeprom handling patch.

2014-06-03 Thread John Crispin
On 04/06/2014 00:04, José Vázquez wrote: 2014-06-03 21:35 GMT+02:00, John Crispin j...@phrozen.org: Thanks, does ath5k work after applying this patch ? i dont have any hw to test with ... John The ath5k driver using an ARV4518PW works as good as always, at least for me, and the