Re: [OpenWrt-Devel] [PATCH v2] ramips:MiWifi-Nano-change gpios to leds, add to default build group

2016-03-20 Thread John Crispin
Hi ramips:MiWifi-Nano-change gpios to leds, add to default build group space after the ":" space before and after the "-" On 19/03/2016 20:49, Noble Pepper wrote: > Signed-off-by: Noble Pepper > Description missing > --- > v2 changes - fix spelling, remove comments > > Note: Red led is n

Re: [OpenWrt-Devel] Current State of NCM support

2016-03-20 Thread Jakub JanĨo
For me the main problem is that even single manufactor(huawei) build firmwares for same proto(NCM) with non consistent config. e.g. : one NCM works with /dev/cdc-wdm0, but another only with /dev/ttyUSB0 event if it has cdc-wdm0. 1) Your config should be OK for NCM, you can specify preferred mode(o

[OpenWrt-Devel] [PATCH v2] CC: version.mk and image-config.in: adjust to 15.05.1

2016-03-20 Thread Hannu Nyman
* Adjust the default version number in include/version.mk to 15.05.1 * Copy the correct download repo location from include/version.mk to base-files/image-config.in After the change to version.mk, new builds made from CC sources will have opkg config that downloads from the recent 15.05.1 packag

[OpenWrt-Devel] [PATCH 1/4] wireless: remove cisco airo

2016-03-20 Thread Dirk Neukirchen
it depends on cfg80211 cfg80211 & wext drivers don't mix on OpenWrt Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/wireless.mk | 16 1 file changed, 16 deletions(-) diff --git a/package/kernel/linux/modules/wireless.mk b/package/kernel/linux/modules/wireless.m

[OpenWrt-Devel] [PATCH 4/4] wireless: remove rtl8188eu (staging)

2016-03-20 Thread Dirk Neukirchen
- depends on CFG80211 (upstream: 9da4aa48d04bbdbae3c959809e14da2bf0c53f61) in os_dep/mon.c This removes rtl8188eu completely from OpenWrt since mac80211/compat-wireless/backports does not provide staging wireless drivers Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/wireless.m

[OpenWrt-Devel] [PATCH 3/4] wireless: add vendor dirs

2016-03-20 Thread Dirk Neukirchen
Kernel 4.5 changes wireless driver organisation Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/wireless.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/wireless.mk b/package/kernel/linux/modules/wireless.mk index 89b4bbb..0

[OpenWrt-Devel] [PATCH 2/4] mac80211: add cisco airo

2016-03-20 Thread Dirk Neukirchen
airo depends on cfg80211, move it to mac80211 Signed-off-by: Dirk Neukirchen --- package/kernel/mac80211/Makefile | 17 + 1 file changed, 17 insertions(+) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index e168efd..734b6fe 100644 --- a/package

Re: [OpenWrt-Devel] [PATCH 3/5] ar71xx: Allow to set the RXDV, RXD, TXD, TXE delays for QCA955x

2016-03-20 Thread Sven Eckelmann
On Thursday 17 March 2016 09:19:49 Sven Eckelmann wrote: > On Wednesday 16 March 2016 22:41:58 Christian Beier wrote: > > Am Tue, 8 Mar 2016 18:39:05 +0100 > > schrieb Sven Eckelmann : > > > > > The default RGMII values from the Atheros u-boot are currently used to > > > preset the existing mach f

Re: [OpenWrt-Devel] Read-only mirror https://github.com/openwrt/openwrt is stuck since 12 days ago

2016-03-20 Thread Imre Kaloz
On Fri, 18 Mar 2016 21:09:35 +0100, John Crispin wrote: On 18/03/2016 21:02, Roman Yeryomin wrote: On 18 March 2016 at 19:36, John Crispin wrote: On 18/03/2016 18:19, Roman Yeryomin wrote: On 18 March 2016 at 15:32, John Crispin wrote: please use this svn server for now. it will be

[OpenWrt-Devel] [PATCH v3] ramips: MiWifi-Nano - change gpios to leds, add to default build group

2016-03-20 Thread Noble Pepper
1) Use leds to indicate: Red - Power Amber - Radio On Blue - Wifi associated 2) Add profile to default build group for MT7628 subtarget Signed-off-by: Noble Pepper --- v3 changes - remove default on from wifi and radio leds v2 changes - fix spelling, remove comments Note: Red led is not function

Re: [OpenWrt-Devel] Read-only mirror https://github.com/openwrt/openwrt is stuck since 12 days ago

2016-03-20 Thread John Crispin
On 20/03/2016 12:22, Imre Kaloz wrote: > On Fri, 18 Mar 2016 21:09:35 +0100, John Crispin > wrote: > >> >> >> On 18/03/2016 21:02, Roman Yeryomin wrote: >>> On 18 March 2016 at 19:36, John Crispin wrote: On 18/03/2016 18:19, Roman Yeryomin wrote: > On 18 March 2016 at 15:32,

Re: [OpenWrt-Devel] [PATCH] Add option to read an alternative config file

2016-03-20 Thread Toan Pham
Would someone review and comment on the below patch please? thanks, TP On Thu, Mar 3, 2016 at 3:26 PM, Toan Pham wrote: > > Presently, Openwrt reads default config filename ".config" or from > $(HOME)/.openwrt/defconfig if it exists. This patch will allow users to > specify an alternative co

Re: [OpenWrt-Devel] [PATCH] modules/sound: enable ALSA PCM timer and procfs interface

2016-03-20 Thread John Crispin
On 16/03/2016 14:02, Daniel Golle wrote: > pcm-timer and /proc/asound/* is needed for basic things (e.g. aplay). > Without those two symbols set, only OSS emulation works. > are you certain ? i am sure i tried alsa 3-4 months ago and aplay worked even without this fix. i dont mind adding the pa

Re: [OpenWrt-Devel] USB Hotplug

2016-03-20 Thread Baptiste Clenet
2016-03-16 14:46 GMT+01:00 John Crispin : > > > On 16/03/2016 14:25, Baptiste Clenet wrote: >> 2016-03-07 15:19 GMT+01:00 John Crispin : >>> >>> >>> On 07/03/2016 15:00, Baptiste Clenet wrote: 2016-03-07 9:51 GMT+01:00 John Crispin : > > > On 07/03/2016 09:47, Baptiste Clenet wrote

[OpenWrt-Devel] [PATCH v2 2/2] ar71xx: WNR1000v2: enable control of all LEDs and buttons

2016-03-20 Thread Michal
From: Michal Cieslakiewicz Date: Sun, 20 Mar 2016 17:49:55 +0100 Subject: [PATCH v2 2/2] ar71xx: WNR1000v2: enable control of all LEDs and buttons This patch provides full GPIO support for WNR1000v2 (LEDs and buttons). It exposes all LEDs to operating system, including Ethernet ones. Signed-off

[OpenWrt-Devel] [PATCH] package:boot:uboot-zynq: Update to U-Boot 2016.03 release

2016-03-20 Thread Jason Wu
Signed-off-by: Jason Wu --- git.openwrt.org () openwrt.git master diff --git a/package/boot/uboot-zynq/Makefile b/package/boot/uboot-zynq/Makefile index 7e502b6..3a17f7f 100644 --- a/package/boot/uboot-zynq/Makefile +++ b/package/boot/uboot-zynq/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules