[OpenWrt-Devel] [PATCH] ubox: support specifying swap priority from the command line

2013-10-31 Thread Nathan Hintz
Signed-off-by: Nathan Hintz nlhi...@hotmail.com --- block.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/block.c b/block.c index 2289b77..2ef33e8 100644 --- a/block.c +++ b/block.c @@ -1038,8 +1038,8 @@ static int main_info(int argc, char **argv)

Re: [OpenWrt-Devel] [PATCH] ubox: support specifying swap priority from the command line

2013-10-31 Thread John Crispin
On 31/10/13 07:03, Nathan Hintz wrote: Signed-off-by: Nathan Hintznlhi...@hotmail.com --- Hi, please use getopt when handling more than 1 argument John block.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/block.c b/block.c index

[OpenWrt-Devel] [PATCH 0/2] [package] uboot-kirkwood updates

2013-10-31 Thread Felix Kaechele
Update U-Boot to Version 2013.10 and enable FDT support. Felix Kaechele (2): [package] uboot-kirkwood: update to 2013.10 [package] uboot-kirkwood: enable FDT support package/boot/uboot-kirkwood/Makefile | 10 +++---

[OpenWrt-Devel] [PATCH 1/2] [package] uboot-kirkwood: update to 2013.10

2013-10-31 Thread Felix Kaechele
This was tested on a Cloud Engines Pogoplug E02. Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- package/boot/uboot-kirkwood/Makefile | 10 +++--- package/boot/uboot-kirkwood/patches/110-dockstar.patch | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-)

[OpenWrt-Devel] [PATCH 2/2] [package] uboot-kirkwood: enable FDT support

2013-10-31 Thread Felix Kaechele
Enables Flattened Device Tree support in U-Boot for kirkwood. Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- .../uboot-kirkwood/patches/120-enable-device-tree-support.patch | 9 + 1 file changed, 9 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 0/4] kirkwood: Add support for the Pogoplug E02

2013-10-31 Thread Felix Kaechele
This adds u-boot/kernel/userspace support for the Pogoplug E02. TODO: sysupgrade support. Felix Kaechele (4): [package] uboot-kirkwood: fix pogo_e02 config [package] uboot-envtools: add Pogoplug E02 support kirkwood: add Pogoplug E02 Kernel support kirkwood: Add userland support for

[OpenWrt-Devel] [PATCH 3/4] kirkwood: add Pogoplug E02 Kernel support

2013-10-31 Thread Felix Kaechele
This patch adds a DTS file for the Pogoplug E02 by Cloud Engines, Inc. Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- .../kirkwood/patches-3.10/120-pogoplug_e02.patch | 130 + 1 file changed, 130 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH] kirkwood: fix some typos

2013-10-31 Thread Felix Kaechele
This fixes a typo in the image/Makefile and the profile for the RaidSonic ICY BOX IB-NAS62x0 board. Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- target/linux/kirkwood/image/Makefile | 2 +- target/linux/kirkwood/profiles/110-nas.mk | 2 +- 2 files changed, 2 insertions(+), 2

[OpenWrt-Devel] [PATCH 4/4] kirkwood: Add userland support for Pogoplug E02

2013-10-31 Thread Felix Kaechele
This patch adds the userland support for the Pogoplug E02 by Cloud Engines, Inc. Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- .../kirkwood/base-files/etc/uci-defaults/01_leds| 4 .../kirkwood/base-files/etc/uci-defaults/02_network | 3 +++

[OpenWrt-Devel] [PATCH 1/4] [package] uboot-kirkwood: fix pogo_e02 config

2013-10-31 Thread Felix Kaechele
Fixes the upstream config of the Pogoplug E02 in U-Boot. This removes some unneeded config options, moves the env offset so that the original env is kept intact and will not be overwritten as well as changes the default env options to boot OpenWRT out of the box. Signed-off-by: Felix Kaechele

[OpenWrt-Devel] [PATCH 2/4] [package] uboot-envtools: add Pogoplug E02 support

2013-10-31 Thread Felix Kaechele
Add support for the Pogoplug E02 by Cloud Engines, Inc. Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- package/boot/uboot-envtools/files/kirkwood | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/boot/uboot-envtools/files/kirkwood

[OpenWrt-Devel] [PATCH] gianfar: Fix NAPI poll mechanism in GIANFAR ethernet driver

2013-10-31 Thread Thomas Huehn
This patch fixes the NAPI poll mechanism in the GIANFAR ethernet driver, which was not properly working since Linus Kernel Version 3,8. Therefore the workaround patch to downgrade the GIANFAR ethernet driver to Kernelversion v3.8 is obsoete. This patch was extensivly testes with different network

Re: [OpenWrt-Devel] [PATCH] kirkwood: fix some typos

2013-10-31 Thread Luka Perkov
On Thu, Oct 31, 2013 at 11:12:11AM +0100, Felix Kaechele wrote: This fixes a typo in the image/Makefile and the profile for the RaidSonic ICY BOX IB-NAS62x0 board. Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- target/linux/kirkwood/image/Makefile | 2 +- Applied with

Re: [OpenWrt-Devel] [PATCH 3/4] kirkwood: add Pogoplug E02 Kernel support

2013-10-31 Thread Luka Perkov
Hi Felix, On Thu, Oct 31, 2013 at 11:11:55AM +0100, Felix Kaechele wrote: This patch adds a DTS file for the Pogoplug E02 by Cloud Engines, Inc. Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- .../kirkwood/patches-3.10/120-pogoplug_e02.patch | 130 + 1

Re: [OpenWrt-Devel] [PATCH 4/4] kirkwood: Add userland support for Pogoplug E02

2013-10-31 Thread Luka Perkov
Hi Felix, On Thu, Oct 31, 2013 at 11:11:56AM +0100, Felix Kaechele wrote: This patch adds the userland support for the Pogoplug E02 by Cloud Engines, Inc. Signed-off-by: Felix Kaechele hef...@fedoraproject.org --- .../kirkwood/base-files/etc/uci-defaults/01_leds| 4

[OpenWrt-Devel] RTSP server for h/264 USB camera

2013-10-31 Thread jonsm...@gmail.com
Is there a tiny RTSP server around somewhere that runs on OpenWRT? -- Jon Smirl jonsm...@gmail.com ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [v3, 1/4] Add kernel support for Sagemcom F@ST2704V2 ADSL router

2013-10-31 Thread Marcin Jurkowski
This adds kernel support support for Sagemcom F@st 2704 wireless ADSL router. It's a BCM6328-based 802.11n wireless router with USB port and ADSL2+ modem equipped with 64 MiB RAM and 8 MiB flash. --- .../brcm63xx/patches-3.10/536-board_fast2704.patch | 133 + 1 file changed,

[OpenWrt-Devel] [v2,2/4] button-hotplug: Add KEY_WLAN handling

2013-10-31 Thread Marcin Jurkowski
This extends button-hotplug to map KEY_WLAN to rfkill hotplug events, enabling /etc/rc.button/rfkill script to work properly on routers with KEY_WLAN buttons. --- package/kernel/button-hotplug/src/button-hotplug.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

[OpenWrt-Devel] [PATCH] [package] lispmob 0.3.3

2013-10-31 Thread Vasileios Lakafosis
Signed-off-by: Vasileios Lakafosis lak...@gmail.com --- net/lispmob/Makefile | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/net/lispmob/Makefile b/net/lispmob/Makefile index ecc82d3..8c633e8 100644 --- a/net/lispmob/Makefile +++

[OpenWrt-Devel] [PATCH 0/1] [package] lispmob 0.3.3

2013-10-31 Thread Vasileios Lakafosis
Dear all, the recently submitted patch with subject [PATCH 1/1] [package] lispmob 0.3.3 provides - RLOC probing (user configurable) - Experimental NAT traversal support - Code refactorization to improve support of multihoming deployments with IPv6 RLOCs - Several bugfixes As usual, the updated

[OpenWrt-Devel] [PATCH][packages]firewall3: optimize by loading conntrack modules on demand

2013-10-31 Thread Takayuki Kaiso
Now all the firewall modules are loaded at boot time regardless of the user's firewall configuration. Then, performance overhead is so high for low cpu power boards (Ex. soekris net4826 with 266MHz) by this approach and should be better to load modules on demand base.  This patch allow us to