From: Nils Rennebarth
The test for the if_pppox.h header file needs to also include linux/in6.h
(ipv6 support).
Fixes openwrt ticket #13321
Signed-off-by: Nils Rennebarth
---
net/rp-pppoe/patches/100-configure.patch | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net/
From: Nils Rennebarth
Do not link against libevent if present on your target. That lib is
completely different from the libevent in rp-pppoe. The lib is part
of the dependencies, so no -L and -l are necessary anyway.
Signed-off-by: Nils Rennebarth
---
net/rp-pppoe/patches/110-Makefile.patch |
* Daniel A. Nagy [16.12.2013 10:11]:
> I have noticed that the trunk already supports v2 hardware of TP-Link's
> TL WR-1043ND router, but attitude adjustment does not. My question is
> which patches are the ones responsible for it and whether it is
> possible/reasonable to backport them?
git log
Hi Alexander,
On Mon, Dec 16, 2013 at 08:54:04AM +0100, Alexander Couzens wrote:
> I've tested it the dockstar uboot as well the ubifs commands.
> The kirkwood target should depend on target images options include zImage and
> include dtb into rootfs.
Thank you for testing!
Now we only need som
br_handle_local_finish is called by NF_HOOK after accepting the packet.
If the return value of NF_HOOK is zero (i.e. the return value of
br_handle_local_finish), the packet is passed to the network stack. This
behavior conflicts with netfilter hooks which return NF_STOLEN/NF_QUEUE.
In this case, NF
Sorry, wrong line wrap last mail.
br_handle_local_finish is called by NF_HOOK after accepting the packet.
If the return value of NF_HOOK is zero (i.e. the return value of
br_handle_local_finish), the packet is passed to the network stack. This
behavior conflicts with netfilter hooks which return N
2013-12-12 16:19 időpontban Saverio Proto ezt írta:
Hello,
today I tried to boot the latest trunk with my CubieboardA10, but I
cannot boot at all.
I followed this guide:
http://wiki.openwrt.org/doc/hardware/soc/soc.allwinner.sunxi
the most important stuff is:
dd if=openwrt-sunxi-Cubieboard-sun
This patch allow to select between /dev/hwrng and /dev/urandom.
Also updates rng-tools to the last version.
V2 adds choice in Config.in.
Signed off by: José Vázquez Fernández
diff --git a/utils/rng-tools/Config.in b/utils/rng-tools/Config.in
new file mode 100644
index 000..87cac63
--- /dev
It seems that at some point in the last three months (between r37989 and
r39097), something about the way network interfaces are brought up changed.
Interfaces that were formerly available at a certain point during startup
are no longer necessarily available at that point.
I first noticed this whe
Signed-off-by: Pedro Paulo Jr
Changes: New DDNS service added to the list of DDNS in OpenWRT -
Adding Winco DDNS Service
---
net/ddns-scripts/files/usr/lib/ddns/services | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net/ddns-scripts/files/usr/lib/ddns/services
b/net/ddns-scripts/files/
Signed-off-by: Pedro Paulo Jr
Changes: New DDNS service added to the list of DDNS in OpenWRT -
Adding Winco DDNS Service
---
net/ddns-scripts/files/usr/lib/ddns/services | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net/ddns-scripts/files/usr/lib/ddns/services
b/net/ddns-scripts/files/
When wifi radio is reset, some bits in (undocumented) USB registers may
flip. Patch adds setting them after radio reset (channel change,
up/down).
With this patch stability of USB1.1 full-speed devices, connected
directly to AR9331 host port (no USB2.0 hub) is improved.
See "ar9331's usb stabi
Now that the switch works correctly we can enable the images for this
board.
Flashing from the factory firmware, the factory failsafe loader and
sysupgrade was tested successfully.
Signed-off-by: Felix Kaechele
---
target/linux/ar71xx/generic/profiles/wd.mk | 9 +
target/linux/ar71xx/im
Now that the switch is working correctly I had the chance to actually
test the LED config.
Signed-off-by: Felix Kaechele
---
target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/target/linux/ar71xx/files/arch/mips
Signed-off-by: Felix Kaechele
---
target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c
b/target/linux/ar71xx/files/arch/mips/ath79/mach-mynet-n750.c
index 60f68cd..f1635a4 10064
The bootloader on the WD My Net N750 disables the ports on it's internal
AR8327N switch by powering them down. The stock firmware then brings the
ports back up again by starting the auto negotiation process on each
port.
There is one big disadvantage of this approach: In tests I noticed that
PHYs
Now this should be it. The connection is now successfully negotiated as gigabit
and data flow is possible.
Pings and data transfer (via scp) over the switch is working.
Felix Kaechele (4):
ar71xx: add option to wake up phys on mdio reset
ar71xx: enable switch fixup for WD My Net N750
ar71xx:
On 17/12/2013 11:12 AM, Felix Kaechele wrote:
> Now this should be it. The connection is now successfully negotiated as
> gigabit
> and data flow is possible.
> Pings and data transfer (via scp) over the switch is working.
>
> Felix Kaechele (4):
> ar71xx: add option to wake up phys on mdio res
On Thu, Dec 12, 2013 at 09:32:23AM -0800, Tim Harvey wrote:
> Some of the Gateworks Ventana boards have CAN bus support, therefore
> we will install the userspace utils.
>
> Signed-off-by: Tim Harvey
> ---
> target/linux/imx6/profiles/120-gateworks.mk | 3 ++-
> 1 file changed, 2 insertions(+),
On Thu, Dec 12, 2013 at 12:32:11AM -0800, Tim Harvey wrote:
> All Gateworks Ventana boards have a Gateworks System Controller
> which emulates the following:
> - ds1672 RTC
> - pca953x GPIO expander
> - hardware monitor
> - at24 eeprom
>
> Signed-off-by: Tim Harvey
> ---
> target/linux/imx6/
On Thu, Dec 12, 2013 at 12:32:10AM -0800, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> target/linux/imx6/Makefile| 2 +-
> target/linux/imx6/config-3.10 | 4
> 2 files changed, 5 insertions(+), 1 deletion(-)
Applied with minor changes and 3.12 support in r39111. Thanks!
Luka
_
On Thu, Dec 12, 2013 at 12:32:09AM -0800, Tim Harvey wrote:
> Signed-off-by: Tim Harvey
> ---
> package/kernel/linux/modules/other.mk | 17 +
> 1 file changed, 17 insertions(+)
Applied in r39110. Thanks!
Luka
___
openwrt-devel mailing
I request the inclusion of package libgee-0.8.
Currently there is a package in feeds for libgee. It is a obsolete
release. Its name is libgee-1.0 and the last version is 0.6.4.
The new, actively developed versions, have a confusing version number
scheme. They are called libgee-0.8 but they are in f
23 matches
Mail list logo