[OpenWrt-Devel] [PATCH] ar71xx: fix switch configuration in Ubiquiti UAP Pro

2014-11-18 Thread openwrt
From: Roger Pueyo Centelles --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network index a269c

[OpenWrt-Devel] [CFP] FOSDEM 2015 Embedded Devroom

2014-11-18 Thread Geert Uytterhoeven
Devroom date: Saturday January 31st and February 1st 2015 in Brussels, Belgium CFP deadline: Monday December 1st 2014 Final notification two weeks later, December 15th 2014 CFP Introduction -- Embedded software is transforming the world, and FOSS embedded software is leading t

Re: [OpenWrt-Devel] [PATCH 1/2] kernel: Use defconfig instead of full fledged kernel configuration

2014-11-18 Thread Maxime Ripard
Hi Felix, On Sun, Nov 09, 2014 at 11:54:15AM +0100, Felix Fietkau wrote: > On 2014-11-07 11:58, Maxime Ripard wrote: > > Rely on the Kconfig defconfig mechanism to fill all the missing options, > > instead of needing to set them all in the kernel configurations like what > > was > > previously do

[OpenWrt-Devel] Request for any netifd wireless documentation

2014-11-18 Thread Rafał Miłecki
Could someone explain netifd and wireless management a bit, please? I tried to read some code, but so far it looks messy to me. Maybe if we had some short description of netifd wireless layout on wiki, it would be more developer friendly. I can see multiple files: /sbin/wifi /lib/wifi/mac80211.sh

[OpenWrt-Devel] Still no progress on gigabit ports on Mikrotek 2011UiAS-2HnD

2014-11-18 Thread Chris Green
I still have non-working gigabit ports on my Mikrotik 2011UiAS-2HnD. Soren Harward kindly had a look at various diagnostics but hasn't seen anything obvious wrong yet. The symptoms are exactly the same for both a build I configured from the current trunk and a default Mikrotik build of Barrier Bre

Re: [OpenWrt-Devel] Still no progress on gigabit ports on Mikrotek 2011UiAS-2HnD

2014-11-18 Thread Chris Green
Could this be relevant:- For the working 10/100 Ethernet ports root@OpenWrt:/sys/devices/platform# ls -l ag71xx-mdio.1/ag71xx-mdio.1:00 -r--r--r--1 root root 4096 Nov 18 12:05 phy_id lrwxrwxrwx1 root root 0 Nov 18 12:05 subsystem -> ../../../../bu

Re: [OpenWrt-Devel] Request for any netifd wireless documentation

2014-11-18 Thread Bruno Antunes
Same here... I'm trying to implement ht-mcs without luck. Bruno On 18 November 2014 11:19, Rafał Miłecki wrote: > Could someone explain netifd and wireless management a bit, please? I > tried to read some code, but so far it looks messy to me. > Maybe if we had some short description of netifd

[OpenWrt-Devel] [PATCH uqmi] Add command --get-msisdn for getting phone number

2014-11-18 Thread Sławomir Demeszko
--- For two SIM cards from the same operator (Plus GSM) I get error message: "Not provisioned", when try to get MSISDN. Real phone with these cards inserted also cannot display a phone number. I can make calls normally. And other two (different operators) works correctly. Is anybody know why this h

[OpenWrt-Devel] [PATCH uqmi] Fix improper part number in multipart SMS text messages

2014-11-18 Thread Sławomir Demeszko
Received multipart SMS messages has part number always one too high. --- commands-wms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands-wms.c b/commands-wms.c index 01e6867..9b9aac3 100644 --- a/commands-wms.c +++ b/commands-wms.c @@ -178,7 +178,7 @@ static void decode

[OpenWrt-Devel] [CFP] FOSDEM 2015 Embedded Devroom

2014-11-18 Thread Geert Uytterhoeven
Devroom date: Saturday January 31st and February 1st 2015 in Brussels, Belgium CFP deadline: Monday December 1st 2014 Final notification two weeks later, December 15th 2014 CFP Introduction -- Embedded software is transforming the world, and FOSS embedded software is leading t

[OpenWrt-Devel] (again), just a list of packages that failed to build

2014-11-18 Thread Robert P. J. Day
FWIW (and it's probably not worth much), i documented all the packages that failed to build after i activated the "oldpackages" feed, then selected to build all packages for my tp-link archer c7 v2. at the time, i figured, eh, how many are not going to build ... and this is what i got: http:

[OpenWrt-Devel] [PATCH] Add 3.14 kernel support for mpc85xx platform

2014-11-18 Thread Heiner Kallweit
This patch adds 3.14 kernel support for the mpc85xx platform. Works fine here with a TL-WDR4900 which seems to be the only supported device using this platform. There might be differences depending on HW version, therefore I'd ask others to test too. Changes to 3.10 missing config options added

Re: [OpenWrt-Devel] musl libc and timezone

2014-11-18 Thread John Crispin
On 18/11/2014 10:54, Gianluca Anzolin wrote: > Hi, > > I'm experimenting with the musl libc build, and I'm quite satisfied. > > One thing that still bothers me is that the timezone is not working. > > Currently the boot scripts in OpenWRT parse /etc/config/system and save the > timezone in /tm

[OpenWrt-Devel] [PATCH] [ar71xx] Added support for D-link DHP-1565 rev. A1

2014-11-18 Thread jaceq
From: Jacek Kikiewicz Signed-off-by: Jacek Kikiewicz --- target/linux/ar71xx/base-files/etc/diag.sh | 1 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 4 + .../ar71xx/base-files/etc/uci-defaults/02_network | 1 + .../base-files/etc/uci-defaults/04_led_migration | 1

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Added support for D-link DHP-1565 rev. A1

2014-11-18 Thread John Crispin
Hi, i just merged this in my local tree. however i am now inclined to drop it again as i now have 4 versions in my mail box none exlaining why i have 4 and what the differences between the 4 are. also none are send as "reply to" or marked as a resend. John On 19/11/2014 08:35, ja...@aol

Re: [OpenWrt-Devel] [PATCH uqmi] Add command --get-msisdn for getting phone number

2014-11-18 Thread John Crispin
On 18/11/2014 17:02, Sławomir Demeszko wrote: > --- For two SIM cards from the same operator (Plus GSM) I get error > message: "Not provisioned", when try to get MSISDN. Real phone with > these cards inserted also cannot display a phone number. I can make > calls normally. And other two (differen