Re: [OpenWrt-Devel] Question about squasfsh/jffs2 on NAND (WNDR3700v4 / WNDR4300)

2013-08-04 Thread John Crispin
On 05/08/13 08:13, Rafał Miłecki wrote: 2013/8/3 John Crispin: On 03/08/13 16:04, Chirag Chhatriwala wrote: So what does this mean for the future of OpenWrt on NAND based devices? It seems like there are quite a few new and upcoming devices making use of NAND flash exclusively. If squashfs (wh

Re: [OpenWrt-Devel] Question about squasfsh/jffs2 on NAND (WNDR3700v4 / WNDR4300)

2013-08-04 Thread Rafał Miłecki
2013/8/3 John Crispin : > On 03/08/13 16:04, Chirag Chhatriwala wrote: >> >> So what does this mean for the future of OpenWrt on NAND based devices? >> It seems like there are quite a few new and upcoming devices making use >> of NAND flash exclusively. If squashfs (which according to me has been >

Re: [OpenWrt-Devel] Question about squasfsh/jffs2 on NAND (WNDR3700v4 / WNDR4300)

2013-08-04 Thread Rafał Miłecki
2013/8/3 Jonas Gorski : > On Sat, Aug 3, 2013 at 11:14 AM, Rafał Miłecki wrote: >> Hi, >> >> Personally I'm playing with Broadcom devices, but my friend asked me >> for help with WNDR4300. It's a device very similar to the WNDR3700v4. >> >> http://wikidevi.com/wiki/Netgear_WNDR3700v4 >> http://wik

Re: [OpenWrt-Devel] Question about squasfsh/jffs2 on NAND (WNDR3700v4 / WNDR4300)

2013-08-04 Thread Chirag Chhatriwala
On Sat, Aug 3, 2013 at 10:13 AM, John Crispin wrote: > > Hi, > > why so negative ? no one said we are throwing the towel ... in general > those targets using nand need to be converted to using an intermediate > layer such as ubi, which several targets already do. > > John, Sorry, I did not mean

[OpenWrt-Devel] [PATCH] ar71xx: ubnt unifi outdoor register gpio button

2013-08-04 Thread Rocco Folino
This patch register the gpio buttons for the Ubiquiti UniFi Outdoor. Signed-off-by: Rocco Folino --- diff --git a/target/linux/ar71xx/patches-3.10/608-MIPS-ath79-ubnt-xm-add-more-boards.patch b/target/linux/ar71xx/patches-3.10/608-MIPS-ath79-ubnt-xm-add-more-boards.patch index 2e8fbdc..d8d48f5

Re: [OpenWrt-Devel] [PATCH] Add rtlwifi drivers

2013-08-04 Thread Jonas Gorski
On Wed, Mar 14, 2012 at 9:57 AM, Viktar Palstsiuk wrote: > Signed-off-by: Viktar Palstsiuk Thanks, applied in r37687 with extensive changes. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listin

Re: [OpenWrt-Devel] [PATCH] [packages] mac80211: fix temperature compensation for RT5350

2013-08-04 Thread John Crispin
On 04/08/13 15:32, Владимир Столяров wrote: This patch fixes temperature compensation on rt5350. Other devices also could be added (e.g. rt3352). This patch is reworked version of my previous patch. Tested on my dir-320 b1 (aka dir-320 nru) Hi, can you split this so it is not part of the

Re: [OpenWrt-Devel] [RFC] BCM6368 an FPU emulation problems.

2013-08-04 Thread José Vázquez
2013/8/1, José Vázquez : > We didn't discarded distro or PC problem due to the different > errors we noticed. > In this moment i have no idea how to confirm if this issues are > caused by the PC (Debian 6 in my case) or an errata in the BCM6368. > VR-3025u wiki: > http://wiki.openwrt.org/

[OpenWrt-Devel] [packages] libvorbisidec: update to 1.0.2+svn18153

2013-08-04 Thread Peter Wagner
Signed-off-by: Peter Wagner diff --git a/libs/libvorbisidec/Makefile b/libs/libvorbisidec/Makefile index 151cc9a..bd77623 100644 --- a/libs/libvorbisidec/Makefile +++ b/libs/libvorbisidec/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvorbisidec -PKG_VERSION:=1.0.2+svn14261

[OpenWrt-Devel] [packages] libogg : update to 1.3.1

2013-08-04 Thread Peter Wagner
Signed-off-by: Peter Wagner diff --git a/libs/libogg/Makefile b/libs/libogg/Makefile index 883f0ce..7b3f588 100644 --- a/libs/libogg/Makefile +++ b/libs/libogg/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libogg -PKG_VERSION:=1.3.0 +PKG_VERSION:=1.3.1 PKG_RELEASE:=1 PKG_S

[OpenWrt-Devel] [PATCH][packages] update zabbix to version 2.0.7

2013-08-04 Thread Jiri Slachta
Update zabbix to version 2.0.7 Signed-off-by: Jiri Slachta --- admin/zabbix/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile index dff0e25..176b4be 100644 --- a/admin/zabbix/Makefile +++ b/admin/zabbix/Makefile @@ -

Re: [OpenWrt-Devel] [PATCH 3/3][packages] ntfsprogs: add missing dependency - libuuid

2013-08-04 Thread Jonas Gorski
On Thu, Jul 25, 2013 at 1:59 PM, Jiri Slachta wrote: > This patch adds missing libuuid dependency for ntfsprogs. > Without it the package fails to install because of missing > dependency to libuuid. > > Signed-off-by: Jiri Slachta Thanks, applied in r37677 with the added modification of forcing

Re: [OpenWrt-Devel] [PATCH 2/3][packages] ntfsprogs_ntfs-3g: add missing dependency - libuuid

2013-08-04 Thread Jonas Gorski
On Thu, Jul 25, 2013 at 1:59 PM, Jiri Slachta wrote: > This patch adds missing libuuid dependency for ntfsprogs_ntfs-3g. > Without it the package fails to install because of missing > dependency to libuuid. > > Signed-off-by: Jiri Slachta Thanks, applied in r37676 with the added modification of

Re: [OpenWrt-Devel] Fwd: [PATCH 1/2] [tinc] rename autocreated configdir

2013-08-04 Thread Jonas Gorski
On Fri, Jun 28, 2013 at 1:01 PM, Christoph Kottke wrote: > hi, > > i think tinc should have it's own config dir Applied after fixing up the commit message in r37674 - next time please send the patch directly, not forward the email; this screws up the patch's commit log. See

Re: [OpenWrt-Devel] [PATCH 1/3][packages] reiserfsprogs: add missing dependency - libuuid

2013-08-04 Thread Jonas Gorski
On Thu, Jul 25, 2013 at 1:59 PM, Jiri Slachta wrote: > This patch adds missing libuuid dependency for reiserfsprogs. > Without it the package fails to install because of missing > dependency to libuuid. > > Signed-off-by: Jiri Slachta Thanks, applied in r37675. Jonas ___

[OpenWrt-Devel] kernel 3.10.5 update patch

2013-08-04 Thread Peter Wagner
update kernel to 3.10.5 Signed-off-by: Peter Wagner diff --git a/include/kernel-version.mk b/include/kernel-version.mk index dfb5845..1b1bb40 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -17,8 +17,8 @@ endif ifeq ($(LINUX_VERSION),3.9.11) LINUX_KERNEL_MD5SUM:=edbf8

[OpenWrt-Devel] [PATCH] Fix click router package

2013-08-04 Thread Roberto Riggio
The current version of the click package is utterly broken. This new version provides an userspace version of the package compiled with the wifi elements. Tested on the x86 target (ALIX) Signed-off-by: Roberto Riggio --- diff --git a/net/click/Makefile b/net/click/Makefile index ef48d79..9518db1

[OpenWrt-Devel] [PATCH] [target][x86][base-files] change /dev/console to tty to fix job control

2013-08-04 Thread Jiri Slachta
Job control is turned off because it cannot obtain controlling terminal on /dev/console, so it is impossible to do any job control operation behind real x86 device (keyboard+monitor or virtualized). This patch switches /dev/console to tty devices for ash on x86 generic target. Signed-off-by: Ji

Re: [OpenWrt-Devel] [PATCH] [packages] Update Fwknop to 2.5.1

2013-08-04 Thread Jo-Philipp Wich
> but this is not 100% - any other suggestions? . /lib/functions/network.sh if network_find_wan ucinet && network_get_device device $ucinet; then echo "WAN is $ucinet ($device)" fi -> "WAN is wan (eth1)" on a WNDR3700 ~ Jow signature.asc Description: OpenPGP digital signature