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
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
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
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
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
- 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 |
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)
>
> [...]
>
>
__
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
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
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
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
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
12 matches
Mail list logo