Currently some libnl headers require application code to include
dependencies on its own. E.g. a simple include of
will trigger an error:
/usr/include/libnl-tiny/linux/netlink.h:32:2: error: unknown type name
'sa_family_t'
Similarly including causes:
/usr/include/libnl-tiny/netlink/handlers.h:1
2015-11-08 4:42 GMT+08:00 Shonn Lu :
> Signed-off-by: Shonn Lu
> ---
> .../0064-reset-m25p80-when-shutdown.patch | 24
> ++
> 1 file changed, 24 insertions(+)
> create mode 100644
> target/linux/ramips/patches-3.18/0064-reset-m25p80-when-shutdown.patch
>
> diff --gi
Citeren Weijie Gao :
2015-11-08 4:42 GMT+08:00 Shonn Lu :
Signed-off-by: Shonn Lu
---
.../0064-reset-m25p80-when-shutdown.patch | 24
++
1 file changed, 24 insertions(+)
create mode 100644
target/linux/ramips/patches-3.18/0064-reset-m25p80-when-shutdown.patch
d
Hi Alexey,
On Tue, Nov 10, 2015 at 5:40 PM, Alexey Brodkin
wrote:
> Hi Jonas,
>
> On Tue, 2015-11-10 at 12:02 +0100, Jonas Gorski wrote:
>> Hi Alexey,
>>
>> On Sat, Nov 7, 2015 at 2:25 PM, Alexey Brodkin
>> wrote:
>> > This patch introduces support of new boards with ARC cores.
>> (snip)
>>
>> >
Hi!
On Wed, Nov 11, 2015 at 06:53:33PM +0800, Weijie Gao wrote:
> 2015-11-08 4:42 GMT+08:00 Shonn Lu :
>
> > Signed-off-by: Shonn Lu
> > ---
> > .../0064-reset-m25p80-when-shutdown.patch | 24
> > ++
> > 1 file changed, 24 insertions(+)
> > create mode 100644
> > t
On 2015-11-10 22:52, Sven Roederer wrote:
> - update mtd-utils to 1.5.2 (git a494d30ab1ae40cb7665680cadf5af3ca3830a73)
> - remove patches that came upstream
> - fixes build from scratch as of broken patches
>
> Signed-off-by: Sven Roederer
> ---
Your patch is line wrapped, please resend. To avoid
Hi!
On 11/11/2015 12:26 PM, Daniel Golle wrote:
> Hi!
>
> On Wed, Nov 11, 2015 at 06:53:33PM +0800, Weijie Gao wrote:
>> 2015-11-08 4:42 GMT+08:00 Shonn Lu :
>>
>>> Signed-off-by: Shonn Lu
>>> ---
>>> .../0064-reset-m25p80-when-shutdown.patch | 24
>>> ++
>>> 1 file c
Signed-off-by: Claudio Leite
---
package/boot/uboot-envtools/files/kirkwood | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/boot/uboot-envtools/files/kirkwood
b/package/boot/uboot-envtools/files/kirkwood
index 1066371..35cbd84 100644
--- a/package/boot/uboot-e
Signed-off-by: Claudio Leite
---
The idea here is to benefit from the daily snapshot builds. Since each
device still has its own profile, interested users can still build the
leanest possible build without the few extra packages.
target/linux/kirkwood/image/Makefile | 4 ++--
target/lin
I do not test this patch on all the 32MB spi flash except my Youku YK1 router.I
am looking forward to a generic shutdown function which adapt to Macronix or
Winbond.
Cheers
Shonn___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lis
Hi Jonas,
On Wed, 2015-11-11 at 12:19 +0100, Jonas Gorski wrote:
> Hi Alexey,
>
> On Tue, Nov 10, 2015 at 5:40 PM, Alexey Brodkin
> wrote:
> > Hi Jonas,
> >
> > On Tue, 2015-11-10 at 12:02 +0100, Jonas Gorski wrote:
> > > Hi Alexey,
> I see what you want, but the way you are doing it is quite
On Wed, Nov 11, 2015 at 1:38 PM, Alexey Brodkin
wrote:
> Hi Jonas,
>
> On Wed, 2015-11-11 at 12:19 +0100, Jonas Gorski wrote:
>> Hi Alexey,
>>
>> On Tue, Nov 10, 2015 at 5:40 PM, Alexey Brodkin
>> wrote:
>> > Hi Jonas,
>> >
>> > On Tue, 2015-11-10 at 12:02 +0100, Jonas Gorski wrote:
>
>> > > Hi A
http://www.winbond.com.tw/resource-files/w25q256fv_revh_02112015.pdf
The datasheet above shows that w25q256fv also use E9h to exit 4-Byte mode.___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinf
Signed-off-by: Javier Domingo Cansino
---
main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main.c b/main.c
index 3b6841b..7c161b5 100644
--- a/main.c
+++ b/main.c
@@ -74,8 +74,8 @@ int main(int argc, char **argv)
}
}
- if (stat("/var/r
Signed-off-by: Petr Štetiar
---
config/Config-images.in | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/config/Config-images.in b/config/Config-images.in
index a60dd50..cdaf5e9 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -281,24 +281,24
Signed-off-by: Petr Štetiar
---
target/linux/imx6/image/Makefile |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile
index 9b9f948..d5bab30 100644
--- a/target/linux/imx6/image/Makefile
+++ b/target/linux
* both patches (qcserial/qmi_wwan) were submitted upstream[1,2]
* build tested on 3.18 and 4.1
* run tested on imx6 platform with 4.1
1. http://article.gmane.org/gmane.linux.usb.general/132998
2. http://article.gmane.org/gmane.linux.usb.general/133113
Signed-off-by: Petr Štetiar
---
...l-Add-su
Hi,
this patchset adds basic support for Toradex Apalis[1] SoM modules. I've
tested it on Toradex Apalis iMX6 Quad 2GB IT V1.1A module on Ixora base board
with Mikrotik R11e-2HnD and Quectel EC20 Mini PCIe modules.
This patchset depends on "imx6: image: Make InstallKernel more generic"[2]
patch.
Signed-off-by: Petr Štetiar
---
target/linux/imx6/base-files/etc/diag.sh | 36
.../imx6/base-files/etc/uci-defaults/02_network|1 +
target/linux/imx6/base-files/lib/imx6.sh |4 +++
3 files changed, 41 insertions(+)
create mode 100644 target/
Tested on Toradex Apalis iMX6 Quad 2GB IT V1.1A module on Ixora board
with Mikrotik R11e-2HnD and Quectel EC20 Mini PCIe modules.
Signed-off-by: Petr Štetiar
---
target/linux/imx6/image/Makefile |2 +
...6-Add-support-for-Toradex-Apalis-modules-.patch | 1996 +++
On 2015-11-11 14:15, Petr Štetiar wrote:
> Signed-off-by: Petr Štetiar
> ---
> target/linux/imx6/image/Makefile |6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/target/linux/imx6/image/Makefile
> b/target/linux/imx6/image/Makefile
> index 9b9f948..d5bab30 100644
On 2015-11-11 14:14, Petr Štetiar wrote:
> Signed-off-by: Petr Štetiar
> ---
> config/Config-images.in | 12 ++--
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/config/Config-images.in b/config/Config-images.in
> index a60dd50..cdaf5e9 100644
> --- a/config/Config-i
Felix Fietkau [2015-11-11 14:48:33]:
> This is not wrong. TARGET_ROOTFS_INCLUDE_UIMAGE depends on
> TARGET_ROOTFS_INCLUDE_KERNEL, as it should.
Maybe it's not correct fix, but in current state it's somehow broken. If I
revert this patch, I can't include anything (kernels, DTBs) until I select
ex
On 2015-11-11 14:56, Petr Štetiar wrote:
> Felix Fietkau [2015-11-11 14:48:33]:
>
>> This is not wrong. TARGET_ROOTFS_INCLUDE_UIMAGE depends on
>> TARGET_ROOTFS_INCLUDE_KERNEL, as it should.
>
> Maybe it's not correct fix, but in current state it's somehow broken. If I
> revert this patch, I can
On 2015-11-11 14:28, Petr Štetiar wrote:
> Tested on Toradex Apalis iMX6 Quad 2GB IT V1.1A module on Ixora board
> with Mikrotik R11e-2HnD and Quectel EC20 Mini PCIe modules.
>
> Signed-off-by: Petr Štetiar
> ---
> target/linux/imx6/image/Makefile |2 +
> ...6-Add-support-f
On Wed, Nov 11, 2015 at 5:28 AM, Petr Štetiar wrote:
> Tested on Toradex Apalis iMX6 Quad 2GB IT V1.1A module on Ixora board
> with Mikrotik R11e-2HnD and Quectel EC20 Mini PCIe modules.
>
> Signed-off-by: Petr Štetiar
> ---
> target/linux/imx6/image/Makefile |2 +
> ...6-A
Hello Felix,
On 11.11.2015 15:00, Felix Fietkau wrote:
> This option is apparently supported for ext4 and ubifs only. Also, the
> code enabled by these options is one big design flaw, and I'd like to
> get rid of it as soon as possible by converting all devices that need it
> over to the new image
Hello Guys,
i have a question about uci.
How can i get the functions including in the script
i.e. /lib/functions/olsrd.sh
Is there a way without to read the sources?
thanks sm
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://list
Fixes this conntrackd warning:
WARNING: getprotobyname() cannot find protocol `DCCP' in /etc/protocols
Signed-off-by: Stijn Tintel
---
package/base-files/files/etc/protocols | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/base-files/files/etc/protocols
b/package/base-files/files/etc
Signed-off-by: Stijn Tintel
---
package/network/utils/conntrack-tools/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/network/utils/conntrack-tools/Makefile
b/package/network/utils/conntrack-tools/Makefile
index 7dd64b6..b931d85 100644
--- a/package/netw
Signed-off-by: Stijn Tintel
---
package/network/utils/conntrack-tools/Makefile | 2 ++
package/network/utils/conntrack-tools/files/conntrackd.upgrade | 1 +
2 files changed, 3 insertions(+)
create mode 100644
package/network/utils/conntrack-tools/files/conntrackd.upgrade
diff -
Signed-off-by: Stijn Tintel
---
package/network/utils/conntrack-tools/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/network/utils/conntrack-tools/Makefile
b/package/network/utils/conntrack-tools/Makefile
index b931d85..51d3c41 100644
--- a/package/network/utils/conntrack-t
On 2015-11-11 16:04, Jan Čermák wrote:
> Hello Felix,
>
> On 11.11.2015 15:00, Felix Fietkau wrote:
>> This option is apparently supported for ext4 and ubifs only. Also, the
>> code enabled by these options is one big design flaw, and I'd like to
>> get rid of it as soon as possible by converting
Hi,
> + $(INSTALL_DATA) ./files/conntrackd.upgrade
> $(1)/lib/upgrade/keep.d/conntrackd
please don't ship keep.d files manually, use the define
Package/.../conffile macro (yes it works for directories as well).
~ Jow
signature.asc
Description: OpenPGP digital signature
_
* smile...@gmail.com [11.11.2015 20:11]:
> How can i get the functions including in the script
> i.e. /lib/functions/olsrd.sh
> Is there a way without to read the sources?
please use for external packages this tracker:
https://github.com/openwrt/packages/
(olsr-package is maintained there)
bye,
Signed-off-by: Stijn Tintel
---
.../patches-4.3/192-net-Fix-presrc-lookups.patch | 60 ++
1 file changed, 60 insertions(+)
create mode 100644
target/linux/generic/patches-4.3/192-net-Fix-presrc-lookups.patch
diff --git a/target/linux/generic/patches-4.3/192-net-Fix-presrc
Fixes compilation with Linux 4.3. Runtime tested on Ubiquiti EdgeRouter
Lite with Linux 3.18, 4.1 and 4.3.
Signed-off-by: Stijn Tintel
---
package/network/utils/xtables-addons/Makefile | 4 ++--
.../network/utils/xtables-addons/patches/100-add-rtsp-conntrack.patch | 2 +-
Signed-off-by: Stijn Tintel
---
target/linux/octeon/config-3.18| 250 ---
.../100-ubnt_edgerouter2_support.patch | 31 -
.../110-er200-ethernet_probe_order.patch | 34 -
.../patches-3.18/120-octeon_platform_usb.patch | 20 -
...add-semaphore-to
Signed-off-by: Stijn Tintel
---
target/linux/octeon/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile
index e1739e7..a6707f0 100644
--- a/target/linux/octeon/Makefile
+++ b/target/linux/octeon/Makefile
@@ -14,7
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/crypto.mk | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index 20fc858..0981102 100644
--- a/package/kernel/linux/modules/cryp
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/crypto.mk | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index 0981102..f5c5895 100644
--- a/package/kernel/linux/modules/cryp
Runtime tested on Ubiquiti EdgeRouter Lite.
Signed-off-by: Stijn Tintel
---
target/linux/octeon/config-4.3 | 280
.../patches-4.3/100-ubnt_edgerouter2_support.patch | 31 +
.../110-er200-ethernet_probe_order.patch | 34 +
...add-host-driver-for-octeon-mmc-
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/crypto.mk | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index f5c5895..2328fac 100644
--- a/package/kernel/linux/modules/cryp
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/crypto.mk | 14 --
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index 2328fac..ca36c2f 100644
--- a/package/kernel/linux/modu
Signed-off-by: Stijn Tintel
---
package/kernel/linux/modules/crypto.mk | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index ca36c2f..9626b21 100644
--- a/package/kernel/linux/modules/cryp
Hi Jonas,
On Wed, 2015-11-11 at 13:47 +0100, Jonas Gorski wrote:
> On Wed, Nov 11, 2015 at 1:38 PM, Alexey Brodkin
> wrote:
> > Hi Jonas,
> >
> > On Wed, 2015-11-11 at 12:19 +0100, Jonas Gorski wrote:
> > > Hi Alexey,
> > >
> > > On Tue, Nov 10, 2015 at 5:40 PM, Alexey Brodkin
> > > wrote:
> >
These patches have been submitted to upstream Linux and are pending acceptance.
Signed-off-by: Tim Harvey
---
...-ventana-set-GW54xx-PMIC-swbst-regulator-.patch | 31 +
...mx-ventana-fix-GW53xx-GW54xx-lvds-channel.patch | 40 +++
...mx-ventana-fix-GW53xx-GW54xx-lvds-channel.patch
The 206-ARM-imx-ventana-added-GW16083-to-device-tree.patch merged wrong in
the conversion from 3.18 to 4.1. This patch resolves that and puts the
device-tree nodes in the correct place.
Signed-off-by: Tim Harvey
---
...-imx-ventana-added-GW16083-to-device-tree.patch | 32 +++---
Signed-off-by: Tim Harvey
---
package/kernel/linux/modules/video.mk | 43 +++
1 file changed, 43 insertions(+)
diff --git a/package/kernel/linux/modules/video.mk
b/package/kernel/linux/modules/video.mk
index 3b06a14..c53f656 100644
--- a/package/kernel/linux/modu
Signed-off-by: Tim Harvey
---
package/kernel/linux/modules/backlight.mk | 48 +++
1 file changed, 48 insertions(+)
create mode 100644 package/kernel/linux/modules/backlight.mk
diff --git a/package/kernel/linux/modules/backlight.mk
b/package/kernel/linux/modules/back
This series adds DRM based video output support for IMX6 HDMI and LVDS.
The first patch fixes a Ventana device-tree issue caused by an invalid merge.
The second patch adds some patches that are pending acceptance upstream that
fix a couple of issues keeping LVDS/backlight working on various Venta
This adds basic PWM controller support and support for i.MX
Signed-off-by: Tim Harvey
---
package/kernel/linux/modules/other.mk | 35 +++
1 file changed, 35 insertions(+)
diff --git a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
Signed-off-by: Tim Harvey
---
package/kernel/linux/modules/video.mk | 138 +-
1 file changed, 137 insertions(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/video.mk
b/package/kernel/linux/modules/video.mk
index c53f656..cbace75 100644
--- a/package/k
Is there something messed up with the email delivery from the Trac
system at dev.openwrt.org? I've been trying to verify my email address
and have hit the "resend verification email" multiple times, but I
never get anything. It's not going into the Gmail spam folder either.
Signed-off-by: Stijn Tintel
---
package/network/utils/conntrack-tools/Makefile | 4
1 file changed, 4 insertions(+)
diff --git a/package/network/utils/conntrack-tools/Makefile
b/package/network/utils/conntrack-tools/Makefile
index 51d3c41..fd13e22 100644
--- a/package/network/utils/conntra
55 matches
Mail list logo