[OpenWrt-Devel] Getting error after upgrading LUCI

2016-03-09 Thread nam228
Deal all, I am using OpenWRT Chaos Calmer (Revision: 46522). I have the error "sending SIGSEGV to ubusd for invalid write access ..." after upgrading luci. I upgraded luci by these commands: openwrt/script/feeds update openwrt/script/feeds install luci Do

[OpenWrt-Devel] [PATCH 2/3] ramips: Add support for GL-MT300N

2016-03-09 Thread alzhao
This patch adds support for GL-MT300N. GL-MT300N is powered by MT7620N with 16MB flash, 64MB RAM, 2 LANs, USB, UART, GPIO and PoE support. --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 +- .../linux/ramips/base-files/etc/board.d/02_network | 1 +

[OpenWrt-Devel] [PATCH 1/3] ramips: Add support for GL-MT300A

2016-03-09 Thread alzhao
This patches adds support for GL-MT300A. GL-MT300A is powered by MT7620A. It has 16MB flash, 128MB RAM, Two LANs, USB, UART and MMC daughter board. --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 + .../linux/ramips/base-files/etc/board.d/02_network | 1 +

[OpenWrt-Devel] [PATCH] ar71xx: Add support for the OMYlink OMY-X1

2016-03-09 Thread L. D. Pinney
https://wiki.openwrt.org/toh/omylink/omy-x1 http://www.omylink.com/ Signed-off-by: L. D. Pinney --- target/linux/ar71xx/base-files/etc/board.d/01_leds| 5 +++ target/linux/ar71xx/base-files/etc/board.d/02_network | 1 +

Re: [OpenWrt-Devel] Request for Feedback - prplwrt Software Support Program - initial draft

2016-03-09 Thread xxiao8
I would expect prpl had lots of discussion with Openwrt core developers already before this. It appears that did not happen. Intel funded the core developers for Yocto(x86), Linaro gets money from ARM(arm), now it seems prpl is trying to better some ecosystem for mips via Openwrt. IMHO,

Re: [OpenWrt-Devel] [RFC 2/3] kernel: owl-loader for delayed Atheros ath9k fixup

2016-03-09 Thread Martin Blumenstingl
On Wed, Mar 9, 2016 at 6:30 PM, Christian Lamparter wrote: > lantiq on the other hand has copied the func from ar71xx and adapted > and renamed it, but kept the signature: > ltq_pci_ath_fixup(unsigned slot, u16 *cal_data) > it's in arch/mips/lantiq/xway/pci-ath-fixup.c.

[OpenWrt-Devel] [PATCH 1/2] toolchain/gdb: Update to 7.11

2016-03-09 Thread Hannu Nyman
Update gdb to version 7.11 Signed-off-by: Hannu Nyman --- Release notes: https://lists.gnu.org/archive/html/info-gnu/2016-02/msg00010.html GDB 7.11 brings new features and improvements, including: * Per-inferior thread numbers (thread numbers are now per inferior instead

[OpenWrt-Devel] [PATCH 1/2] toolchain/gdb: Update to 7.11

2016-03-09 Thread Hannu Nyman
Update gdb to version 7.11 Signed-off-by: Hannu Nyman --- Release notes: https://lists.gnu.org/archive/html/info-gnu/2016-02/msg00010.html GDB 7.11 brings new features and improvements, including: * Per-inferior thread numbers (thread numbers are now per inferior instead

[OpenWrt-Devel] [PATCH 2/2] package/devel/gdb: Update to 7.11

2016-03-09 Thread Hannu Nyman
Update gdb to version 7.11 Signed-off-by: Hannu Nyman --- Release notes: https://lists.gnu.org/archive/html/info-gnu/2016-02/msg00010.html GDB 7.11 brings new features and improvements, including: * Per-inferior thread numbers (thread numbers are now per inferior instead

[OpenWrt-Devel] [PATCH] pkg-config: Update to 0.29.1

2016-03-09 Thread Hannu Nyman
* Bump pkg-config version to 0.29.1 * Use https for the source download (http gets directed there) Signed-off-by: Hannu Nyman --- Release notes: https://lists.freedesktop.org/archives/pkg-config/2016-March/001043.html - Fixed a regression from 0.29 with unquoting values

[OpenWrt-Devel] [PATCH] mm-macros: update to 0.9.10

2016-03-09 Thread Hannu Nyman
Bump mm-macros to 0.9.10 Signed-off-by: Hannu Nyman --- Release notes: https://github.com/GNOME/mm-common/blob/master/NEWS tools/mm-macros/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/mm-macros/Makefile b/tools/mm-macros/Makefile

Re: [OpenWrt-Devel] Request for Feedback - prplwrt Software Support Program - initial draft

2016-03-09 Thread Felix Fietkau
On 2016-03-09 17:46, Kathy Giori wrote: > Saverio and all, > > Let me offer a few thoughts, since I've been involved in prpl since > the beginning, and you can either praise (preferred) or blame me for > initiating the prplwrt PEG. :) > > My initial goal was simple -- improved industry-community

Re: [OpenWrt-Devel] [PATCH 2/2] brcmfmac: Add Raspberry Pi 3 support

2016-03-09 Thread Rafał Miłecki
On 9 March 2016 at 21:24, Álvaro Fernández Rojas wrote: > It's a temporary hack until power management issues are solved: > https://github.com/raspberrypi/linux/commit/66ae1b1750720a33e29792a177b1e696f4f005fb > I don't think it was submitted upstream. Please add it using other

[OpenWrt-Devel] [PATCH] oxnas: clean-up NAND driver to fix probing issue

2016-03-09 Thread Daniel Golle
A re-write of the driver based on xway_nand.c and constants as well as the cmd_ctrl() function from the original oxnas_nand.c resulted in a extremely similar looking file (see diffsize), and fixes the issue of NAND not being detected on newer kernels. Signed-off-by: Daniel Golle

Re: [OpenWrt-Devel] [PATCH 2/2] brcmfmac: Add Raspberry Pi 3 support

2016-03-09 Thread Álvaro Fernández Rojas
It's a temporary hack until power management issues are solved: https://github.com/raspberrypi/linux/commit/66ae1b1750720a33e29792a177b1e696f4f005fb I don't think it was submitted upstream. El 09/03/2016 a las 21:07, Rafał Miłecki escribió: On 9 March 2016 at 20:32, Álvaro Fernández Rojas

Re: [OpenWrt-Devel] [PATCH 2/2] brcmfmac: Add Raspberry Pi 3 support

2016-03-09 Thread Rafał Miłecki
On 9 March 2016 at 20:32, Álvaro Fernández Rojas wrote: > diff --git > a/package/kernel/mac80211/patches/345-brcmfmac-Disable-power-management.patch > b/package/kernel/mac80211/patches/345-brcmfmac-Disable-power-management.patch > new file mode 100644 > index 000..091f175

Re: [OpenWrt-Devel] Linux IP Virtual Server for OpenWrt trunk or github?

2016-03-09 Thread Mauro Mozzarelli
Hi Felix, Thank you for your feedback. What you are saying does make sense to me, but it makes sense also to keep ipvs together with iptables as they are both part of netfilter, which is my preference. I would like to hear some other opinions. Mauro On Wed, March 9, 2016 12:00, Felix Fietkau

[OpenWrt-Devel] [PATCH 2/2] brcmfmac: Add Raspberry Pi 3 support

2016-03-09 Thread Álvaro Fernández Rojas
- Enable SDIO support on brcmfmac. - Disable power managment for brcm2708 target. Signed-off-by: Álvaro Fernández Rojas --- package/kernel/mac80211/Makefile | 1 + .../345-brcmfmac-Disable-power-management.patch| 27 ++

[OpenWrt-Devel] [PATCH 1/2] brcm2708: update patches to latest version

2016-03-09 Thread Álvaro Fernández Rojas
As usual these patches were extracted from the raspberry repo: https://github.com/raspberrypi/linux/commits/rpi-4.4.y - Disable unused MFD RPISENSE driver. - Disable ethernet HW checksums in order to avoid kernel exceptions. Signed-off-by: Álvaro Fernández Rojas ---

[OpenWrt-Devel] [PATCH 0/2] brcm2708: Add WiFi support for Raspberry Pi 3

2016-03-09 Thread Álvaro Fernández Rojas
These patches add support for WiFi on the Raspberry Pi 3. Log: https://gist.github.com/Noltari/92f51259c9d18506192b#file-brcm2710_rpi3_wifi-log Considerations: 1) No firmware files provided until licenses are clarified: https://github.com/raspberrypi/linux/issues/1325 For now the user has to

Re: [OpenWrt-Devel] [RFC 2/3] kernel: owl-loader for delayed Atheros ath9k fixup

2016-03-09 Thread Christian Lamparter
On Wednesday, March 09, 2016 07:59:28 AM Martin Blumenstingl wrote: > On Wed, Mar 9, 2016 at 12:14 AM, Christian Lamparter > wrote: > > Some devices (like the Cisco Meraki Z1 Cloud Managed Teleworker Gateway) > > need to be able to initialize the PCIe wifi device.

Re: [OpenWrt-Devel] Request for Feedback - prplwrt Software Support Program - initial draft

2016-03-09 Thread Kathy Giori
On Wed, Mar 9, 2016 at 9:58 AM, Saverio Proto wrote: >> I don't have a number off hand, that's still being decided. My feeling has >> been that's it'd be in the tens of thousands USD total. I'll try to get more >> of finalized amount as soon as possible. > > Hello Eric, > >

[OpenWrt-Devel] new build of cc

2016-03-09 Thread tapper
Hi any news on the new update to cc pleas. I am wating on the ath10k firmware update for the c7v2 I no you cant give a ETA... thanks ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] procd: support pidfile writing.

2016-03-09 Thread Karl Palsson
From: Karl Palsson procd from revision b12bb150ed38a4409bef5127c77b060ee616b860 supports writing a pidfile. This adds support for setting that parameter with standard init script hooks: procd_set_param pidfile /var/run/someprocess.pid Signed-off-by: Karl Palsson

Re: [OpenWrt-Devel] Linux IP Virtual Server for OpenWrt trunk or github?

2016-03-09 Thread Felix Fietkau
On 2016-03-09 09:24, Mauro Mozzarelli wrote: > All, > > I have been having conversations with John on whether to include ipvs and > ipvsadm in > trunk or github. Initially I did not know of github and thanks to John's > patience now I > have a better understanding of the differences between the

Re: [OpenWrt-Devel] [PATCH 0/7] kirkwood 4.4

2016-03-09 Thread Martin Mueller
On Mon, Mar 07, 2016 at 09:02:49PM +0100, Alexander Couzens wrote: > Based on previous patch series ubi for dockstar. > > To install the new ubi style on goflexnet: > - update bootloader (use the same bootloader as of goflexhome) > The goflexnet has a not as old SoC like the dockstar, > which

[OpenWrt-Devel] [PATCH] odhcp6c : Silence mtu write error warnings

2016-03-09 Thread Hans Dedecker
Silence warning "daemon.notice netifd: wan6 (1139): sh: write error: Invalid argument" when an invalid MTU is received via RA as kernel refuses to accept IPv6 mtu values which are smaller than 1280 and bigger than the device mtu. Signed-off-by: Hans Dedecker ---

Re: [OpenWrt-Devel] [PATCH] tools/cmake: fix compile on Alpine Linux

2016-03-09 Thread John Crispin
On 08/03/2016 07:52, John Crispin wrote: > > > On 07/03/2016 22:08, Dirk Neukirchen wrote: >> internal jsoncpp include order leads to multiple build >> errors on Alpine Linux which uses musl libc >> >> use include order from upstream jsoncpp >> >> first error was: >> In file included from

[OpenWrt-Devel] [PATCH RFC] brcm47xx: image: create common TRX images using new building system

2016-03-09 Thread Rafał Miłecki
Apart from using our new building system there are 2 more changes: 1) Limit amount of images So far we were generating all common images (standard one and two with no loader) for every SUBTARGET. This is not needed, as e.g. the only device requiring gzipped kernel is legacy Huawei E970. 2)

[OpenWrt-Devel] [PATCH] ar71xx: Arduino Yun board 'WLAN RST' button support

2016-03-09 Thread Hirokazu MORIKAWA
RESEND: This patch is a support for Arduino Yun board "WLAN RST" button. # sorry Signed-off-by: Hirokazu MORIKAWA --- .../ar71xx/files/arch/mips/ath79/mach-arduino-yun.c | 21 + 1 file changed, 21 insertions(+) diff --git

Re: [OpenWrt-Devel] Request for Feedback - prplwrt Software Support Program - initial draft

2016-03-09 Thread Saverio Proto
> I don't have a number off hand, that's still being decided. My feeling has > been that's it'd be in the tens of thousands USD total. I'll try to get more > of finalized amount as soon as possible. Hello Eric, considering that a Senior Engineer in the SF Bay Area has an average income of

[OpenWrt-Devel] Linux IP Virtual Server for OpenWrt trunk or github?

2016-03-09 Thread Mauro Mozzarelli
All, I have been having conversations with John on whether to include ipvs and ipvsadm in trunk or github. Initially I did not know of github and thanks to John's patience now I have a better understanding of the differences between the two. IP Virtual server is provided by kernel modules that