Re: [OpenWrt-Devel] [PATCH] Update bind to 9.4.4 (Packages_12.09)

2013-10-08 Thread Thomas Heil
Hi, I tried your patch with 12_09 but it doesnt work. The attached one is working with 12_09 under target ar71xx. cheers thomas On 10/06/13 05:50, Steven Haigh wrote: > Based on packages_12.09: > > Signed-off-by: Steven Haigh > > Index: net/bind/Makefile > ==

Re: [OpenWrt-Devel] [PATCH 2/5] add AR8337N switch support

2013-10-08 Thread Dirk Neukirchen
On 08.10.2013 10:44, Dirk Neukirchen wrote: > hacky ar8337n support based on ar8327 > > modified ar8216 provided by vubvub: > https://forum.openwrt.org/viewtopic.php?id=45802 > Signed-off-by: Dirk Neukirchen > --- > target/linux/generic/files/drivers/net/phy/ar8216.c | 20 ++-- >

Re: [OpenWrt-Devel] [PATCH] build: generate_package_index: use 'sha256sum' in favor of 'openssl sha256'

2013-10-08 Thread Etienne Champetier
Hi Le 08/10/2013 20:49, Bastian Bittorf a écrit : > build: generate_package_index: use 'sha256sum' in favor of 'openssl sha256' > > openssl is not available on all systems (or maybe not the implementation > of sha256), but maybe sha256sum. use openssl if 'sha256sum' is not installed. > > Signed-o

[OpenWrt-Devel] Fwd: Re: [PATCH v2 00/10] Rename imx23 target to mxs and add support for I2SE's Duckbill series

2013-10-08 Thread Michael Heimpold
Hi, it would be nice, I you could give me some feedback. Thanks, Michael -- Weitergeleitete Nachricht -- Betreff: Re: [PATCH v2 00/10] Rename imx23 target to mxs and add support for I2SE's Duckbill series Datum: Donnerstag, 12. September 2013, 19:32:16 Von: Michael Heimpold

[OpenWrt-Devel] [PATCH] build: generate_package_index: use 'sha256sum' in favor of 'openssl sha256'

2013-10-08 Thread Bastian Bittorf
build: generate_package_index: use 'sha256sum' in favor of 'openssl sha256' openssl is not available on all systems (or maybe not the implementation of sha256), but maybe sha256sum. use openssl if 'sha256sum' is not installed. Signed-off-by: Bastian Bittorf --- scripts/ipkg-make-index.sh | 1

Re: [OpenWrt-Devel] [packages] bird: Update to 1.3.11 and fix build issues

2013-10-08 Thread Jo-Philipp Wich
Package moved to openwrt-routing and update merged on top - thank you. ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt

[OpenWrt-Devel] [PATCH] [packages] ppp: correct module loaded check in proto_pptp_setup

2013-10-08 Thread Tijs Van Buggenhout
proto_pptp_setup is responsible for loading the required modules to establish a pptp connection to a foreign peer. The function checks whether all required modules are already loaded, before actually loading them. It seems that the filter being used to accomplish this, is not restrictive enough in

Re: [OpenWrt-Devel] [packages] bird: Update to 1.3.11 and fix build issues

2013-10-08 Thread Álvaro Fernández Rojas
Hi again, I tried to contact Jow on IRC several times unsuccesfully. I've opened a pull request on openwrt-routing repository: https://github.com/openwrt-routing/packages/pull/8 If this request is accepted, bird should be removed from the packages feed. BTW in this pull request I moved the conf

Re: [OpenWrt-Devel] [PATCH 5/7] hostapd: prompt user confirmation when WPS is used with hiden ssid

2013-10-08 Thread Felix Fietkau
On 2013-10-08 1:46 PM, etienne.champet...@free.fr wrote: > Hi, > > - Mail original - >> De: "Felix Fietkau" >> À: "OpenWrt Development List" >> Cc: "Sujith Manoharan" , "Luis R. Rodriguez" >> >> Envoyé: Mardi 8 Octobre 2013 13:05:49 >> Objet: Re: [OpenWrt-Devel] [PATCH 5/7] hostapd: pr

Re: [OpenWrt-Devel] [PATCH 5/7] hostapd: prompt user confirmation when WPS is used with hiden ssid

2013-10-08 Thread etienne . champetier
Hi, - Mail original - > De: "Felix Fietkau" > À: "OpenWrt Development List" > Cc: "Sujith Manoharan" , "Luis R. Rodriguez" > > Envoyé: Mardi 8 Octobre 2013 13:05:49 > Objet: Re: [OpenWrt-Devel] [PATCH 5/7] hostapd: prompt user confirmation when > WPS is used with hiden ssid > > On 20

Re: [OpenWrt-Devel] [PATCH 5/7] hostapd: prompt user confirmation when WPS is used with hiden ssid

2013-10-08 Thread Felix Fietkau
On 2013-09-10 2:16 AM, Luis R. Rodriguez wrote: > From: Mathieu Olivari > > This is required explicitly for WPS 2.0 testing. > > Signed-off-by: Mathieu Olivari > Signed-off-by: Sujith Manoharan > Signed-off-by: Luis R. Rodriguez NACK. You should not assume that /sbin/wifi is called interactiv

[OpenWrt-Devel] [PATCH 5/5] add profile and build image for the Sitecom WLR-8100

2013-10-08 Thread Dirk Neukirchen
add profile and build image for the Sitecom WLR-8100 - partitions on factory fw are a bit strange - unknown contained some strings in factory - unknown2 contains some atheros (2nd art ?) Signed-off-by: Dirk Neukirchen --- target/linux/ar71xx/generic/profiles/sitecom.mk | 16 t

[OpenWrt-Devel] [PATCH 4/5] add user space support for the Sitecom WLR-8100 wireless router

2013-10-08 Thread Dirk Neukirchen
add user space support for the Sitecom WLR-8100 wireless router Signed-off-by: Dirk Neukirchen --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 3 ++- target/linux/ar71xx/base-files/lib/ar71xx.sh |

[OpenWrt-Devel] [PATCH 3/5] add kernel support for the Sitecom WLR-8100 wireless router

2013-10-08 Thread Dirk Neukirchen
add kernel support for the Sitecom WLR-8100 wireless router - unsure about copyright message - based on AP136-010 Signed-off-by: Dirk Neukirchen --- target/linux/ar71xx/config-3.10| 1 + .../ar71xx/files/arch/mips/ath79/mach-wlr8100.c| 222 + .../62

[OpenWrt-Devel] [PATCH 1/5] kernel: enable building of USB3 (xHCI) module

2013-10-08 Thread Dirk Neukirchen
modern routers have USB3 (xHCI) - build the module - dirty: disable compile error by deleting 811-pci_disable_usb_common_quirks.patch Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/usb.mk| 18 + .../811-pci_disable_usb_common_quirks.patch| 80 -

[OpenWrt-Devel] [PATCH 2/5] add AR8337N switch support

2013-10-08 Thread Dirk Neukirchen
hacky ar8337n support based on ar8327 modified ar8216 provided by vubvub: https://forum.openwrt.org/viewtopic.php?id=45802 Signed-off-by: Dirk Neukirchen --- target/linux/generic/files/drivers/net/phy/ar8216.c | 20 ++-- target/linux/generic/files/drivers/net/phy/ar8216.h | 2 +

[OpenWrt-Devel] [PATCH 0/5] Support for Sitecom WLR-8100

2013-10-08 Thread Dirk Neukirchen
The Sitecom X8 AC1750 WLR-8100 has: 16MB Flash 128MB RAM 2USB (1xUSB3) onboard serial pins (no soldering) 802.11ac QCA9880 hw ver2 (ath10k) AR8337N switch internal antennas (looks like u.fl) And its white. This patch consists of enabling/modifying: - usb3 - new switch 8337 that is for now handl

[OpenWrt-Devel] ar71xx / hang during early boot in kernel loader

2013-10-08 Thread Bastian Bittorf
nearly every day we see a hanging router after reboot. today we could nail it down via serial console: (see also attached the full log) ### Autobooting in 1 seconds## Booting image at bf02 ... Uncompressing Kernel Image ... OK Starting kernel ... OpenWrt kernel loader for AR