[OpenWrt-Devel] Add support for PowerCloud Systems Hardware

2012-11-09 Thread Daniel Dickinson
Greetings, PowerCloud Systems wishes to offer a series of patches for you to consider. The email series associated with this message are patches we think might be of interest to OpenWrt, though some more than others. This patch series adds support for PCS hardware. [PATCH 1/5] ubdev01 + dlrtdev

[OpenWrt-Devel] [PATCH 3/5] Allow MAC address to come from platform data and calibration data from PCI-e EEPROM

2012-11-09 Thread Daniel Dickinson
There is a router that users the MAC address for wireless from the platform data (which gets it from the flash ART partition) and the calibration data from a PCI-e card's EEPROM. Here we add support for this. Signed-off-by: Daniel Dickinson --- ...-allow-to-disable-bands-via-platform-data.patc

[OpenWrt-Devel] [PATCH 5/5] Add support for three PowerCloud devices

2012-11-09 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson --- target/linux/ar71xx/base-files/etc/diag.sh |6 + .../ar71xx/base-files/etc/uci-defaults/network | 11 + target/linux/ar71xx/base-files/lib/ar71xx.sh |6 + .../ar71xx/base-files/lib/upgrade/platform.sh |2 + target/linux/ar7

[OpenWrt-Devel] [PATCH 2/5] ubnt-unifi-outdoor: Add support for Ubquiti UnifiAP Outdoor (UniFi 2.0 outdoor AP)

2012-11-09 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson --- .../base-files/etc/defconfig/unifi-outdoor/network | 15 + target/linux/ar71xx/base-files/lib/ar71xx.sh |3 + .../ar71xx/base-files/lib/upgrade/platform.sh |3 +- target/linux/ar71xx/generic/profiles/ubnt.mk | 11 target/l

[OpenWrt-Devel] [PATCH 4/5] ar93x: Add option to disable JTAG, which blocks a GPIO

2012-11-09 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson --- .../680-MIPS-ath79-ar93x-allow-disable-jtag.patch | 40 .../680-MIPS-ath79-ar93x-allow-disable-jtag.patch | 40 2 files changed, 80 insertions(+) create mode 100644 target/linux/ar71xx/patches-3.3/680-MIPS-ath7

[OpenWrt-Devel] [PATCH 1/5] ubdev01 + dlrtdev01: Add support for old PCS devices

2012-11-09 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson --- target/linux/ar71xx/generic/profiles/pcs.mk | 29 + target/linux/ar71xx/image/Makefile | 45 +++ 2 files changed, 74 insertions(+) create mode 100644 target/linux/ar71xx/generic/profiles/pcs.mk diff --git

[OpenWrt-Devel] Various patches from PCS

2012-11-09 Thread Daniel Dickinson
Greetings, PowerCloud Systems wishes to offer a series of patches for you to consider. The email series associated with this message are patches we think might be of interest to OpenWrt, though some more than others. This patch series includes various useful things like disabling preinit networ

[OpenWrt-Devel] [PATCH 7/7] [package] uci: Alternate dir for uci_get and friends

2012-11-09 Thread Daniel Dickinson
--- package/uci/files/lib/config/uci.sh |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/uci/files/lib/config/uci.sh b/package/uci/files/lib/config/uci.sh index db84c83..0002917 100644 --- a/package/uci/files/lib/config/uci.sh +++ b/package/uci/files/lib/config/

[OpenWrt-Devel] [PATCH 5/7] [preinit] Allow disabling preinit networking

2012-11-09 Thread Daniel Dickinson
This is useful when using vlans as otherwise on boot there is cross-vlan leakage --- package/base-files/Makefile|1 + .../files/lib/preinit/10_indicate_preinit | 39 +++- package/base-files/image-config.in | 15 +++- 3 fi

[OpenWrt-Devel] [PATCH 6/7] [failsafe] Allow to disable failsafe

2012-11-09 Thread Daniel Dickinson
--- package/base-files/Makefile|1 + .../base-files/files/lib/preinit/30_failsafe_wait | 10 ++ package/base-files/image-config.in | 13 ++--- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/package/base-files/Makefil

[OpenWrt-Devel] [PATCH 3/7] [package] mac80211: Use PCS wifi mac address logic for PCS devices

2012-11-09 Thread Daniel Dickinson
--- package/mac80211/files/lib/wifi/mac80211.sh | 38 --- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index ad5845b..873332d 100644 --- a/package/mac80211/files/l

[OpenWrt-Devel] [PATCH 2/7] [package] mac80211: Default second radio to 5g if it does 5g and is US or CA regulatory domain

2012-11-09 Thread Daniel Dickinson
--- package/mac80211/files/lib/wifi/mac80211.sh |6 ++ 1 file changed, 6 insertions(+) diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index 4ecb419..ad5845b 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/package/mac8

[OpenWrt-Devel] [PATCH 1/7] [package] mac80211: Make debugging wireless issues with hostapd a little easier

2012-11-09 Thread Daniel Dickinson
--- package/mac80211/files/lib/wifi/mac80211.sh | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index 4bf035e..4ecb419 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh

[OpenWrt-Devel] Build issue with r34113

2012-11-09 Thread Jim Henderson
I'm sure it's something I'm doing wrong, I just can't figure out what. I've actually had this problem for a bit and just haven't had time to try to troubleshoot it. Given that nobody else seems to be having the problem, I'm sure I'm just missing some change that my build scripts aren't accounting

Re: [OpenWrt-Devel] [PATCH] cns3xxx: clean up pcie patches

2012-11-09 Thread Imre Kaloz
Thanks, merged it in r34132. Imre On Fri, 09 Nov 2012 00:46:46 +0100, Tim Harvey wrote: Combine two pcie patches (2nd patch undid the 1st patch) together and refresh the other affected patches Signed-off-by: Tim Harvey --- .../patches-3.3/055-cns3xxx_pci_iospace_init.patch | 76

Re: [OpenWrt-Devel] Atheros target development questions

2012-11-09 Thread Hanno Schupp
As I said off-list, I have several devices using 2313, 2315, and 2317 chips. I will continue to work with you to test the patches as they come through. One aspect I would propose to add is to expose information like vendor Id sub vendor ID etc. so they can be associated properly by iwinfo to a

Re: [OpenWrt-Devel] Buffalo wbmr/lantiq kernel panik

2012-11-09 Thread Andre Valentin
Hi Lika, after compiling it with symbols enabled it looks even worse: Starting kernel ... [0.00] Linux version 3.6.6 (avalentin@varus) (gcc version 4.6.4 20121001 (prerelease) (Linaro GCC 4.6-2012.10) ) #1 Fri Nov 9 20:54:50 CET 2012 [0.00] SoC: AR9 rev 1.2 [0.00] bootcon

Re: [OpenWrt-Devel] Buffalo wbmr/lantiq kernel panik

2012-11-09 Thread André Valentin
Hi, both;-) I need qmi-wwan support for better 3G and 4G support, also I want the ip_vti tunnel interface. I also noticed some problems with the internal switch (i.e. hangs system isn't reachable anymore) . Another problem ist the dwc_otg. Using USB often results in kernel panic:-( André >---

Re: [OpenWrt-Devel] Buffalo wbmr/lantiq kernel panik

2012-11-09 Thread John Crispin
On 09/11/12 20:45, André Valentin wrote: Hi, I did that on purpose. I'm not happy with the 3.3, so I gave it a try ... André 3.3 in general or the wbmr support ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt

Re: [OpenWrt-Devel] Buffalo wbmr/lantiq kernel panik

2012-11-09 Thread André Valentin
Hi, I'll do that and keep you informed. Thanks, André >-Original Message- >On Behalf Of Luka Perkov >Hi André, >AFAIK 3.6 kernel for lantiq is still a work in progres. > >Please recompile the image with symbol table information included. In >"make menuconfig": > >Global build settings >

Re: [OpenWrt-Devel] Buffalo wbmr/lantiq kernel panik

2012-11-09 Thread André Valentin
Hi, I did that on purpose. I'm not happy with the 3.3, so I gave it a try ... André >-Original Message- >From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] >On Behalf Of John Crispin >Sent: Friday, November 09, 2012 7:20 PM >To: openwrt-devel@lists.openwrt.org >Subject:

Re: [OpenWrt-Devel] Buffalo wbmr/lantiq kernel panik

2012-11-09 Thread John Crispin
Hi, there is no support for wbmr 3.6 yet. owrt does not even build an image for wbmr when selecting 3.6. so you must have tried to boot a random image on the wbmr John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://li

Re: [OpenWrt-Devel] Buffalo wbmr/lantiq kernel panik

2012-11-09 Thread Luka Perkov
Hi André, On Fri, Nov 09, 2012 at 04:40:19PM +, André Valentin wrote: > [0.00] Linux version 3.6.6 (avalentin@varus) (gcc version 4.6.4 > 20121001 (prerelease) (Linaro GCC 4.6-2012.10) ) #6 Thu Nov 8 21:37:22 CET > 2012 > [0.00] SoC: AR9 rev 1.2 > [0.00] bootconsole [

[OpenWrt-Devel] Buffalo wbmr/lantiq kernel panik

2012-11-09 Thread André Valentin
Hi! I just tried the 3.6.6 kernel with the trunk from yesterday. I get the following kernel panic: XR9-x chip found DDR set @ 166.6MHz Check initial DDR setting...DDR check ok... start booting... ARCADYAN U-Bo

Re: [OpenWrt-Devel] Multilink PPP in OpenWrt and LuCI

2012-11-09 Thread George Kashperko
Hi, Nathan. > I'm looking at supporting Multilink PPP (using PPPoE) in OpenWrt and > LuCI. > > I've experimented by adding a "MLPPP" protocol > to /usr/lib/lua/luci/model/network/proto_ppp.lua (and adding a copy of > proto_pppoe.lua to model/cbi/admin_network/proto_mlppp.lua). > > Unfortunately

Re: [OpenWrt-Devel] Atheros target development questions

2012-11-09 Thread Florian Fainelli
Hi Jonathan, On Friday 09 November 2012 06:11:47 Jonathan Bither wrote: > Good morning list, > I was writing to ask if there is a current maintainer for the Atheros > target that I may contact. > The reason that I ask is because I was contacted about a patch that I had > submitted prior in

Re: [OpenWrt-Devel] Atheros target development questions

2012-11-09 Thread Jonathan Bither
Thanks, I'll setup my git environment again and merge them all into branches and split the patches. On 11/09/2012 07:22 AM, John Crispin wrote: > On 09/11/12 13:16, Karl Palsson wrote: >> On Fri, Nov 09, 2012 at 06:11:47AM -0500, Jonathan Bither wrote: >>> Good morning list, >>> I was

[OpenWrt-Devel] [PATCH] [packages] dialog: update to version 20120706

2012-11-09 Thread Jonh Wendell
Signed-off-by: Jonh Wendell --- utils/dialog/Makefile |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/dialog/Makefile b/utils/dialog/Makefile index d407ead..872ab83 100644 --- a/utils/dialog/Makefile +++ b/utils/dialog/Makefile @@ -1,5 +1,5 @@ # -# Copyright

Re: [OpenWrt-Devel] Atheros target development questions

2012-11-09 Thread John Crispin
On 09/11/12 13:16, Karl Palsson wrote: On Fri, Nov 09, 2012 at 06:11:47AM -0500, Jonathan Bither wrote: Good morning list, I was writing to ask if there is a current maintainer for the Atheros target that I may contact. The reason that I ask is because I was contacted about a patch that

Re: [OpenWrt-Devel] Atheros target development questions

2012-11-09 Thread Karl Palsson
On Fri, Nov 09, 2012 at 06:11:47AM -0500, Jonathan Bither wrote: > Good morning list, > I was writing to ask if there is a current maintainer for the Atheros > target that I may contact. > The reason that I ask is because I was contacted about a patch that I had > submitted prior in regards

[OpenWrt-Devel] Atheros target development questions

2012-11-09 Thread Jonathan Bither
Good morning list, I was writing to ask if there is a current maintainer for the Atheros target that I may contact. The reason that I ask is because I was contacted about a patch that I had submitted prior in regards to allowing various EnGenius devices to successfully reboot without a k

[OpenWrt-Devel] [PATCH 1/1] Disabling at_keyboard in the grub2 core.img fixes alix2 booting

2012-11-09 Thread Russell Senior
> "Roberto" == Roberto Riggio writes: David> Or is it actually the OpenWRT image that's the problem? If you David> boot the "working" x86-generic-net45xx image on a Geos or David> alix2, shouldn't you at least get *some* serial output from the David> kernel as it boots, before something goes