flashrom: Update to latest version and remove unneeded dependencies.
Signed-off-by: Álvaro Fernández Rojas
---
v3: Add dmidecode dependency only for x86 and x86_64. Fix libftdi and dmidecode
before this one.
v2: Add dmidecode dependency only for x86 target.
diff --git a/utils/flashrom/Makefile
dmidecode: Update to latest version and enable build for x86_64 target.
Signed-off-by: Álvaro Fernández Rojas
---
diff --git a/utils/dmidecode/Makefile b/utils/dmidecode/Makefile
index c1f4a9f..5b877f0 100644
--- a/utils/dmidecode/Makefile
+++ b/utils/dmidecode/Makefile
@@ -1,5 +1,5 @@
#
-# Copy
libftdi: fix build for x86_64 target.
Signed-off-by: Álvaro Fernández Rojas
---
diff --git a/libs/libftdi/Makefile b/libs/libftdi/Makefile
index 819c036..7bf5b2b 100644
--- a/libs/libftdi/Makefile
+++ b/libs/libftdi/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2011 OpenWrt.org
+# Copyright (C) 20
Signed-off-by: Rafał Miłecki
---
target/linux/brcm47xx/image/Makefile | 14 ++
1 file changed, 14 insertions(+)
diff --git a/target/linux/brcm47xx/image/Makefile
b/target/linux/brcm47xx/image/Makefile
index eca09a8..bf7f747 100644
--- a/target/linux/brcm47xx/image/Makefile
+++ b/tar
Matthew Fatheree writes:
> support NAND device for Mamba board
>
> - Use kernel command line to define the partition layout.
> - Add Mamba board config. Board specific support will be enabled by
>this flag. The Mamba board should receive the partition table from
> kernel argument from U-boo
On 2014-05-08 23:31, Matthew Fatheree wrote:
> From 90ae505c06fddcc08622594bb82bb449511c7e9a Mon Sep 17 00:00:00 2001
> From: Matthew Fatheree
> Date: Sat, 19 Apr 2014 00:08:43 +0700
> Subject: [PATCH 07/30] mamba mvebu: force nand driver to use 4-bit ECC
>
> if the NAND flash's recommended ECC s
Thanks, Jiri. Resending my patch using a different email client. Hopefully,
this time it doesn't get mangled.
Frank
Signed-off-by: Frank Edelhaeuser
Index: package/i2c-lua/Makefile
===
--- package/i2c-lua/Makefile(attitude_a
Sorry to cause troubles.
The bot at patchwork.openwrt.org added the diff content from my previous
email to the patch queue, but this was not intended as a patch submission.
http://patchwork.openwrt.org/patch/5387/
This diff output should not be applied as a patch to trunk! It was only
included f
On 09/05/2014 20:17, David Lang wrote:
> On Fri, 9 May 2014, John Crispin wrote:
>
>> (maybe i should start to only send the acks for this series, it
>> will save us a lot of time)
>
> no, giving the reasons for each nack is valuable.
>
> David Lang
>
Hi David,
i was trying to make a joke b
On Fri, 9 May 2014, John Crispin wrote:
(maybe i should start to only send the acks for this series, it will
save us a lot of time)
no, giving the reasons for each nack is valuable.
David Lang
___
openwrt-devel mailing list
openwrt-devel@lists.openw
On 09/05/2014 18:14, Owen Kirby wrote:
> On 14-05-08 11:09 PM, Luka Perkov wrote:
>> On Thu, May 08, 2014 at 02:07:13PM -0700, Matthew Fatheree
>> wrote:
>>> From 4a9565f1139fbb585727638fd69a0437bdd212b6 Mon Sep 17
>>> 00:00:00 2001 From: Matthew Fatheree
>>> Date: Sun, 4 May 2014 19:04:04
>>> +
I'm trying load ath5k / mac80211 drivers on an Engenius EOC-1650, compiled
from trunk r40735. However, "wifi detect" fails with the following:
ls: /sys/class/ieee80211: No such file or directory
A caveat is that this particular device has odd GPIO issues, whereby
Attitude Adjustment had to have
On 2014-05-08 23:32, Matthew Fatheree wrote:
> From c65d737b77b063f64cdbe042b49dae8ee690ed28 Mon Sep 17 00:00:00 2001
> From: Matthew Fatheree
> Date: Sun, 4 May 2014 23:45:26 +0700
> Subject: [PATCH 28/30] mamba mvebu: add wifi.lua to mrvl_wlan_v7drv package
>
> Mamba wireless driver requires to
On 14-05-08 11:09 PM, Luka Perkov wrote:
> On Thu, May 08, 2014 at 02:07:13PM -0700, Matthew Fatheree wrote:
>> From 4a9565f1139fbb585727638fd69a0437bdd212b6 Mon Sep 17 00:00:00 2001
>> From: Matthew Fatheree
>> Date: Sun, 4 May 2014 19:04:04 +0700
>> Subject: [PATCH 15/30] mamba mvebu: add fw_pri
This patch adds support for the I2C Lua binding. The I2C Lua binding
allows Lua scripts to control I2C slave devices on I2C busses supported
by the kernel.
Sourceforge project page: http://sourceforge.net/projects/i2c-lua
Hope I am doing this right (first time submitting a patch here).
Thanks
2014-05-09 12:13 GMT+02:00, Álvaro Fernández Rojas :
> Thanks for the help Pteridium. BTW, dmidecode is only available for x86, not
> for x86_64:
> https://dev.openwrt.org/browser/packages/utils/dmidecode/Makefile ->
> DEPENDS:=@TARGET_x86
>
Yes an no: dmidecode was added before the inclusion of ta
I understand how it works in general, John was nacking the support as it
duplicated existing
functionality. I was asking more about this existing functionality within
openwrt for
supporting dual firmware images. I wasn't aware of any existing functionality
for this.
Cheers,
Karl P
On Fri,
Probably because most routers so far don't have enough flash memory to
hold two partitions. I have seen this used on some Professional NAS systems.
Pretty useful though !
The information I have from Belkin about this feature how it works is:
If the new flashed partition has some problem (e.g: K
Hi Hannu,
On Thu, May 08, 2014 at 09:36:31PM +0300, Hannu Nyman wrote:
> Quilt version 0.63 has been released this week.
Applied in r40744. Thanks!
Luka
PS. Next time please follow the official guide [1].
[1] https://dev.openwrt.org/wiki/SubmittingPatches
__
Are there any existing docs on sysupgrade dual boot support like this? It's a
nice feature,
and I'd love to use existing functionality for this, but I haven't seen it, or
heard about it
before.
Cheers,
Karl P
On Fri, May 09, 2014 at 11:48:23AM +0200, John Crispin wrote:
> nack,
>
> wrong fol
Hello guys,
We've had some troubles getting /dev/spidev*.* shown on OpenWrt even after
selecting kmod-spidev at build time (tested on brcm63xx->HG556a and Rasberry
Pi).
For some odd reason, /dev/spidev*.* only appears if CONFIG_SPI_SPIDEV is
manually selected and set to "y" from the kernel conf
Thanks for the help Pteridium. BTW, dmidecode is only available for x86, not
for x86_64:
https://dev.openwrt.org/browser/packages/utils/dmidecode/Makefile ->
DEPENDS:=@TARGET_x86
@Luka: If you have any other suggestions or changes just tell me.
P.S: Maybe we should completely remove dmidecode d
nack, again the webui should not be in that folder.
John
On 08/05/2014 23:33, Matthew Fatheree wrote:
> From 9a9dc70152468dd745fe0cd9dd94d1b498b87598 Mon Sep 17 00:00:00
> 2001 From: Matthew Fatheree Date:
> Sun, 4 May 2014 23:47:45 +0700 Subject: [PATCH 29/30] mamba mvebu:
> support mac
nack
1) drivers go in the kernel/ dir
2) the driver smells like poo poo
3) since when o we carry webui hacks for smelly wifi driver inside the
driver dir ?
4) the 1900ac only supports us channels ?
5) wont look at the lua stuff in detail but a rough look at it told me
that the quality aligns with
On 08/05/2014 23:21, Matthew Fatheree wrote:
> From 420c37e26c1ff16f160dddc8adcd7e0c8ee0c6a9 Mon Sep 17 00:00:00
> 2001 From: Matthew Fatheree Date:
> Sun, 4 May 2014 20:43:34 +0700 Subject: [PATCH 23/30] mamba mvebu:
> board specific initialize script
>
> - Unexport GPIO33 (Reset button) in or
nack, duplicate functionality
John
(maybe i should start to only send the acks for this series, it will
save us a lot of time)
On 08/05/2014 23:19, Matthew Fatheree wrote:
> From ea96714bb0724cf3e98e86802a3b5b36da67ac89 Mon Sep 17 00:00:00
> 2001 From: Matthew Fatheree Date:
> Sun, 4
never used uboot-envtools, however this does seem wrong and it would
surprise me if other boards did this stuff. i am simply assuming this
is wrong like the rest of the series, so its a nack.
John
On 08/05/2014 23:07, Matthew Fatheree wrote:
> From 4a9565f1139fbb585727638fd69a0437bdd212b6
nack,
wrong folder duplicates functionality ..
John
On 08/05/2014 23:07, Matthew Fatheree wrote:
> From dea780ba779104cd1460efe3815c16990f5db959 Mon Sep 17 00:00:00
> 2001 From: Matthew Fatheree Date:
> Sun, 4 May 2014 19:10:18 +0700 Subject: [PATCH 16/30] mamba mvebu:
> sysupgrade
On 08/05/2014 22:30, Matthew Fatheree wrote:
> Support I2C, USB, TMP421, On-Die sensor, SATA.
>
> Signed-off-by: Matthew Fatheree ---
> target/linux/mvebu/config-3.10 | 29
> - 1 file changed, 28 insertions(+), 1
> deletion(-)
>
so all boards always have ATA, USB
wow a useful patch :)
next time please also patch the other kernel not just the one used by you.
John
On 08/05/2014 22:51, Matthew Fatheree wrote:
> From 8ab032967f60449052c20adc6180c8f295cb37d5 Mon Sep 17 00:00:00
> 2001 From: Matthew Fatheree Date:
> Sat, 19 Apr 2014 00:24:54 +0700 Su
On 08/05/2014 22:51, Matthew Fatheree wrote:
> From a5d210deb9dd9b60260b877ed37af3d417f872b6 Mon Sep 17 00:00:00
> 2001 From: Matthew Fatheree Date:
> Sun, 4 May 2014 01:23:17 +0700 Subject: [PATCH 10/30] Add
> linksys-base-files to package
>
> Add linksys-base-files to ./package. This package
On 08/05/2014 22:53, Matthew Fatheree wrote:
> Mamba use the syscfg partition formatted in ubifs type as the
> overlay partition to store the router configuration. This overlay
> style is different from OpenWRT. To avoid affecting the whole
> OpenWRT tree, we do not modify OpenWRT's block-mount p
hi
nack, did not look at the whole patch when i saw this ->
On 08/05/2014 22:58, Matthew Fatheree wrote:
> +ucidef_set_interface_lan "eth0 wdev0ap0 wdev1ap0"
the device names are handled by netifd and should not be added explictly
John
___
op
nack, again its duplicate functionality
John
On 08/05/2014 23:16, Matthew Fatheree wrote:
> From 99e9d4800f128516f4b8c802e953bd82962defb4 Mon Sep 17 00:00:00
> 2001 From: Matthew Fatheree Date:
> Sun, 4 May 2014 20:20:54 +0700 Subject: [PATCH 19/30] mamba mvebu:
> Reset button activity
On 08/05/2014 23:18, Matthew Fatheree wrote:
> From 3b2c4996441e2a73d48dd55edcd2d0ea123ffc87 Mon Sep 17 00:00:00
> 2001 From: Matthew Fatheree Date:
> Sun, 4 May 2014 20:33:59 +0700 Subject: [PATCH 21/30] mamba mvebu:
> enter FAILSAFE mode, in case the board boot up & Reset button is
> pressed
>
On 08/05/2014 23:23, Matthew Fatheree wrote:
> From 74c7dc364c89a470a63e0ce8efa70ca3e3f36e0c Mon Sep 17 00:00:00
> 2001 From: Matthew Fatheree Date:
> Sun, 4 May 2014 20:53:54 +0700 Subject: [PATCH 24/30] mamba mvebu:
> add led monitor package which support led activity when the
> RESET/WPS butt
On Fri, May 09, 2014 at 10:44:38AM +0200, José Vázquez wrote:
> Sure? maybe i am a bit blind. :(
You are not - I've missed it... Thanks. I guess it was too early in the
morning :)
Luka
> V1:
> Eliminated: DEPENDS:=+zlib +pciutils +dmidecode +libftdi
> +libusb-compat @(arm||armeb||i386||i686||x8
Sure? maybe i am a bit blind. :(
V1:
Eliminated: DEPENDS:=+zlib +pciutils +dmidecode +libftdi
+libusb-compat @(arm||armeb||i386||i686||x86_64)
Added: DEPENDS:=+zlib +pciutils +dmidecode +libftdi +libusb-compat
V2:
Eliminated: DEPENDS:=+zlib +pciutils +dmidecode +libftdi
+libusb-compat @(arm||arme
On Fri, May 09, 2014 at 10:28:50AM +0200, José Vázquez wrote:
> 2014-05-09 8:32 GMT+02:00, Luka Perkov :
> > Hi Alvaro,
> >
> > I don't see this change. Patch v2 is same as v1.
> >
> > Luka
> >
> In v1 he eliminated cpu dependencies while in v2 dmidecode is only
> selected by TARGET_x86.
> I think
2014-05-09 8:32 GMT+02:00, Luka Perkov :
> Hi Alvaro,
>
> I don't see this change. Patch v2 is same as v1.
>
> Luka
>
In v1 he eliminated cpu dependencies while in v2 dmidecode is only
selected by TARGET_x86.
I think that, in addition to x86 should be added x86_64 and any other
target that has dmi.
40 matches
Mail list logo