Hi Álvaro,
On 05/03/2015 16:31, Álvaro Fernández Rojas wrote:
> Signed-off-by: Álvaro Fernández Rojas ---
> scripts/ubinize-image.sh | 3 +-- 1 file changed, 1 insertion(+), 2
> deletions(-)
>
> diff --git a/scripts/ubinize-image.sh b/scripts/ubinize-image.sh
> index 6762c22..4fbbbfa 100755 ---
This will allow ipq806x to support multiple kernel version more easily.
Signed-off-by: Mathieu Olivari
---
.../001-spi-qup-Add-DMA-capabilities.patch | 522 +
...-v3-spi-qup-Fix-incorrect-block-transfers.patch | 376 +++
.../003-spi-qup-Ensure-done-detecti
On Thu, Mar 5, 2015 at 8:42 PM, Steven Barth wrote:
> It's a bit of a shame it doesn't work with the current default uclibc,
> however have you checked if it works with musl out of the box? That being
> the other more embedded-friendly solution here.
>
Looks like libgo in gcc 4.8 has some fresh
You even make the conflicts "reliably handled" by processing the contents of,
say, /etc/config/wireless.d/* in sort order (the old "01-blah", "02-foo"
trick). This way, if one package drops in a config file that you want to
override, you only have to make sure that your override comes "after" t
Disable ARCH_NEEDS_CPU_IDLE_COUPLED by-default in generic config, since
only one platfrom (omap) needs them.
Signed-off-by: Sergey Ryazanov
---
target/linux/arm64/config-default | 1 -
target/linux/at91/config-default | 1 -
target/linux/bcm53xx/config-3.14 | 1 -
targe
KERNFS symbol is selected by SYSFS, so place it in generic config.
Signed-off-by: Sergey Ryazanov
---
target/linux/bcm53xx/config-3.18 | 1 -
target/linux/brcm47xx/config-3.18 | 1 -
target/linux/brcm63xx/config-3.18 | 1 -
target/linux/cns3xxx/config-3.18 | 1 -
HAMRADIO enabled in all generic configs, but no one platform directly
use related drivers/protocols. This symbol is only used for kmod-ax25
package modules. Furthermore, half of platforms explicitly disables
this symbol, what silently disables build of modules for kmod-ax25
package.
So disable HAM
CONFIG_MTD_SPLIT_SUPPORT symbol default value is 'y' and many platform
specific configs explicitly enables it, while no one platform disables
this symbol. So place it in generic config and remove from platform
specific configs.
Signed-off-by: Sergey Ryazanov
---
target/linux/bcm53xx/config-3.14
CONFIG_GENERIC_NET_UTILS is selected by CONFIG_NET and already enabled
in generic config, so we don't need this symbol in platform specific
configurations.
Signed-off-by: Sergey Ryazanov
---
target/linux/ar71xx/config-3.14| 1 -
target/linux/arm64/config-default | 1 -
target/linux/
Move some symbols from platform specific configs to generic config.
Only compile tested against AR231x. But I hope that this series
should not cause serious issues with other platforms, since changes are
relatively simple :)
Sergey Ryazanov (5):
kernel: remove GENERIC_NET_UTILS from platform co
Hi
the patches should be self contained and buildable. if i understand 2/3
correct it is needed for the fixes in 1/3 to build.
also in 1/3 you rename and change a file in 1 go, which is not that
good. could you resend the series with the following layout
1/3 - only do the renaming
2/3 - add you
On Thu, 05 Mar 2015 13:36:10 +0100, Matthias Schiffer wrote:
Hi,
during the development of our Freifunk firmware framework "Gluon"
we've
come to the conclusion that the current UCI configuration format
using
static files doesn't always fit our needs. Therefore we propose a new
feature we've ca
Previously, the generated images for the My Net Wi-fi Range Extender
wouldn't always work (and panic) due to the fixed mtd offsets and
sizes for the kernel and rootfs. This patch fixes the problem by
utilizing the shared Cybertan's partition parser to recalculate
the mtd partitions for every image
405-mtd-tp-link-partition-parser.patch created a few conflicts
due to new offsets and changed definitions and names.
Also, the TP-Link parser updated WRT160NL's Kconfig... Which
I think: it shouldn't. The relevant parts have been integrated
into the previous patch:
"ar71xx: rename and extend wrt16
This patch re-purposes the functionality of the custom
partition parser from Linksys' WRT160NL router. This way,
WD's My Net Wi-fi Range Extender can make use of the same
Cybertan partition layout.
Signed-off-by: Christian Lamparter
---
target/linux/ar71xx/config-3.14| 2 +-
In mtd_verify(), the return value of md5sum() has been
interpreted as error if nonzero, while the function
returns number of processed bytes, which caused
mtd_verify() to always fail.
This patch fixes error checking to interpret only
negative values as errors.
Signed-off-by: Zefir Kurtisi
---
p
I don't really understand CMake, but this looks good to me.
William Holland wrote:
> ---
> CMakeLists.txt | 6 --
> plug/hotplug.c | 2 +-
> service/validate.c | 2 +-
> 3 files changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index 541467
Signed-off-by: Álvaro Fernández Rojas
---
scripts/ubinize-image.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/scripts/ubinize-image.sh b/scripts/ubinize-image.sh
index 6762c22..4fbbbfa 100755
--- a/scripts/ubinize-image.sh
+++ b/scripts/ubinize-image.sh
@@ -98,7 +98,7 @
---
CMakeLists.txt | 6 --
plug/hotplug.c | 2 +-
service/validate.c | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5414677..2ed1a29 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,8 +14,10 @@ SET(SOURCES procd.c sig
Hi,
during the development of our Freifunk firmware framework "Gluon" we've
come to the conclusion that the current UCI configuration format using
static files doesn't always fit our needs. Therefore we propose a new
feature we've called "UCI overlays".
The basic idea is that we'd like to provide
On 04/03/15 18:14, James Hilliard wrote:
We tried changing the chip-delay parameter in the openwrt dtsi file to
match the GPL source
https://github.com/jameshilliard/actiontec_opensrc_mi424wr-rev-i_fw-40-21-18/blob/34b1f338344ebd36543c9fbcb4870bb6f6914cb8/rg/vendor/marvell/feroceon/linux-2.6/arc
Hello Jeff,
It's a bit of a shame it doesn't work with the current default uclibc,
however have you checked if it works with musl out of the box? That
being the other more embedded-friendly solution here.
Cheers,
Steven
___
openwrt-devel mailing l
On 04/03/15 18:14, James Hilliard wrote:
I wrote the image to flash using tftp from uboot, I'm having trouble
isolating the cause of the ECC errors, what I'm not sure of is if
there's a quirk with the Hynix NAND that the Eon NAND doesn't have.
It would appear that the Hynix and Eon NAND chips ar
Hi Mohammed,
I'm not shure if I has undertood you correctly. My question was based on
a customer request, which needs a toolchain. I, for my self, never has
build the firmware, part of it or independend software outside of the
normal openwrt "make framework". So I guess that I probably will not be
24 matches
Mail list logo