[OpenWrt-Devel] [RFC] A patch for mt7621 nand controler. Revision 2.

2015-11-12 Thread Kirill Berezin
Hello, It turned out that mtk_nand driver uses some sophisticated accounting and a general nand code must be patched. This patch adds required read and erase calls to a general nand code. I used a code for re6500 released by Linksys as a reference. All required operations (erase, write and rea

[OpenWrt-Devel] [PATCH 3/3] Added patch for GL Domino Pi support

2015-11-12 Thread alzhao
This is the patches for GL Domino Core and Pi boards support. Tested on Trunk and it works. --- .../ar71xx/base-files/etc/uci-defaults/01_leds | 4 + .../ar71xx/base-files/etc/uci-defaults/02_network | 1 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar71xx/base-file

[OpenWrt-Devel] [PATCH 2/3] added patch for GL-AR300 support

2015-11-12 Thread alzhao
This is the patches for GL-AR300 router support. Tested on Trunk and it works. --- .../ar71xx/base-files/etc/uci-defaults/01_leds | 4 + .../ar71xx/base-files/etc/uci-defaults/02_network | 6 ++ target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar71xx/base-files/lib/upgrade

[OpenWrt-Devel] [PATCH 1/3] Added patch for GL-AR150 support

2015-11-12 Thread alzhao
This is the patches for GL-AR150 router support. Tested on Trunk and it works. Also grouped profiles of GL products to gli.mk --- .../ar71xx/base-files/etc/uci-defaults/01_leds | 4 + .../ar71xx/base-files/etc/uci-defaults/02_network | 1 + target/linux/ar71xx/base-files/lib/ar71xx.sh

[OpenWrt-Devel] ujail not working with musl / DD

2015-11-12 Thread Etienne Champetier
Hi all, John, I'm a bit out of my game on this bug, ujail is not adding the interpretor in the jail (/lib/ld-musl-x86_64.so.1) with musl DD it's working with uclibc CC, on my ubuntu 14.04, but not with musl DD https://dev.openwrt.org/ticket/20785 ___ op

[OpenWrt-Devel] [PATCH] update mtd-utils to 1.5.2

2015-11-12 Thread Sven Roederer
- update mtd-utils to 1.5.2 (git a494d30ab1ae40cb7665680cadf5af3ca3830a73) - remove patches that went upstream - fixes build from scratch as of broken patches just had a crash-course to git send-email Signed-off-by: Sven Roederer --- tools/mtd-utils/Makefile |

Re: [OpenWrt-Devel] [PATCH CC] procd: rework makefile, split ujail/seccomp

2015-11-12 Thread Etienne Champetier
Hi 2015-10-29 22:04 GMT+01:00 Etienne CHAMPETIER : > ujail doesn't depend on seccomp and some archs dont support seccomp > > Backport of r46936 > needed since last procd update (r47268) > friendly ping this is run tested on ar71xx / CC (uclibc) > > [...] > > __

Re: [OpenWrt-Devel] openwrt gpsd compilation fail

2015-11-12 Thread Pushpal Sidhu
Hi Luigi, On Thu, Nov 12, 2015 at 9:27 AM, luigi findanno wrote: > > Hi, I'm trying to compile openwrt for raspberry pi but I found this error: > > http://pastebin.com/yQFhza8Y > > I don't know how to go on. I found your email in the Makefile and I'll be > happy if you can help me. > Regards > L

Re: [OpenWrt-Devel] Progress on Reproducible Builds

2015-11-12 Thread Holger Levsen
Hi, to also state it on this list: great work and summary! and btw, if you haven't seen: https://reproducible-builds.org/ you probably should have a look! On Freitag, 23. Oktober 2015, bnewb...@robocracy.org wrote: > I have some patches to the OpenWRT build system and a small number of core > p

Re: [OpenWrt-Devel] toolchain kernel-headers

2015-11-12 Thread Felix Fietkau
On 2015-11-12 10:11, Kenneth Johansson wrote: > toolchain/kernel-headers/Makefile > > contains this > > define Host/Configure > env > yes '' | $(KMAKE) oldconfig > $(call Host/Configure/all) > $(call Host/Configure/post/$(ARCH)) > endef > > Now this is run to configure the ke

[OpenWrt-Devel] toolchain kernel-headers

2015-11-12 Thread Kenneth Johansson
toolchain/kernel-headers/Makefile contains this define Host/Configure env yes '' | $(KMAKE) oldconfig $(call Host/Configure/all) $(call Host/Configure/post/$(ARCH)) endef Now this is run to configure the kernel so that we later can do make with the headers_install target. But

[OpenWrt-Devel] [PATCH] scripts/diffconfig.sh: reduce config output with CONFIG_BUSYBOX_CUSTOM

2015-11-12 Thread Hannu Nyman
Use similar approach as r47461 to reduce output for busybox config. Since r39435 CONFIG_BUSYBOX_CUSTOM=y has caused the addition of all ~260 busybox config options to the diffconfig output even if only one option has been changed. This patch eliminates the unchanged busybox config options from th