Hi,
On Thu, Apr 30, 2015 at 4:00 AM, Matthias Schiffer
wrote:
> Signed-off-by: Matthias Schiffer
> ---
> .../101-NET-add-of_get_mac_address_mtd.patch | 76
> ++
> .../102-net-gianfar-use-mtd-mac-address.patch | 19 ++
> 2 files changed, 95 insertions(+)
> cr
Hi,
On Fri, May 1, 2015 at 1:39 AM, Mathieu Olivari wrote:
> From: Mathieu Olivari
> To: blo...@openwrt.org,
> jo...@openwrt.org
And there I was wondering why it didn't show up in my inbox - my
address is jogo@ ;P
> This change enable ATAGS support in ipq806x kernel options, and ge
Hi,
On Sat, May 9, 2015 at 1:06 PM, Cezary Jackiewicz
wrote:
> Dnia 2015-05-09, o godz. 12:37:30
> dani napisał(a):
>
>> This patch adds support for the Huawei HG655b.
>>
>> Nothing much special in this router, it's just another BCM6368 with
>> a Ralink RT3062 wifi chip and the calibration data
Hi,
On Mon, May 18, 2015 at 7:22 PM, Matt Goring wrote:
> Hello, this is my first submission, please excuse me if I have the wrong
> mailing list, or missed a mailing rule.
No need for formalities, just write it like you would write a commit log.
>
> This patch is to add support for the Plusnet
Hi,
On Sat, May 30, 2015 at 3:11 AM, Mathieu Olivari wrote:
> Ethernet GMAC is built-in the SoC, so there is no need to enable it as a
> module. We'll just assume we need it. That's what is done for other
> platform where this driver is used so it'll make things more consistent.
>
> Signed-off-by
Hi,
On Tue, Jun 9, 2015 at 11:57 AM, blmink wrote:
You should fix your email client to have your full name here, or add a
proper From: <> line into the description. This isn't important for
svn, but any git requires it for proper patch ownership.
> Hi,
>
> this patch fixes kernel memory corrupt
Hi,
On Wed, Jun 3, 2015 at 2:28 PM, Kejia Hu (Terry)
wrote:
> From: Kejia Hu
>
> This set of patches added support for Thomson TG582n DANT-1 board.
>
> They have been tested by building a CFE image, and loaded to the board using
> a customised CFE.
>
> support for DANT-T board may be possible wi
Hi,
please prefix your patch subjects with an appropriate subject, e.g.
"kernel:", or "brcm63xx:".
On Wed, Jun 3, 2015 at 2:28 PM, Kejia Hu (Terry)
wrote:
> From: Kejia Hu
>
> This is part of the work to add support for Thomson TG582n router.
You don't need to state this, the patch numbering a
Hi
On Wed, Jun 3, 2015 at 2:28 PM, Kejia Hu (Terry)
wrote:
> From: Kejia Hu
>
> The other variant board (DANT-T) of the router may be supported after these
> patches, but
> these patches have only been tested on DANT-1 board.
This patch breaks the build:
CC arch/mips/bcm63xx/boards/boa
Hi,
On Thu, Jun 4, 2015 at 11:06 AM, Kejia Hu (Terry)
wrote:
>
>
> Signed-off-by: kejia Hu
The signed-off-by needs to be in the actual patch description. Also
don't send cover letters (is this one?) for single patches.
Regards
Jonas
___
openwrt-deve
Hi,
On Thu, Jun 4, 2015 at 11:06 AM, Kejia Hu (Terry)
wrote:
> From: Kejia Hu
>
> This will update CRC after rootfs has been changed, thus aovid
> bootloader's CRC verification failure.
This would also require a sign-off-by. Just merge this patch into your
patch 2/3 of your tg582n patch series
Hi,
On Wed, Jun 10, 2015 at 10:39 AM, Hans Dedecker wrote:
> Signed-off-by: Hans Dedecker
Please don't submit patches with empty commit logs.
Why is it okay to remove it?
Regards
Jonas
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
Hi,
On Wed, Jun 10, 2015 at 10:39 AM, Hans Dedecker wrote:
>
> Signed-off-by: Hans Dedecker
Please don't submit patches with empty commit logs.
Why is it okay to remove it?
Regards
Jonas
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.or
Hi,
On Tue, Jun 9, 2015 at 12:14 PM, Dirk Neukirchen wrote:
> - enabling "-fstack-protector" results in build errors
> - Upstream explicitly tests & disables it
>
> reference: upstream commit baa2a121e004a95a12e2bb7f2419de6625a30c2d
>
> Signed-off-by: Dirk Neukirchen
> ---
> package/boot/grub2/
devm_gpio_free(dev->dev, dev->reset_gpio);
> +
> + devm_kfree(dev->dev, dev->buf);
> + devm_kfree(dev->dev, dev->vlans);
> + devm_kfree(dev->dev, dev->ports);
> +}
> +EXPORT_SYMBOL(b53_switch_remove);
These look wrong, the w
phy_connect in their start (ifup), but not seen with drivers that
do it in their probe callback. That's why I said that the "already
alloc'd/registered" check in _config_init is the only valid part of
this patch.
The other possibility would be moving the allocation/registration to
Hi,
On Sun, Jun 14, 2015 at 11:10 PM, Arnold Schulz wrote:
> Hi everyone,
>
> for fun I have put efforts to solve some mysteries of the EasyBox 904xDSL.
> (here thank you Sylwester and Martin B. for feedback).
>
> Currently code in driver/net/phy/rtl8366_smi.c is used to control rtl836x
> chips v
Hi,
On Sun, Jun 21, 2015 at 5:53 PM, Alejandro Mery wrote:
> when using musl packages include netinet/ether.h break because
> struct ethhdr gets redefined.
>
> this patch comes includes a patch originally from sabotage linux
> and it has been submitted upstream https://lkml.org/lkml/2014/3/14/266
Hi,
On Mon, Jul 6, 2015 at 10:36 PM, Gunnar Thorburn wrote:
> Hi,
>
> Trunk and CC image for ArcherC20i do not support USB/leds/buttons.
> This patch is for an updated/improved .dts-file.
Please describe what you changed (added/removed/changed nodes/properties).
> See also: https://forum.openwr
Hi,
On Mon, Jul 6, 2015 at 11:56 PM, Gunnar Thorburn wrote:
> Hi,
>
> The patch (actually the entire file) was contributed on the OpenWrt forum:
> https://forum.openwrt.org/viewtopic.php?pid=281794#p281794
> My contribution is that I have tested it and that I am trying to submit it
> here.
>
> I
On Wed, Jul 8, 2015 at 2:00 PM, Paul Fertser wrote:
> Hi,
>
> ldy647 writes:
>> recently, when we install our wireless router, we found when we run
>> the reboot command, the board couldn't restart. We hope you could lend
>> us a hand to solve this problem. We'll be quite grateful for what you
>>
Hi,
On Fri, Jul 10, 2015 at 9:18 AM, wrote:
> From: Miaoqing Pan
>
> Derived from 'drivers/staging/mt29f_spinand'.
>
> Only support Giga Device SPI NAND device now,
> - GD5F1GQ4U 1G 3.3V 8-bit
> - GD5F2GQ4U 2G 3.3V 8-bit
> - GD5F1GQ4R 1G 1.8V 8-bit
> - GD5F2GQ4R 2G 1.8V 8-bit
>
Hi,
On Wed, Jul 15, 2015 at 7:05 AM, Cezary Jackiewicz
wrote:
> This patch adds buttons support for Huawei EchoLife HG553.
>
> Signed-off-by: Cezary Jackiewicz
Generally looks good, but a few nitpicks:
> ---
>
> diff --git a/target/linux/brcm63xx/dts/hg553.dts
> b/target/linux/brcm63xx/dts/hg
On Wed, Jul 15, 2015 at 7:59 AM, Rafał Miłecki wrote:
> On 15 July 2015 at 07:05, Cezary Jackiewicz
> wrote:
>> @@ -6,6 +6,25 @@
>> model = "Huawei EchoLife HG553";
>> compatible = "huawei,hg553", "brcm,bcm6358";
>>
>> + gpio-keys-polled {
>> + compatible = "g
Hi,
On Wed, Jul 15, 2015 at 10:38 PM, Rafał Miłecki wrote:
> On 15 July 2015 at 18:34, Cezary Jackiewicz
> wrote:
>> This patch adds buttons support for Huawei EchoLife HG553.
>> Changes:
>> - add empty line...
>> - change codes to hexadecimal
>
> You usually want to put version comments in the
On Wed, Jul 15, 2015 at 12:25 PM, John Crispin wrote:
> On 15/07/2015 12:23, Jonas Gorski wrote:
>> On Wed, Jul 15, 2015 at 7:59 AM, Rafał Miłecki wrote:
>>> On 15 July 2015 at 07:05, Cezary Jackiewicz
>>> wrote:
>>>> @@ -6,6 +6,25 @@
>
On Thu, Jul 16, 2015 at 7:08 PM, Arturo Rinaldi wrote:
> after running the git 'reset' command :
>
> $ git reset --hard 171f0fd10830acd3259f7c229f1b65b95595f388
>
> in the trunk directory returns me :
>
> fatal: Could not parse object '171f0fd10830acd3259f7c229f1b65b95595f388'
>
> is by any chance
Hi,
On Fri, Jul 17, 2015 at 9:37 AM, Guenther Kelleter
wrote:
> Hi
>
>
>
> Last week support for two devolo boards was committed to the trunk (r46342),
> but I don’t find the image in
> https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic
>
>
>
> Why are they not built with the snapshot?
On 17.07.2015 16:16, Karl Palsson wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Jonas Gorski wrote:
>> On Thu, Jul 16, 2015 at 7:08 PM, Arturo Rinaldi
>> wrote:
>>> after running the git 'reset' command :
>>>
>>>
On Fri, Jul 17, 2015 at 12:09 PM, Álvaro Fernández Rojas
wrote:
> Signed-off-by: Álvaro Fernández Rojas
What does this patch do? Why do we want it? Does it change anything in
the generated files? Please describe what this patch does/changes.
After giving this a test run, I got this warning:
ba
On Sat, Jul 18, 2015 at 2:06 AM, wrote:
> From: notnyt
>
> Fix for default button states in WRT1900AC dts files.
> This prevents overlay wipe when reset is pressed.
> More info at:
> https://forum.openwrt.org/viewtopic.php?pid=282900#p282900
>
> Signed-off-by: notnyt
Please sign off with your
Hi,
I just noticed that you sent this to the wrong address
(openwrt-devel-request@ instead of openwrt-devel), thus it never made
it to the mailing list.
On 20.07.2015 10:40, Matt Goring wrote:
> BCM6318: will also support Sagem 2704N (V1) and probably the
> TP-Link-TD-W8960N (V5) because its the
On Sun, Jul 26, 2015 at 9:34 PM, Piotr Dymacz wrote:
> 2015-07-26 21:16 GMT+02:00 Imre Kaloz :
>>
>> On Sun, 26 Jul 2015 18:24:30 +0200, Piotr Dymacz wrote:
>>
>>> For some boards in ramips (and other targets) naming scheme for LEDs is:
>>> "manufacturer:color:led-name", but there are many other
Hi,
On Tue, Jul 28, 2015 at 6:28 AM, Matt Goring wrote:
> BCM6318: add support for Plusnet / Sagem 2704N (V1)
> Signed-off-by: Matt Goring
> ---
For future submissions, add a changelog here for all the changes
between (re-)submissions.
> target/linux/brcm63xx/base-files/etc/diag.sh |
Hi,
On Wed, Aug 5, 2015 at 12:53 AM, Daniel Golle wrote:
> Changelog:
> * https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.4
>
> Signed-off-by: Daniel Golle
> ---
> include/kernel-version.mk | 4 +-
> ...79-add-gpio-func-register-for-QCA955x-SoC.patch | 2
Hi,
On Fri, Aug 7, 2015 at 4:28 AM, Mathieu Olivari wrote:
> These are cherry-picked & backported from LKML:
> *https://lkml.org/lkml/2015/3/17/19
>
> They are enabled on both 3.18 and 4.1 kernel. Patches 150 to 154 are
> applying changes merged since 3.18; they enable mechanisms used by the
> AD
On Fri, Aug 7, 2015 at 5:40 PM, Alexander Couzens wrote:
> lock -n is similiar to flock -n. If the lock was already taken,
> fail with exit code = 1 and write error message to stderr.
>
> example:
> if ! lock -n /tmp/foo ; then
> echo lock exits.
> else
> echo lock was free. But is
On Thu, Aug 13, 2015 at 8:00 PM, Rafał Miłecki wrote:
> There is an issue with handling relatively big (4 MiB+) files in
> lighttpd after the upgrade to the 1.4.36:
> https://github.com/openwrt/packages/issues/1658
> It seems lighttpd is running out of file descriptors and is replying with:
> 413
Welcome back ;)
On Sun, Aug 2, 2015 at 7:03 AM, Daniel Dickinson
wrote:
> Signed-off-by: Daniel Dickinson
Drop the CC from the subject; it's used for patches for the
chaos_chalmer branch, while this is for trunk.
A small description of the device would be nice to have, try not to
have an empty
On Sun, Aug 2, 2015 at 9:30 AM, Daniel Dickinson
wrote:
Eh, also replace the "BSP" with "support", at least when I hear BSP I
am thinking of a full build environment, not just a single kernel
patch.
> Signed-off-by: Daniel Dickinson
> ---
> target/linux/ar71xx/config-4.1 |
On Tue, Aug 18, 2015 at 4:21 PM, Rob Mosher
wrote:
> The uboot boot counter was never reset after a successful boot.
> This patch prevents bootcmd and boot_part from becoming out of sync
> after a sysupgrade and ensures the proper partition is booted.
>
> Signed-off-by: Rob Mosher
Hm, that code
Hi,
On Thu, Aug 20, 2015 at 11:40 AM, Dirk Neukirchen wrote:
> GCC 4.9 was marked BROKEN with r46089. Recently GCC 5.2 was added (marked as
> broken too)
>
> commit msg: " toolchain: mark gcc 4.9 as broken, it miscompiles some code
> especially on ARM"
>
> Looking through some GCC 5 serious reg
On Fri, Aug 21, 2015 at 3:34 AM, Mathieu Olivari wrote:
> This new build target can be used to generate a ubinized.bin file,
> including the kernel and the FS specified as an argument.
>
> Signed-off-by: Mathieu Olivari
I have a slightly different approach in my queue that uses
scripts/ubinize-i
To allow squashfs on ubi, enable ubiblock support in the kernel.
Signed-off-by: Jonas Gorski
---
target/linux/ipq806x/config-3.18 | 2 +-
target/linux/ipq806x/config-4.1 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ipq806x/config-3.18 b/target/linux
Signed-off-by: Jonas Gorski
---
include/image.mk | 10 ++
1 file changed, 10 insertions(+)
diff --git a/include/image.mk b/include/image.mk
index 73fc805..fb89ed1 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -345,6 +345,16 @@ define Build/append-rootfs
dd if=$(word 2
is able to read from
it.
Therefore the last two patches that create an "sysupgradeable" image are
marked as RFC.
Jonas Gorski (10):
ipq806x: enable ubiblock support
image: add a build step for building and appending an ubinized rootfs
build: add a build step for generic sysupgrade
Signed-off-by: Jonas Gorski
---
include/image.mk | 8 ++
scripts/sysupgrade-nand.sh | 68 ++
2 files changed, 76 insertions(+)
create mode 100755 scripts/sysupgrade-nand.sh
diff --git a/include/image.mk b/include/image.mk
index fb89ed1
OpenWrt expects the ubi paritition to be named "ubi", not "rootfs".
Signed-off-by: Jonas Gorski
---
.../patches-3.18/302-mtd-qcom-smem-rename-rootfs-ubi.patch | 13 +
.../patches-4.1/302-mtd-qcom-smem-rename-rootfs-ubi.patch | 13 +
2 files ch
Signed-off-by: Jonas Gorski
---
.../166-arch-qcom-dts-enable-qcom-smem-on-AP148-NAND.patch| 11 +++
.../707-ARM-dts-qcom-add-mdio-nodes-to-ap148-db149.patch | 6 +++---
...708-ARM-dts-qcom-add-gmac-nodes-to-ipq806x-platforms.patch | 2 +-
.../166-arch-qcom-dts-enable-qcom-smem
Ensure that IMAGE-less devices won't keep the IMAGES of any previous
devices.
Signed-off-by: Jonas Gorski
---
target/linux/ipq806x/image/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ipq806x/image/Makefile
b/target/linux/ipq806x/image/Makefile
index 2369762..da
Wrap the zImage in a uImage header so we can easily boot it from legacy
u-boots.
Signed-off-by: Jonas Gorski
---
target/linux/ipq806x/image/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ipq806x/image/Makefile
b/target/linux/ipq806x/image/Makefile
Add full ubi and sysupgrade images for AP148 and add sysupgrade support
for ipq806x to allow updating the current installation.
Signed-off-by: Jonas Gorski
---
.../linux/ipq806x/base-files/lib/upgrade/platform.sh | 18 ++
target/linux/ipq806x/image/Makefile | 20
The stock QSDK expects the ubi to be wrapped in an itb image, so
provide one for easy sysupgrade from QSDK.
FIXME: currently does not work? Seems to flash fine, but ubi cannot
be mounted by OpenWrt and needs to be flashed a second time.
Signed-off-by: Jonas Gorski
---
target/linux/ipq806x
Signed-off-by: Jonas Gorski
---
include/image.mk | 7 +
scripts/mkits-ubi.sh | 79
2 files changed, 86 insertions(+)
create mode 100755 scripts/mkits-ubi.sh
diff --git a/include/image.mk b/include/image.mk
index 8ac3593..261cbb2
On 21.08.2015 13:24, John Crispin wrote:
>
>
> On 21/08/2015 13:17, Jonas Gorski wrote:
>> The stock QSDK expects the ubi to be wrapped in an itb image, so
>> provide one for easy sysupgrade from QSDK.
>>
>> FIXME: currently does not work? Seems to flash fine
On 21.08.2015 13:39, John Crispin wrote:
>
>
> On 21/08/2015 13:28, Jonas Gorski wrote:
>> On 21.08.2015 13:24, John Crispin wrote:
>>>
>>>
>>> On 21/08/2015 13:17, Jonas Gorski wrote:
>>>> The stock QSDK expects the ubi to be wrapped in an i
Netgear names them BOARD_ID and HW_ID, so we should do the same.
Signed-off-by: Jonas Gorski
---
target/linux/ar71xx/image/Makefile | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image
ength of 0, so it's
only the kernel that is affected.
Jonas Gorski (7):
ar71xx: rename NETGEAR_ variables to their netgear names
image: move netgear-image to top and rename to -dni
image: allow exactly KERNEL_SIZE sized kernels
ipq806x: add support for retrieving macs from mtd
ba
Use the same naming as netgear-chk.
Signed-off-by: Jonas Gorski
---
include/image.mk | 9 +
target/linux/ar71xx/image/Makefile | 13 ++---
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/include/image.mk b/include/image.mk
index 261cbb2
The KERNEL_SIZE should be the maximum size, inclusive, so we need to
check for greater equal, not just greater.
Signed-off-by: Jonas Gorski
---
include/image.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/image.mk b/include/image.mk
index d4ebdef..400dce8
Add support for mtd-mac-address for stmac.
Signed-off-by: Jonas Gorski
---
...orm-add-support-for-retreiving-mac-from-m.patch | 35 ++
...orm-add-support-for-retreiving-mac-from-m.patch | 35 ++
2 files changed, 70 insertions(+)
create mode 100644
Signed-off-by: Jonas Gorski
---
package/base-files/files/lib/functions/uci-defaults.sh | 16
1 file changed, 16 insertions(+)
diff --git a/package/base-files/files/lib/functions/uci-defaults.sh
b/package/base-files/files/lib/functions/uci-defaults.sh
index 8ba95a2..2658d43
Add support for the Netgear Nighthawk X4 R7500 and build
appropariate sysupgrade and factory images.
Known issues:
* 5 GHz wifi not working - there is no quantenna driver
* One of the USB ports is not working
Signed-off-by: Jonas Gorski
---
.../linux/ipq806x/base-files/etc/uci-defaults/leds
To use gpio leds as ide leds, we need to enable the trigger to be
included in the kernel.
Signed-off-by: Jonas Gorski
---
target/linux/ipq806x/config-3.18 | 1 +
target/linux/ipq806x/config-4.1 | 1 +
2 files changed, 2 insertions(+)
diff --git a/target/linux/ipq806x/config-3.18 b/target
Hi,
On Sun, Aug 23, 2015 at 1:02 PM, Dirk Neukirchen wrote:
>
> - remove net prefix from some modules
> - try to sort alphabetically
> Signed-off-by: Dirk Neukirchen
please split this into two (first remove the net prefix, then reorder
them), this should make it a bit less unreadable.
regard
r45421 added copying initramfs kernels for NAND profiles, but missed
both NOR profiles.
Signed-off-by: Jonas Gorski
---
target/linux/mvebu/image/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/mvebu/image/Makefile
b/target/linux/mvebu/image/Makefile
index 7f270dd
Package the sdhci controller driver found on armada 38x boards and add
backported fixes to allow them to be selected / not break the boot.
Signed-off-by: Jonas Gorski
---
package/kernel/linux/modules/other.mk | 12
...Fix-hardware-dependencies-for-sdhci-pxav3.patch | 33
file gets renamed to 388-rd for 3.18
as well; matching what it was named in 4.0 already.
Signed-off-by: Jonas Gorski
---
.../mvebu/base-files/etc/uci-defaults/02_network | 3 +
target/linux/mvebu/base-files/lib/mvebu.sh | 3 +
target/linux/mvebu/image/Makefile | 3
Hi,
On Sun, Aug 23, 2015 at 5:21 PM, Martin Tesar wrote:
A few words about the device would be nice. Please try to avoid an
empty commit message.
> Signed-off-by: Martin Tesar
Codewise it looks good, but you used spaces for indentation; please
replace them with tabs as used everywhere else.
Hi,
On Wed, Aug 26, 2015 at 7:09 AM, Martin Tesař wrote:
> Hi,
>
> here is an updated patch.
Please send the patch inline like you did the first time (easier to
review and comment on), and:
diff --git a/target/linux/brcm63xx/patches-3.18/999-board_VR-3026e.patch
b/target/linux/brcm63xx/patches-
On Wed, Aug 26, 2015 at 7:18 PM, Martin Tesar wrote:
> Add support for Comtrend VR-3026e v1.
> The device is almost identical to the Comtrend VR-3025un.
>
> Signed-off-by: Martin Tesar
> ---
> target/linux/brcm63xx/base-files/etc/diag.sh | 3 +
> .../base-files/etc/uci-defaults/02_network
On Thu, Aug 27, 2015 at 12:41 PM, Martin Tesar wrote:
> Hi,
>
> it's just a cosmetic change. Now I understand I shouldn't do that.
> Should I create a new patch?
Yes, please. I don't mind the cosmetic change per se, it just should
be in a separate patch.
Jonas
__
Hi,
On Sun, Aug 30, 2015 at 6:26 PM, Dirk Neukirchen wrote:
> several packages reported different file order between builds
> make binutils, kmod-sched reproducible
>
> Signed-off-by: Dirk Neukirchen
These are stil not reproducible for others, because ...
> ---
> include/image.mk | 2 +-
> s
Hi,
On Thu, Aug 27, 2015 at 1:03 PM, Alexey Brodkin
wrote:
> This includes binutils, gcc, gdb and uClibc-ng.
>
> Latest release of ARC gcc (as of today it is "arc-2015.06")
> is based on upstream gcc 4.8.4.
>
> Sources are available on GitHub, see:
> https://github.com/foss-for-synopsys-dwc-arc-p
On Thu, Aug 27, 2015 at 1:03 PM, Alexey Brodkin
wrote:
> This patch introduces support of new boards with ARC cores.
>
> [1] Synopsys SDP board
> This is a new-generation development board from Synopsys that
> consists of base-board and CPU tile-board (which might have a real
> ASI
Hi,
On Wed, Sep 2, 2015 at 9:58 PM, Alexey Brodkin
wrote:
> Hi Jonas,
>
> On Wed, 2015-09-02 at 10:08 +0200, Jonas Gorski wrote:
>> Hi,
>>
>> On Thu, Aug 27, 2015 at 1:03 PM, Alexey Brodkin
>> wrote:
>> > This includes binutils, gcc, gdb and uClibc-ng.
Hi,
On Wed, Sep 2, 2015 at 10:40 PM, Alexey Brodkin
wrote:
> Hi Jonas,
>
> On Wed, 2015-09-02 at 10:32 +0200, Jonas Gorski wrote:
>> On Thu, Aug 27, 2015 at 1:03 PM, Alexey Brodkin
>> wrote:
>> > This patch introduces support of new boards with ARC cores.
>
Hi,
On Thu, Sep 3, 2015 at 6:11 PM, Alexey Brodkin
wrote:
> Hi Jonas,
>
> On Thu, 2015-09-03 at 15:33 +0200, Jonas Gorski wrote:
>> Hi,
>>
>> On Wed, Sep 2, 2015 at 10:40 PM, Alexey Brodkin
>> wrote:
>> > Hi Jonas,
>> >
>> > On Wed
Hi,
On Fri, Sep 4, 2015 at 12:35 PM, Alexey Brodkin
wrote:
> Hi Jonas,
>
> On Fri, 2015-09-04 at 12:25 +0200, Jonas Gorski wrote:
>> Hi,
>>
>> On Thu, Sep 3, 2015 at 6:11 PM, Alexey Brodkin
>> wrote:
>> > Hi Jonas,
>> >
>> > On T
On Fri, Sep 4, 2015 at 12:45 PM, Alexey Brodkin
wrote:
> Hi Jonas,
>
> On Fri, 2015-09-04 at 12:40 +0200, Jonas Gorski wrote:
>> Hi,
>>
>> On Fri, Sep 4, 2015 at 12:35 PM, Alexey Brodkin
>> > If one of my proposals above ok?
>> > For example this one
Hi,
On Fri, Sep 4, 2015 at 1:24 PM, Alexey Brodkin
wrote:
> Hi Jonas,
>
> On Fri, 2015-09-04 at 13:01 +0200, Jonas Gorski wrote:
>> On Fri, Sep 4, 2015 at 12:45 PM, Alexey Brodkin
>> wrote:
>> > Hi Jonas,
>> >
>> > On Fri, 2015-09-
On Fri, Aug 21, 2015 at 1:17 PM, Jonas Gorski wrote:
> This patchset adds sysupgrade support and and builds images for AP148.
>
> This has been tested on AP148.
>
> sysupgrade from original QSDK should work in theory, but in practice
> either ubiformat or something else in Q
On Fri, Aug 21, 2015 at 1:45 PM, Jonas Gorski wrote:
> This patchset adds support for the Netgear Nighthawk X4 R7500.
>
> This patchset depends on patches 1 to 8 from "ipq806x: implement
> sysupgrade for AP148".
Thanks, applied with a small fixup for the profile (there
Hi,
On Sat, Sep 5, 2015 at 2:58 PM, Álvaro Fernández Rojas
wrote:
> This backports upstream LED drivers (BCM6328 and BCM6358).
Let's wait with this until CC-final is out and I can drop 3.18. I have
pinctrl drivers in my queue that I'm somewhat satisfied with, but will
require changes to the dts(
Hi,
On Tue, Sep 8, 2015 at 2:31 PM, Dmitry Ivanov wrote:
> Restore 640-bridge_no_eap_forward.patch to its original form.
> It was corrupted in rev 62a2176cb144. The most obvious symptom is repeated
> messages like this:
Please state the svn revision and/or the commit subject in () to make
it ea
Hi Alexey,
On Fri, Sep 4, 2015 at 4:12 PM, Alexey Brodkin
wrote:
> Hi Jonas,
>
> On Fri, 2015-09-04 at 15:44 +0200, Jonas Gorski wrote:
>> Hi,
>>
>> On Fri, Sep 4, 2015 at 1:24 PM, Alexey Brodkin
>> wrote:
>> > Hi Jonas,
>> >
>> > On F
Hi,
On Thu, Sep 10, 2015 at 3:00 PM, Dmitry Ivanov
wrote:
> Bridge hairpin mode must be off by default when multicast_to_unicast is
> off. Enabling this mode leads to broadcast frames such as ARP and DHCP
> being retransmitted back to AP in WDS configurations.
>
> Signed-off-by: Dmitry Ivanov
C
Hi,
On Tue, Sep 8, 2015 at 9:00 PM, Drasko DRASKOVIC
wrote:
> Subject: [PATCH] [SIGNED-OFF] Add initial support for WeIO board
Please version your patches if you change them ([PATCH V2] etc)
> Add support for WeIO board (http://we-io.net), which is based on
> Carambola2 board from 8Devices.
>
>
Hi,
On Mon, Sep 14, 2015 at 11:30 AM, Rafał Miłecki wrote:
> Quick summary:
> Subtargets - used for building modified kernels
> Profiles - used for including specific software
>
> There are two ways of using profiles:
>
> 1) Changing some software for all devices
> Used when profile is used for a
On Mon, Sep 14, 2015 at 12:36 AM, Karl Palsson wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hartmut Knaack wrote:
>> Hannu Nyman schrieb am 13.09.2015 um 19:51:
>> > Sorry, but what is the problem?
>>
>> Most importantly: laziness. In my case, I just keep hitting the next
>> email
Hi,
On Wed, Dec 2, 2015 at 9:37 PM, dani wrote:
> In the HG556a router the partition mtd0, where CFE lives, is read only.
> This patch allows this partition to be writeable.
>
> The BCM6358 SoC has two cores, but they are not identical. The second core has
> half icache.
> core0: icache=32kB
> co
Hi,
On 12 December 2015 at 14:10, dani wrote:
> Currently ephy-reset, which uses a GPIO for enabling external ethernet phys,
> is broken.
> This patch fix the problem.
>
> This problem causes in boards with external phys with a reset pin connected
> to gpio, are
> initialized without lan interf
Hi,
On 16 December 2015 at 23:05, Álvaro Fernández Rojas wrote:
> Signed-off-by: Álvaro Fernández Rojas
in the future I will reject patches with an empty commit message.
Applied in r48305.
Jonas
___
openwrt-devel mailing list
openwrt-devel@lists.op
Hi,
On 20 December 2015 at 04:52, Mohammed Berdai wrote:
> This router is a ZyXEL VDSL2 router and its board has :
> chip ID: BCM6368B2, MIPS: 400MHz,
> Total Flash size: 16384K with 128 sectors
> Total Memory: 67108864 bytes (64MB)
> Board Id (0-15): 96368MVWG
>
> with a usb port, and wifi Broad
Hi,
On 6 January 2016 at 20:02, Rafał Miłecki wrote:
> Signed-off-by: Rafał Miłecki
Please don't leave the commit log empty. E.g. state why you need to
add this new function.
> ---
> .../generic/files/drivers/net/phy/b53/b53_mdio.c | 20
>
> .../generic/files/drivers/
Hi,
On 6 January 2016 at 20:02, Rafał Miłecki wrote:
> Signed-off-by: Rafał Miłecki
> ---
> .../generic/files/drivers/net/phy/b53/b53_common.c | 40
> ++
> 1 file changed, 40 insertions(+)
>
> diff --git a/target/linux/generic/files/drivers/net/phy/b53/b53_common.c
> b/tar
Hi,
On 21 January 2016 at 14:55, Rafał Miłecki wrote:
> It's quite common for switches to have PHY per port so we may use a
> generic function for setting port link. We just need an API to access
> PHYs which this patch also adds.
>
> Signed-off-by: Rafał Miłecki
> ---
> .../linux/generic/files
Hi,
On 13 July 2016 at 19:56, wrote:
> From: Yutang Jiang
>
> Add support for NXP layerscape ls1043ardb-64b Dev board.
Nice to see support for it here. A few things first, though
>
> ls1043ardb-64b target is using 4.1 kernel and rcw/u-boot/fman images from
> NXP QorIQ SDK V2.0 release.
Plea
Hi,
On 22 July 2016 at 12:18, Alexey Brodkin wrote:
> With that patch in place for initramfs no additional options are
> reported for "/" partition. What's really important is missing
> info about sizes. Which in its turn makes opkg think that there's
> no space on "/" partition to install softwa
Hi,
On Tue, Nov 3, 2015 at 12:27 AM, Alexey Brodkin
wrote:
> This patch introduces support of new boards with ARC cores.
>
> [1] Synopsys SDP board
> This is a new-generation development board from Synopsys that
> consists of base-board and CPU tile-board (which might have a real
>
1 - 100 of 683 matches
Mail list logo