Re: [OpenWrt-Devel] [PATCH 2/8] ramips: remove rt2880 spi lock and clean bit operation

2015-10-26 Thread John Crispin
/ramips/patches-3.18/0050-SPI-ralink-add-Ralink-SoC-spi-driver.patch > @@ -41,7 +41,7 @@ Acked-by: John Crispin <blo...@openwrt.org> > spi-s3c24xx-hw-$(CONFIG_SPI_S3C24XX_FIQ) += spi-s3c24xx-fiq.o > --- /dev/null > +++ b/drivers/spi/spi-rt2880.c > -@@ -0,0 +1,493 @@ >

Re: [OpenWrt-Devel] [PATCH] pinctrl/lantiq: split xway_mfp into dedicated tables

2015-11-16 Thread John Crispin
9.dtsi > +++ b/target/linux/lantiq/dts/vr9.dtsi > @@ -108,7 +108,7 @@ > }; > > gpio: pinmux@E100B10 { > - compatible = "lantiq,pinctrl-xr9"; > + compatible = "lantiq,pinctrl-xrx200"; >

Re: [OpenWrt-Devel] [PATCH v3 1/2] pinctrl/lantiq: introduce new dedicated tables

2015-11-17 Thread John Crispin
On 17/11/2015 16:06, Daniel Schwierzeck wrote: > 2015-11-17 13:48 GMT+01:00 Martin Schiller : >> This patch introduces new dedicated "pinctrl-ase", "pinctrl-danube", >> "pinctrl-xrx100" and "pinctrl-xrx200" configuration tables. >> >> Based on the newest Lantiq Hardware

Re: [OpenWrt-Devel] [PATCH] uboot-lantiq: Add SoC version 1.2 support for Arcadyan VGV7510KW22

2015-11-01 Thread John Crispin
Hi, On 31/10/2015 18:00, Martin Blumenstingl wrote: > This fixes #20409 > > Signed-off-by: Martin Blumenstingl > --- > .../0043-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch | 7 > +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > >

Re: [OpenWrt-Devel] [RFC] ar71xx: add Arduino Yun

2015-11-03 Thread John Crispin
Hi, On 01/11/2015 15:15, Hauke Mehrtens wrote: > This is based on patches from Federico Fissore > especially this one: > https://github.com/arduino/openwrt-yun/commit/7e2976fa83fb0d72a955574499178c387a1b3c92 > > The console is running with 25 baud which is a non

Re: [OpenWrt-Devel] [PATCH] [packages] generic :add-missing-ubi*-in-ramfs-when-sysupgrade

2015-11-03 Thread John Crispin
Hi, this patch looks weird. please explain the error you are seeing and what HW you are using. John On 30/10/2015 06:45, 未命名 wrote: > This patch may fix the sysupgrade with xxx-squashfs-sysupgrade.tar file > by adding missing other ubi* in ramfs. > > Signed-off-by: Shonn Lu

Re: [OpenWrt-Devel] [PATCH] Wallys DR-344 support

2015-11-02 Thread John Crispin
Hi, On 29/10/2015 12:55, Philippe DUCHEIN wrote: > This patch is for Wallys DR344 support under OpenWRT > need ar8035-a patch for gigabit ethernet : [OpenWrt-Devel] [PATCH] Atheros > AR8035-A support > i cannot see the phy patch in the patchwork list. also this patch should have a prefix of

Re: [OpenWrt-Devel] [PATCH] ramips:Allow funcs in multiple groups in pinctrl-rt2880.c for UARTF pin sharing

2015-11-03 Thread John Crispin
Hi, the patch is white space broken and for some reason this seems to be a forwarding. could you fix and resend please John On 03/11/2015 13:26, Noble Pepper wrote: > > Signed-off-by: Noble Pepper > --- > Existing pinctrl-rt2880.c code only kept track of

Re: [OpenWrt-Devel] Enable BPF JIT by default?

2015-11-05 Thread John Crispin
On 05/11/2015 17:54, Helmut Schaa wrote: > Hi, > > Since lots of architectures now support BPF JIT would it make sense to > enable it by default for all openwrt builds? > Any opinions on that? > > Thanks, > Helmut can you grab some stats so we can compare kernel size on a few targets ? >

Re: [OpenWrt-Devel] [PATCH] gpsd: initial add to packages

2015-10-19 Thread John Crispin
Hi, please send a PR against the packages feed hosted on github John On 16/10/2015 23:26, Pushpal Sidhu wrote: > This package is currently in oldpackages. Add here to keep support for gpsd. > > From oldpackages, this was bumped from 3.10 -> 3.15 and includes an upstream > patch to

Re: [OpenWrt-Devel] how to stop a inittab service without reboot

2015-10-19 Thread John Crispin
there is no dynamic reload feature for this in procd yet On 19/10/2015 11:20, Claudio Thomas wrote: > Hi, > on my /etc/inittab I've the following line > >ttyQE1::askfirst:/bin/ash --login > > I've already removed the line and killed the process, but its restarts > again. > > I know that

Re: [OpenWrt-Devel] [PATCH 6/8] ramips: improve mt7621 spi chip select

2015-10-13 Thread John Crispin
2 comments inline On 11/10/2015 05:54, Michael Lee wrote: > * use chip select register to control chip select function instead of > use chip select polarity > * should support use gpio as cs pin > * deselected the spi device when setup and add debug info > > Signed-off-by: Michael Lee

Re: [OpenWrt-Devel] [PATCH] target/ramips: NixCore X1 Board Support

2015-10-15 Thread John Crispin
On 15/10/2015 17:49, Andrew Gaylo wrote: > from: Andrew Gaylo > > This submission is for support of the NixCore X1 board at > http://nixcores.com. This board uses the RT5350 Ralink processor > already supported by a number of boards in the OpenWRT repository. > >

Re: [OpenWrt-Devel] [PATCH] target/ramips: NixCore X1 Board Support

2015-10-15 Thread John Crispin
.openwrt.org/pipermail/openwrt-devel/2015-October/036563.html > > Drew > > On 2015-10-15 09:53, John Crispin wrote: >> On 15/10/2015 17:49, Andrew Gaylo wrote: >>> from: Andrew Gaylo <ad...@clisystems.com> >>> >>> This submission is for support

Re: [OpenWrt-Devel] [PATCH] generic: add 8139cp fixes, enable hardware csum/tso on 4.0+

2015-10-08 Thread John Crispin
Hi, SoB is missing from this and the CC backport patch John On 05/10/2015 22:26, David Woodhouse wrote: > For all kernels, add the fixes which are already in 4.3-rc4. > > For 4.0+, also add the fixes currently in net-next which fix and enable > hardware checksum and TSO support. > >

Re: [OpenWrt-Devel] [PATCH] generic: add 8139cp fixes, enable hardware csum/tso on 4.0+

2015-10-08 Thread John Crispin
correction, one has a SoB, the other has a description. having both in both patches would be nice John On 08/10/2015 10:06, John Crispin wrote: > Hi, > > SoB is missing from this and the CC backport patch > > John > > On 05/10/2015 22:26, David Woodho

Re: [OpenWrt-Devel] [PATCH] CC-x86: add support for LEDs on PCEngines APU

2015-10-08 Thread John Crispin
On 01/10/2015 17:21, Ben Pfountz wrote: > These 2 patches add support for the front 3 LEDs on the PCEngines APU > board: > > - Create a subtarget for the PCEngines APU, which selects all the > supported options I could find for this board. > - Adds a kmod-leds-apu kernel module package which

Re: [OpenWrt-Devel] Jails current broken due to not following symlinks

2015-10-08 Thread John Crispin
On 08/10/2015 06:01, Daniel Dickinson wrote: > Hi again, > > It turns out the problem isn't Etienne's code, it is the fstools update > in revision 47083. > > This causes symlinks to not be followed which breaks procd-jail even > though the real issue is that procd-jail was in fact only working

Re: [OpenWrt-Devel] Broken SPI transfers on TD-W8970 (latest trunk)

2015-10-15 Thread John Crispin
bummer. i had hoped that my patch fixed the issue. did you try the patch graham posted ? John On 14/10/2015 20:38, Martin Blumenstingl wrote: > Hi John, > > I am getting SPI errors on latest trunk. > It seems that those might be related to your SPI changes from last week. > > I found

Re: [OpenWrt-Devel] SVN to GIT transition

2015-10-11 Thread John Crispin
On 11/10/2015 14:09, Jan Čermák wrote: > Hello, > > thanks for pointing that out, Steven. Yes, this is basically the main reason > why > Bedrich opened this topic. If you need to maintain sustainable OpenWrt fork > (no > flame please, there are some situations - like running "heavyweight"

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Send power to USB port on WNR2200

2015-10-11 Thread John Crispin
comments inline On 10/10/2015 04:44, Riley Baird wrote: > This patch fixes ticket #15267 by enabling power on the > WNR2200's USB port. At present, the USB port on the WNR2200 > is non-functional due to it not receiving power. > > This patch defines an additional GPIO pin, but none of the >

Re: [OpenWrt-Devel] [PATCH][ar71xx] add support for tp-link wr841n v10 image generation

2015-10-11 Thread John Crispin
Hi, On 07/10/2015 17:34, Daniel Petre wrote: > This adds support to generate images for tp-link wr841n v10 which is almost > identical with tp-link wr841n v9 but with a faster cpu at 650 Mhz. Tested on > a european version. > > Signed-off-by: Daniel Petre > > ---

Re: [OpenWrt-Devel] SVN to GIT transition

2015-10-12 Thread John Crispin
On 12/10/2015 09:07, Steven Barth wrote: > And don't get me started about having a completely different Issuetracker with > different credentials etc. indeed there i this thing called trac which i wonder if people actually use/look at. so we really have 3 issues at hand 1) switch the core

Re: [OpenWrt-Devel] SVN to GIT transition

2015-10-12 Thread John Crispin
On 12/10/2015 09:36, Felix Fietkau wrote: >> Sure could use pwclient and ocassionally do, however it does essentially one >> thing >> > only: save me the download step. Yes, I can also save me the click back to >> > the >> > browser to hit accept and can do that via CLI (if I remember the

Re: [OpenWrt-Devel] SVN to GIT transition

2015-10-12 Thread John Crispin
On 12/10/2015 08:38, Steven Barth wrote: > Let's face it though: the current workflow wrt. core patches is crappy. > > 1. Go to patchwork, see if there is a patch > 2. If you want to comment, switch to mail client, find thread, write reply. > 3. If you want to commit: download patch, go to

Re: [OpenWrt-Devel] [PATCH 2/3] ar71xx: add support for the Giga Device spi nand chips

2015-07-10 Thread John Crispin
Hi, can you first send this patch upstream please ? John On 10/07/2015 09:18, miaoq...@qti.qualcomm.com wrote: From: Miaoqing Pan miaoq...@codeaurora.org Signed-off-by: Miaoqing Pan miaoq...@codeaurora.org --- ...PS-ath79-add-giga-device-spi-nand-support.patch | 40

Re: [OpenWrt-Devel] [PATCH 3/3] ar71xx: add spi nand driver support

2015-07-10 Thread John Crispin
Hi, lots of comments inline. please check all you error paths. right now on various places when an error occurs you simply continue as if nothing happened. also move all the dev_err calls into the functions where the error happens. please also review the actual error messages. John On

Re: [OpenWrt-Devel] [PATCH] [RESUBMIT] Support Linksys WAP-4410N

2015-07-07 Thread John Crispin
Hi, sorry for the delay. patch no longer applies please rebase it and send it again John On 27/04/2015 09:27, Caleb James DeLisle wrote: I noticed the patch was not applying to the recent master so I reworked it to add a new patch to the patchset against the kernel rather than

Re: [OpenWrt-Devel] Patch to enable RFKill and USB Power GPIO for tl-wdr4900v1

2015-07-07 Thread John Crispin
Hi, the subject is missing the prefix and the Signed-off-by line is missing. Please fix and resend. John On 28/06/2015 07:45, Alpha Sparc wrote: Add dts patch to enable RFKill and USB Power GPIO Control --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts +++

Re: [OpenWrt-Devel] [PATCH] ar71xx: Add support for The QCA AP147-010 reference board

2015-07-07 Thread John Crispin
Hi, please split this into 1 patch for each QCA953x fix and then a final patch for the ap147 support John On 29/06/2015 17:25, Sven Eckelmann wrote: Signed-off-by: Sven Eckelmann s...@open-mesh.com --- I got the chance to test the AP147-010 but got no software/SDK or documentation.

Re: [OpenWrt-Devel] [PATCH v2] ncm: add support to run via proto wwan

2015-07-07 Thread John Crispin
Hi, patch is generated against the wrong root folder. also your mail client replaced tabs with spaces. please fix and resend the patch John On 22/04/2015 15:26, Aleksandr Kolesnik wrote: Signed-off-by: Aleksandr Kolesnik ner...@gmail.com mailto:ner...@gmail.com ---

Re: [OpenWrt-Devel] [PATCH] busybox: replace hotfix with upstream commit de5edadee2dca2896492f97ab3a56e389305e74d

2015-07-07 Thread John Crispin
when applying the patch i get patching file package/utils/busybox/patches/290-ash-fix-a-regression-in-handling-local-variables.patch patching file package/utils/busybox/patches/290-ash-fix-handling-of-duplicate-local.patch patch: malformed patch at line 301: -- On 23/04/2015 13:22,

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for D-Link DIR-615 rev. Ix board

2015-07-07 Thread John Crispin
Hi, sorry patch no longer applies. could you rebase it and then send it again please ? John On 18/04/2015 06:52, Jaehoon You wrote: Signed-off-by: Jaehoon You teslam...@gmail.com --- target/linux/ar71xx/base-files/etc/diag.sh | 1 +

Re: [OpenWrt-Devel] [PATCH] ramips: adding support for OY-0001 Wireless Router

2015-07-07 Thread John Crispin
Hi, unfortunatley your patch is against an old version of the tree On 06/07/2015 09:24, LiWeijian wrote: diff --git a/target/linux/ramips/base-files/etc/uci-defaults/01_leds b/target/linux/ramips/base-files/etc/uci-defaults/01_leds index 5d6ed2b..265525a 100755 ---

Re: [OpenWrt-Devel] Add for Planex MZK-DP150N

2015-07-07 Thread John Crispin
Hi, a few things wrong with the patch * please dont send HTML mails. * send patches inline * the ramips: prefix is missing from the subject Please fix and resend the patch John On 25/05/2015 16:01, @SRCHACK.ORG wrote: Hi, This patch adds support for Planex MZK-DP150N. a mini

Re: [OpenWrt-Devel] [PATCH] implemented basic GPIO control

2015-07-07 Thread John Crispin
Hi Lars, patch subject is missing the base-files: prefix. please fix and resend. rest of the patch looks fine. John On 01/07/2015 02:49, Lars Kruse wrote: Internal GPIO pins are used for PoE passthrough setups in multi-port routers. This patch implemnets control over this hardware

Re: [OpenWrt-Devel] [PATCH][v2] ar71xx: add support for D-Link DIR-615 rev. Ix board

2015-07-07 Thread John Crispin
that was quick :) On 07/07/2015 15:18, Jaehoon You wrote: Based on trunk r46212. Signed-off-by: Jaehoon You teslam...@gmail.com --- target/linux/ar71xx/base-files/etc/diag.sh | 1 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 8 ++

Re: [OpenWrt-Devel] Does anyone have used Ralink i2s under openwrt?

2015-07-09 Thread John Crispin
On 09/07/2015 09:59, Sergio wrote: Hi guys, Hi, once i fixed the codec problem on my unit i will look at the bug. can you help me get one of the rt5350 boards that you have ? can you tell me a link the the board ? John I'm using toplinkst top-ap01-38 with RT5350 and

Re: [OpenWrt-Devel] [PATCH 2/4] gemini: add NAS packages to Raidsonic profile

2015-07-08 Thread John Crispin
On 08/07/2015 23:00, Roman Yeryomin wrote: Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/gemini/raidsonic/target.mk | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target/linux/gemini/raidsonic/target.mk b/target/linux/gemini/raidsonic/target.mk index

Re: [OpenWrt-Devel] [PATCH v3 4/7] ar71xx: add support to use gpio irqs

2015-07-09 Thread John Crispin
Hi, minor nitpick inline On 07/07/2015 14:58, Günther Kelleter wrote: Signed-off-by: Günther Kelleter guenther.kelle...@devolo.de --- .../739-MIPS-ath79-add-gpio-irq-support.patch | 225 + 1 file changed, 225 insertions(+) create mode 100644

Re: [OpenWrt-Devel] [PATCH v3 7/7] ar71xx: add support for the devolo dLAN pro 1200+ WiFi ac

2015-07-09 Thread John Crispin
Hi, this function seem to be overly complicated. do you really need this ? John On 07/07/2015 14:58, Günther Kelleter wrote: +static void inc_mac_addr(u8 *base_mac, u8 *dst_mac, u8 inc) +{ + u32 tmp = 0; + char index = 6; + + tmp = base_mac[5] + inc; + while

Re: [OpenWrt-Devel] [PATCH 1/4] gemini: copy kernel image to BIN_DIR

2015-07-08 Thread John Crispin
On 08/07/2015 23:00, Roman Yeryomin wrote: Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/gemini/image/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index

Re: [OpenWrt-Devel] Raspberry Pi 2 sysupgrade

2015-07-08 Thread John Crispin
On 08/07/2015 19:42, Bruno Randolf wrote: Hi! I have the below change to add rudimentary support for sysupgrade on the Raspberry Pi. I looked at the way platform_copy_config() is implemented for x86 and tried to do the same, but I get the following error on mount: mount: mounting

Re: [OpenWrt-Devel] [PATCH] ramips mt7620: ArcherC20i USB support and more

2015-07-08 Thread John Crispin
Hi, the prefix is wrong please change it to ramips: there is also trailing stuff in the mail and see below On 08/07/2015 20:57, Gunnar Thorburn wrote: For TP-Link Archer C20i, USB port does not work with CC/trunk. This patch adds two nodes (ehci, ohci) to the Device Tree, enabling USB.

Re: [OpenWrt-Devel] [PATCH v3 5/7] mac80211: make ath10k firmware v2 selectable

2015-07-09 Thread John Crispin
Hi, dont know at10k very well so pardon my uneducated question... how does at10k know/choose which of the 2 to use ? John On 07/07/2015 14:58, Günther Kelleter wrote: Added option for old firmware version (10.1 API v2). It seems that recent firmware versions are constantly crashing

Re: [OpenWrt-Devel] [PATCH] x86/xen_domu: enable image generation

2015-07-08 Thread John Crispin
r46277 adds the backport to CC On 08/07/2015 23:39, Luiz Angelo Daros de Luca wrote: This was already accepted in trunk. Is there any chance to backport to cc? Em seg, 15 de jun de 2015 04:10, Luiz Angelo Daros de Luca luizl...@gmail.com mailto:luizl...@gmail.com escreveu: Add

Re: [OpenWrt-Devel] [PATCH v3 1/7] ar71xx: ag71xx: add pdata field supported

2015-07-09 Thread John Crispin
Hi, On 07/07/2015 14:58, Günther Kelleter wrote: to allow target specific override of phydev-supported. why do you need to do this ? do you want to force a specific link type ? if so, then using a fixed link would be preferable to faking phy caps John Signed-off-by: Günther

Re: [OpenWrt-Devel] [PATCH v3 6/7] base-files: added option to configure the gpio led trigger in uci-defaults

2015-07-09 Thread John Crispin
Hi, see inline On 07/07/2015 14:58, Günther Kelleter wrote: Signed-off-by: Günther Kelleter guenther.kelle...@devolo.de --- package/base-files/files/etc/init.d/led | 7 +++ .../base-files/files/lib/functions/uci-defaults.sh | 20 2 files changed,

Re: [OpenWrt-Devel] [PATCH v3 1/7] ar71xx: ag71xx: add pdata field supported

2015-07-09 Thread John Crispin
On 09/07/2015 09:42, Guenther Kelleter wrote: Hi -Original Message- From: John Crispin [mailto:blo...@openwrt.org] Sent: Thursday, July 09, 2015 8:24 AM To: Guenther Kelleter; openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH v3 1/7] ar71xx: ag71xx: add pdata

Re: [OpenWrt-Devel] [PATCH v3 2/7] ath79: dev-eth: initialize clock for id 0 on AR934X

2015-07-09 Thread John Crispin
Hi, looking closer at the code i noticed that you need to do this as ath79_mdio1_data is not initialized to 0 properly. the reason being that it is not static and that in turn is because the header file declares it as extern yet there are no users. i would suggest you drop this patch and instead

Re: [OpenWrt-Devel] [PATCH] ramips: adding support for OY-0001 Wireless Router

2015-07-10 Thread John Crispin
On 10/07/2015 21:31, John Crispin wrote: On 10/07/2015 17:19, Karl Palsson wrote: John Crispin blo...@openwrt.org wrote: On 10/07/2015 13:27, Karl Palsson wrote: Isn't this normally called the OYE-0001 ? not OY-0001 ? The website and all literature I've seen uses the OYE-0001 name

Re: [OpenWrt-Devel] [PATCH] ramips: adding support for OY-0001 Wireless Router

2015-07-10 Thread John Crispin
On 10/07/2015 17:19, Karl Palsson wrote: John Crispin blo...@openwrt.org wrote: On 10/07/2015 13:27, Karl Palsson wrote: Isn't this normally called the OYE-0001 ? not OY-0001 ? The website and all literature I've seen uses the OYE-0001 name... Regardless, in many places, you have

Re: [OpenWrt-Devel] [PATCH] toolchain/uClibc: add support of uClibc-ng

2015-08-26 Thread John Crispin
-off-by: Alexey Brodkin abrod...@synopsys.com Cc: Waldemar Brodkorb w...@uclibc-ng.org Cc: Mathieu Olivari math...@codeaurora.org Cc: Felix Fietkau n...@openwrt.org Cc: John Crispin blo...@openwrt.org --- toolchain/uClibc/Config.in | 4 + toolchain/uClibc/Config.version

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain: add support of ARC architecture

2015-08-27 Thread John Crispin
On 27/08/2015 14:15, Alexey Brodkin wrote: Hi John, On Thu, 2015-08-27 at 13:59 +0200, John Crispin wrote: Hi Alexey, have you already sent these patches upstream to the gcc people ? I'm not really sure which patches you're talking about. If you're talking about patches I put

Re: [OpenWrt-Devel] [PATCH] [package] firewall: Remove src_port from firewall.config to receive dhcpv6 replies

2015-08-28 Thread John Crispin
On 28/08/2015 12:35, Anselm Eberhardt wrote: From: Anselm Eberhardt a.eberha...@cygnusnetworks.de Remove src_port from firewall.config to receive dhcpv6 replies. Fixes #20295. Signed-off-by: Anselm Eberhardt a.eberha...@cygnusnetworks.de Hi, the patch is whitespace broken i am afraid.

Re: [OpenWrt-Devel] Using procd for USB hotplug detection

2015-08-29 Thread John Crispin
use block-mount that is what its there for. On 29/08/2015 21:03, Alexandru Ardelean wrote: procd is for service handling mostly; so, start/stop/etc basically you'd need to have another service that does usb-device handling (of that device). what i'd do, is to write a hotplug script, add it

Re: [OpenWrt-Devel] [PATCH procd v2 0/5] jail work

2015-08-26 Thread John Crispin
On 26/08/2015 01:00, Etienne CHAMPETIER wrote: This patch series rework a bit ujail, and add capabilities support to it nice Seccomp filter are very powerful but not totally generic, each arch can have different set of syscalls, each libc can use different syscall for the same function,

Re: [OpenWrt-Devel] [PATCH procd v2 0/5] jail work

2015-08-27 Thread John Crispin
On 26/08/2015 18:20, Etienne Champetier wrote: 2015-08-26 15:48 GMT+02:00 John Crispin blo...@openwrt.org mailto:blo...@openwrt.org: On 26/08/2015 01:00, Etienne CHAMPETIER wrote: This patch series rework a bit ujail, and add capabilities support to it nice

Re: [OpenWrt-Devel] [PATCH 1/3] toolchain: add support of ARC architecture

2015-08-27 Thread John Crispin
://patchwork.ozlabs.org/patch/502022 which updates config.guess and config.sub Cc: Felix Fietkau n...@openwrt.org Cc: John Crispin blo...@openwrt.org Signed-off-by: Alexey Brodkin abrod...@synopsys.com --- include/site/arc | 30 +++ include/target.mk

Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread John Crispin
On 27/08/2015 10:50, Dirk Neukirchen wrote: On 27.08.2015 09:27, Yousong Zhou wrote: On 27 August 2015 at 12:02, Dirk Neukirchen dirkneukirc...@web.de wrote: - it causes issues with qemu versions 2.2 should fix issues with Ubuntu 14.03 LTS (qemu 2.0) errors are: Kernel panic - not

Re: [OpenWrt-Devel] [PATCH] malta: disable mips16

2015-08-27 Thread John Crispin
On 27/08/2015 11:29, John Crispin wrote: hjaving ne eminent need for size reduction does not mean bloat is acceptable typo tastic ... note to self: dont send mails on the ipad when you have a kid in one arm ;) ___ openwrt-devel mailing list openwrt

Re: [OpenWrt-Devel] [PATCH 3/3] linux: add support of Synopsys ARC boards

2015-08-27 Thread John Crispin
Hi, i just skimmed over the patch quickly and ... On 27/08/2015 13:03, Alexey Brodkin wrote: diff --git a/target/linux/arc/axs10x/base-files/etc/config/network b/target/linux/arc/axs10x/base-files/etc/config/network new file mode 100644 index 000..1d46510 --- /dev/null +++

Re: [OpenWrt-Devel] AR9344 OpenWrt GUI

2015-09-10 Thread John Crispin
Hi, i dont want to ruin the fun but this is not devel chat, but user level support. please move it to the normal mailing list or the forum. this ML is for openwrt developemnt related issues John On 10/09/2015 09:50, John kerry wrote: > Where its applying the settings, except resetting

Re: [OpenWrt-Devel] [PATCH] uqmi: Added CMake option BUILD_STATIC for a static uqmi build

2015-09-09 Thread John Crispin
On 09/09/2015 09:35, Bachtin, Dmitri wrote: > Signed-off-by: Dmitri Bachtin Hi, it is always nice if a patch has a short description that goes beyond the subject. in this case it would be nice if you could explain why you need to build a static version of uqmi John

Re: [OpenWrt-Devel] x86-64: /proc is not being mounted

2015-09-13 Thread John Crispin
activated. > > The hardware target to where I'm building OpenWRT is a Supermicro > A1SAi-2750F server board > <http://www.supermicro.com/products/motherboard/Atom/X10/A1SAi-2750F.cfm>. > > I will send in annex, the configuration files. > > > > >

Re: [OpenWrt-Devel] [PATCH 0/3] Add support of ARC architecture

2015-09-14 Thread John Crispin
On 14/09/2015 13:35, Alexey Brodkin wrote: > Hi Felix, > > On Fri, 2015-09-11 at 15:09 +0200, Felix Fietkau wrote: >> On 2015-08-27 13:03, Alexey Brodkin wrote: >>> This patch series adds support for the Synopsys DesignWare ARC architecture. >>> >>> DesignWare ARC700 is family of 32-bit CPUs

Re: [OpenWrt-Devel] [PATCH v2] opkg: Extend 'opkg list' command to optionally display package size

2015-09-16 Thread John Crispin
see inline ... On 16/09/2015 10:09, Hannu Nyman wrote: > 'opkg list' command only displays the available packages' name, version and > description. It would be useful to also see the approximate size of the > available package. > > This patch extends "opkg list" command with "--size" to

Re: [OpenWrt-Devel] [PATCH v2] opkg: Extend 'opkg list' command to optionally display package size

2015-09-16 Thread John Crispin
On 16/09/2015 10:22, Hannu Nyman wrote: > On 16.9.2015 11:18, John Crispin wrote: >> see inline ... >> >> On 16/09/2015 10:09, Hannu Nyman wrote: >>> Index: package/system/opkg/Makefile >>> =

Re: [OpenWrt-Devel] [PATCH procd] move /dev/shm to /tmp/shm

2015-09-16 Thread John Crispin
If there is not enough room there, execution >>>> terminates with SIGBUS upon access. Even a single instance would >>>> exceed >>>> 512K. >>>> >>>> On Tue, 2015-07-14 at 11:50 +0200, John Crispin wrote: >>>>> what kind of usage d

Re: [OpenWrt-Devel] [PATCH 4/6] generic: fix unrecognized opcode wsbh when building for MIPS16.

2015-09-16 Thread John Crispin
On 01/09/2015 14:14, Yousong Zhou wrote: > The issue was found and reported by hynman [1] when compiling reaver for > ar71xx > (Big Endian MIPS). > > {standard input}: Assembler messages: > {standard input}:79: Error: unrecognized opcode `wsbh $2,$2' > {standard input}:90: Error:

Re: [OpenWrt-Devel] [PATCH] opkg: Extend 'opkg list' command to optionally display package size

2015-09-16 Thread John Crispin
On 30/08/2015 16:37, Hannu Nyman wrote: > 'opkg list' command only displays the available packages' name, version > and description. > It would be useful to also see the approximate size of the available > package. > > This patch extends "opkg list" command with "--size" to optionally show >

Re: [OpenWrt-Devel] [PATCH 1/1] sysupgrade, wndr3700/wndr3800: Add allnet safety check

2015-09-16 Thread John Crispin
On 02/08/2015 09:58, Daniel Dickinson wrote: > This patch may not actually be necessary, but adds the allnet > uboot-envtools safety checks before allow a firmware upgrade to > and Netgear WNDR3700/3800 device. > > Note that the Netgear devices already have a hardware id check so > this may be

Re: [OpenWrt-Devel] [PATCH 1/2 v2] mac80211: cleanup remove net prefixes

2015-09-16 Thread John Crispin
On 24/08/2015 17:25, Dirk Neukirchen wrote: > Signed-off-by: Dirk Neukirchen > --- > v2 : split 6/7 into two commits > sorry we need a v3 please this one does not apply anymore. the actual patch looks fine John > package/kernel/mac80211/Makefile | 82 >

Re: [OpenWrt-Devel] [PATCH 7/7] mac80211: rename iwlagn to iwlwifi

2015-09-16 Thread John Crispin
On 23/08/2015 13:00, Dirk Neukirchen wrote: > follow upstream module rename > commit 3c607d27c818cf4a5d28f2c73b18a88f8fbdfa33 > > Signed-off-by: Dirk Neukirchen this one does not apply either. can you resend all 3 in a new series please John > --- >

Re: [OpenWrt-Devel] [PATCH] include: download.mk: If checkouts fail, attempt default download method

2015-09-16 Thread John Crispin
On 15/09/2015 22:01, Pushpal Sidhu wrote: > This will allow a more robust download system, especially in cases when > building an older release where a source checkout system is gone. > > Signed-off-by: Pushpal Sidhu although this looks good at first glance we notice on

Re: [OpenWrt-Devel] [PATCH] musl: fix build on sh3

2015-09-16 Thread John Crispin
Hi, On 14/09/2015 10:38, Zoltan HERPAI wrote: > musl fails to build when compiled with gcc on sh3 (GCC target/#67260). > Work it around. > > Signed-off-by: Zoltan HERPAI > --- > toolchain/musl/common.mk |5 + > 1 file changed, 5 insertions(+) > > diff --git

Re: [OpenWrt-Devel] [PATCH v2 4/4] ramips: Fix pinmux functions for MT7621

2015-09-16 Thread John Crispin
On 31/07/2015 11:14, Sven Eckelmann wrote: > The pinctrl-rt2880 code doesn't support multiple functions with the same > name. This will result in a incorrect pinmux configuration. > > Signed-off-by: Sven Eckelmann <s...@open-mesh.com> > --- > This is the patch

[OpenWrt-Devel] Warning: ABI breakage - rebuild your ATM trees

2015-09-16 Thread John Crispin
Hi, i pushed a patch today that removes some serious ABI brain damage of the ATM layer that i introduced 1/2 a decade ago http://git.openwrt.org/?p=openwrt.git;a=commit;h=c5d4911448898f7fabdd2c4737ed0820ced4fc4d https://dev.openwrt.org/ticket/20523 as a side effect you will need to rebuild

Re: [OpenWrt-Devel] Warning: ABI breakage - rebuild your ATM trees

2015-09-16 Thread John Crispin
On 16/09/2015 13:20, John Crispin wrote: > Hi, > > i pushed a patch today that removes some serious ABI brain damage of the > ATM layer that i introduced 1/2 a decade ago > > http://git.openwrt.org/?p=openwrt.git;a=commit;h=c5d4911448898f7fabdd2c4737ed0820ced4fc4d > >

Re: [OpenWrt-Devel] Warning: ABI breakage - rebuild your ATM trees

2015-09-16 Thread John Crispin
On 16/09/2015 15:17, David Woodhouse wrote: > On Wed, 2015-09-16 at 13:23 +0200, John Crispin wrote: >> thinking about this, the new elements should also be guarded by a #ifdef >> CONFIG_lantiq will add that now > > You can't do that in user-visible headers. CONFIG_LANTIQ

Re: [OpenWrt-Devel] Renaming trunk to Dxx Dxx ? Or seperate name for Trunk?

2015-09-11 Thread John Crispin
On 11/09/2015 08:53, Etienne Champetier wrote: > > > 2015-09-11 8:46 GMT+02:00 John Crispin <blo...@openwrt.org > <mailto:blo...@openwrt.org>>: > > > > On 11/09/2015 08:39, Rafał Miłecki wrote: > > On 11 September 2015 at 07:51, John

Re: [OpenWrt-Devel] Renaming trunk to Dxx Dxx ? Or seperate name for Trunk?

2015-09-10 Thread John Crispin
On 11/09/2015 07:18, Rafał Miłecki wrote: > On 9 September 2015 at 17:24, Tobias Welz wrote: >> BTW: Why does the trunk has to be "renamed". The trunk is always recent, so >> it could also have a persistent name like "Bleeding Edge" (BTW: is this a >> cocktail?) and it would be

Re: [OpenWrt-Devel] Renaming trunk to Dxx Dxx ? Or seperate name for Trunk?

2015-09-11 Thread John Crispin
On 11/09/2015 08:39, Rafał Miłecki wrote: > On 11 September 2015 at 07:51, John Crispin <blo...@openwrt.org> wrote: >> On 11/09/2015 07:18, Rafał Miłecki wrote: >>> On 9 September 2015 at 17:24, Tobias Welz <t...@wiznet.eu> wrote: >>>> BTW: Why doe

Re: [OpenWrt-Devel] Chaos Calmer 15.05

2015-09-11 Thread John Crispin
ah indeed, i missed the IB images. will add them during the weekend On 11/09/2015 11:27, Daniel Golle wrote: > Hi! > > I'm glad to see CC is finally out! > > However, it seems like images for some boards got missing at least on > lantiq and oxnas. > See: >

Re: [OpenWrt-Devel] [PATCH] Fix 'Dropping frame due to full tx queue' for Ralink wifi get stuck.

2015-09-11 Thread John Crispin
Hi, before looking at this in detail, could please send a properly formatted patch. the patch you sent is not using the unified option when generating it. upstream linux-wireless wont accept it otherwise and we wont either. also please prefix the email with "mac80211: " so that we know which

Re: [OpenWrt-Devel] [PATCH] AP121 target: fix board detection in ar71xx.sh

2015-09-14 Thread John Crispin
On 31/08/2015 12:58, Attila Lendvai wrote: > hi! > > resending this patch properly, including a signed-off entry. > > it would be nice if this could make its way into CC, because this > fixes a regression. > > the obsolete copy is this: https://patchwork.ozlabs.org/patch/508527/ > > Hi,

Re: [OpenWrt-Devel] [PATCH procd v2 0/5] jail work

2015-09-14 Thread John Crispin
On 15/09/2015 00:11, Etienne Champetier wrote: > > Just some random stuffs: > > -new in kernel 4.3: ambient capabilities (great explanation in the commits) > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=58319057b7847667f0c9585b9de0e8932b0fdb08 >

Re: [OpenWrt-Devel] [PATCH] uci: add import call

2015-09-14 Thread John Crispin
Hi, SoB is missing and On 02/09/2015 02:14, Alexander Couzens wrote: > similiar to import from uci cli. > import removes all old configs and import the new config. > > example: > ubus call uci import \ > '{"config": "dhcp", "values": { "srv": { ".type": "host", ".name": "srv", > "mac":

Re: [OpenWrt-Devel] [PATCH] extra configuration options for OpenVPN in init script

2015-09-14 Thread John Crispin
On 28/08/2015 15:27, François Kooman wrote: > Hi Mirko, > > To accompany my patch to the OpenVPN configuration module for luci [0] > to support some extra fields here also the change to the OpenVPN init > script. > > It adds the following fields: > > tls_version_min > tls_version_max >

Re: [OpenWrt-Devel] OpenWrt /etc/hotplug.d/button/00-wps

2015-09-15 Thread John Crispin
On 15/09/2015 09:27, Rafał Miłecki wrote: > On 15 September 2015 at 09:17, John kerry wrote: >> Please can anyone reply > > Is someone here your paid support with 1h response time? although i find this emails annoying and funny at the same time we can probably assume that

Re: [OpenWrt-Devel] Project specific settings

2015-09-15 Thread John Crispin
On 15/09/2015 20:32, Rüdiger, Christoph wrote: > Hello, > > I'm quite new to OpenWrt and being faced with an existing build tree here. > After reading nearly everything I could force Google to bubble it up to the > top result pages, I'm still struggling with a simple question. > > Our build

Re: [OpenWrt-Devel] [PATCH] ipq806x: add platform_pre_upgrade for sysupgrade

2015-09-15 Thread John Crispin
On 15/09/2015 14:18, Rafał Miłecki wrote: > We're in process of cleaning nand_do_platform_check. Currently is leaves > a special mark in /tmp/sysupgrade-nand-path triggering some diffent code > path in nand_upgrade_stage1. This can be a bit confusing. > > The plan is to have the check function

Re: [OpenWrt-Devel] [PATCH 0/9] Support for three PowerCloud Systems devices

2015-09-15 Thread John Crispin
On 02/09/2015 12:08, Daniel Dickinson wrote: > The following patch series adds support for three PowerCloud devices. > The patches have been reworked from the previous bunged up iteration > and have been tested on the actual devices which are currently in use. > > There is, however, one

Re: [OpenWrt-Devel] [PATCH v2] ar71xx: Add UBNT airGateway Pro support

2015-09-15 Thread John Crispin
Hi On 21/08/2015 09:27, Matthew Reeve wrote: > This patch adds kernel and userspace support for the Ubiquiti Networks > airGateway Pro. > > v2: Modify file bases so that git apply will apply it. the change log should go below the tear line > Signed-off-by: Matthew Reeve > which should be

Re: [OpenWrt-Devel] [OpenWrt-Commits] r46981 - trunk/target/linux/generic/patches-3.18

2015-09-16 Thread John Crispin
.18/652-atm_header_changes.patch >> Log: >> kernel: properly guard the lantiq atm abi hack with an ifdef > > Would not it make sense to move this to target/linux/lantiq now that > this is target-specific? no because then it wont be part of the kernel-headers and linux-atm

Re: [OpenWrt-Devel] Factory reset implementation on x86 platform

2015-09-17 Thread John Crispin
On 17/09/2015 09:06, Tavish Naruka wrote: > On Thu, Sep 17, 2015 at 11:30 AM, Chetan C R wrote: >> Hi, >> >> I wanted to implement factory reset functionality on x86 platform. >> my rootfs is ext4 >> > > Failsafe and factory rest would work only with squashfs+jffs2

Re: [OpenWrt-Devel] Warning: ABI breakage - rebuild your ATM trees

2015-09-17 Thread John Crispin
On 17/09/2015 10:54, David Woodhouse wrote: > On Wed, 2015-09-16 at 15:23 +0200, John Crispin wrote: >> how i hate this shitty dsl driver ... adding new sockopt is nort an >> option. that would involve editing the dsl driver and userland and even >> looking at the code c

Re: [OpenWrt-Devel] Warning: ABI breakage - rebuild your ATM trees

2015-09-17 Thread John Crispin
On 17/09/2015 11:11, John Crispin wrote: > > > On 17/09/2015 10:54, David Woodhouse wrote: >> On Wed, 2015-09-16 at 15:23 +0200, John Crispin wrote: >>> how i hate this shitty dsl driver ... adding new sockopt is nort an >>> option. that would involve ed

Re: [OpenWrt-Devel] [PATCH v2] ar71xx: add support for qca955x sgmii/serdes calibration

2015-09-17 Thread John Crispin
Hi, both patches are whitespace broken. John On 17/09/2015 15:08, Chris Blake wrote: > This patch is to add support for sgmii/serdes calibration from within > the OpenWRT environment. This is needed on boards that do not use u-boot > or do not have a pre-init process that runs

Re: [OpenWrt-Devel] Question about openwrt release revision

2015-09-14 Thread John Crispin
On 14/09/2015 09:34, pupie wrote: > Hello everyone, > I am so glad that openwrt 15.05 has been release. > > I noticed that since AA release, openwrt team neither tag the source > tree in subversion/git after an official release nor provide the > revision/commit sha-1 along with release note. >

<    7   8   9   10   11   12   13   14   15   16   >