[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson (8

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson (8

[OpenWrt-Devel] [PATCH 6/8] CC PowerCloud CR5000 Kernel BSP

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/config-4.1 | 1 + .../816-MIPS-ath79-add-cr5000-support.patch| 230 + 2 files changed, 231 insertions(+) create mode 100644 target/linux/ar71xx/patches-4.1/816

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson (8

[OpenWrt-Devel] [PATCH 1/1] [buildroot] Fix for liblzma breaks redhat-like systems

2015-08-10 Thread Daniel Dickinson
path and therefore all binaries not just buildroot's binaries use liblzma from staging_dir/host/lib, at least while building OpenWrt). Closes: 20134 Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- include/host.mk | 7 ++- include/prereq-build.mk | 7 +++ tools

[OpenWrt-Devel] [PATCH 4/8] CC PowerCloud CR3000 image generation

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/generic/profiles/pcs.mk | 26 ++ target/linux/ar71xx/image/Makefile | 4 2 files changed, 30 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/pcs.mk b

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
tweaks of my own. These patches are against trunk. Daniel Dickinson (8): CC PowerCloud CAP324 Image generation CC PowerCloud CAP324 OpenWrt configuration CC PowerCloud CR3000 Kernel BSP CC PowerCloud CR3000 image generation CC PowerCloud CR3000 OpenWrt configuration CC PowerCloud

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson (8

[OpenWrt-Devel] [PATCH 1/1] sysupgrade, wndr3700/wndr3800: Add allnet safety check

2015-08-10 Thread Daniel Dickinson
This patch may not actually be necessary, but adds the allnet uboot-envtools safety checks before allow a firmware upgrade to and Netgear WNDR3700/3800 device. Note that the Netgear devices already have a hardware id check so this may be superfulous. Signed-off-by: Daniel Dickinson open

[OpenWrt-Devel] [PATCH 5/8] CC PowerCloud CR3000 OpenWrt configuration

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- package/boot/uboot-envtools/files/ar71xx | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 9 + target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH 8/8] CC PowerCloud CR5000 OpenWrt configuration

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- package/boot/uboot-envtools/files/ar71xx | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 5 + target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH 0/8] Add support for three PowerCloud Systems devices

2015-08-10 Thread Daniel Dickinson
Hi all, I have added suport for three PowerCloud Systems devices based on the patches posted in https://lists.openwrt.org/pipermail/opewrt-devel/2012-Novembre/017340.html, updated board support in the OpenWrt tree, and some tweaks of my own. These patches are against trunk. Daniel Dickinson (8

[OpenWrt-Devel] [PATCH 1/8] CC PowerCloud CAP324 Image generation

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/generic/profiles/pcs.mk | 27 +++ target/linux/ar71xx/image/Makefile | 4 2 files changed, 31 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/pcs.mk b

[OpenWrt-Devel] [PATCH 2/8] CC PowerCloud CAP324 OpenWrt configuration

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- package/boot/uboot-envtools/files/ar71xx | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 6 ++ target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH 7/9] CC PowerCloud CR5000 Kernel BSP

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/config-4.1 | 1 + .../816-MIPS-ath79-add-cr5000-support.patch| 230 + 2 files changed, 231 insertions(+) create mode 100644 target/linux/ar71xx/patches-4.1/816

[OpenWrt-Devel] [PATCH 8/9] CC PowerCloud CR5000 image generation

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/generic/profiles/pcs.mk | 26 ++ target/linux/ar71xx/image/Makefile | 4 2 files changed, 30 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/pcs.mk b

[OpenWrt-Devel] [PATCH 0/9] Resolved email/series creation issues: PowerCloud device support

2015-08-10 Thread Daniel Dickinson
for tweaking (unless non-DTS patches are no longer accepted even though the majority of ar71xx BSPs are not yet DTS). Regards, Daniel Daniel Dickinson (9): CC PowerCloud CAP324 Kernel BSP CC PowerCloud CAP324 Image generation CC PowerCloud CAP324 OpenWrt configuration CC PowerCloud CR3000

[OpenWrt-Devel] [PATCH 9/9] CC PowerCloud CR5000 OpenWrt configuration

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- package/boot/uboot-envtools/files/ar71xx | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 5 + target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH 4/9] CC PowerCloud CR3000 Kernel BSP

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/config-4.1 | 1 + .../815-MIPS-ath79-add-cr3000-support.patch| 211 + 2 files changed, 212 insertions(+) create mode 100644 target/linux/ar71xx/patches-4.1/815

[OpenWrt-Devel] [PATCH 3/9] CC PowerCloud CAP324 OpenWrt configuration

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- package/boot/uboot-envtools/files/ar71xx | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 6 ++ target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH 6/9] CC PowerCloud CR3000 OpenWrt configuration

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- package/boot/uboot-envtools/files/ar71xx | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 9 + target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH 2/9] CC PowerCloud CAP324 Image generation

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/generic/profiles/pcs.mk | 27 +++ target/linux/ar71xx/image/Makefile | 4 2 files changed, 31 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/pcs.mk b

[OpenWrt-Devel] [PATCH 1/9] CC PowerCloud CAP324 Kernel BSP

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/config-4.1 | 1 + .../814-MIPS-ath79-add-cap324-support.patch| 183 + 2 files changed, 184 insertions(+) create mode 100644 target/linux/ar71xx/patches-4.1/814

[OpenWrt-Devel] [PATCH 5/9] CC PowerCloud CR3000 image generation

2015-08-10 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson open...@daniel.thecshore.com --- target/linux/ar71xx/generic/profiles/pcs.mk | 26 ++ target/linux/ar71xx/image/Makefile | 4 2 files changed, 30 insertions(+) diff --git a/target/linux/ar71xx/generic/profiles/pcs.mk b

[OpenWrt-Devel] Mailman configuration issue?

2015-08-10 Thread Daniel Dickinson
Hi, I've noticed that mailman uses the timestamp in the email (which in the case of git format-patch is the timestamp of the commit) when adding emails to the archive list, rather than actual time the email arrived at the mailing list. This is probably not ideal since it means email in the

Re: [OpenWrt-Devel] [PATCH 1/1] [polarssl] Fix build failures due to PKG_NAME != dir name

2015-08-10 Thread Daniel Dickinson
On 2015-08-10 10:00 PM, Yousong Zhou wrote: Nice catch, but only setting PKG_BUILD_DIR should be enough to fix this. No need to introduce a new variable. Actually the source package is used *two* places. For the download and for PKG_BUILD_DIR. It's needed for the download because you

[OpenWrt-Devel] Unblockable mutlicast

2014-09-06 Thread Daniel Dickinson
If I posted from the right account, it would help for asking asking a question... At the risk of seeming a complete n00b despite being far from it, why am I seeing this in iftop on BB-rc3 using iftop on the WAN? all-systems.mcast.net = 7.249.33.1 all-systems.mcast.net = 7.249.33.1

Re: [OpenWrt-Devel] DFS ath9k

2013-08-07 Thread Daniel Dickinson
-- Daniel Dickinson PowerCloud Systems, Palo Alto, CA Senior Firmware Engineer (In Canada: Senior Firmware Analyst) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] DFS ath9k

2013-08-01 Thread Daniel Dickinson
. Regards, Daniel -- Daniel Dickinson PowerCloud Systems, Palo Alto, CA Senior Firmware Engineer (In Canada: Senior Firmware Analyst) ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo

Re: [OpenWrt-Devel] [PATCH] network: update state file even when bringing down interfaces

2013-06-28 Thread Daniel Dickinson
} } + +[ ifdown = $ACTION ] { +uci_toggle_state network $INTERFACE up 0 +} ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- Daniel Dickinson PowerCloud Systems, Palo Alto, CA Senior

[OpenWrt-Devel] GitHub repo with collectd5 package for AA

2013-05-29 Thread Daniel Dickinson
Hi all, FYI, I have created a GitHub repo with a 'collectd5' package for Attitude Adjustment, which adds collectd 5.0.3 to AA (I plan on doing a trunk port at some point too). Add src-git cshore_aa git://github.com/cshore/openwrt-aa-packages.git and update your feeds if you want to build it /

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL) / regdomain issue

2013-03-10 Thread Daniel Dickinson
On Sun, 10 Mar 2013 20:03:29 +0200 Daniel Golle daniel.go...@gmail.com wrote: On 03/10/2013 07:52 PM, Bastian Bittorf wrote: * Daniel Golle daniel.go...@gmail.com [10.03.2013 18:00]: The default settings of the binaries on downloads.openwrt.org do *not* allow me to do that. And that's what

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL) / regdomain issue

2013-03-10 Thread Daniel Dickinson
to help and not just complain 'fix it *now*', the you should participate in linux-wireless development efforts. Regards, Daniel On Sun, 10 Mar 2013 14:41:22 -0400 Daniel Dickinson dan...@cshore.neomailbox.net wrote: On Sun, 10 Mar 2013 20:03:29 +0200 Daniel Golle daniel.go...@gmail.com wrote

Re: [OpenWrt-Devel] [PATCH/RFC v2] add hardware id for TL-WDR4300v1 (IL) / regdomain issue

2013-03-10 Thread Daniel Dickinson
On Sun, 10 Mar 2013 20:28:13 +0100 Bastian Bittorf bitt...@bluebottle.com wrote: * Daniel Dickinson dan...@cshore.neomailbox.net [10.03.2013 19:57]: Actually, the default in the code is to use the EEPROM values if present, but if the EEPROM doesn't set a country code or to be clear

Re: [OpenWrt-Devel] [PATCH] Added default configurations for enabling wifi on omap4 by default

2013-01-04 Thread Daniel Dickinson
Hi dvrao, Generally in OpenWrt wireless is not configured automatically even with a default disable config. wifi detect is run to determine info about the wlan interface and set default parameters, but left disabled. It shouldn't be on the filesystem. Regards, Daniel On Fri, Jan 4, 2013 at

Re: [OpenWrt-Devel] compcache / ramzswap / zram / frontswap

2013-01-04 Thread Daniel Dickinson
builds depending on what packages are built). Better only have the util-linux dependency (if it's even needed). -- Daniel Dickinson PowerCloud Systems, Palo Alto, CA Senior Firmware Engineer (In Canada: Senior Firmware Analyst) ___ openwrt-devel mailing

Re: [OpenWrt-Devel] D-Link DIR-600/601(Rev.A1) - Not preserving configurations

2013-01-04 Thread Daniel Dickinson
mode, ignored. Can anyone confirm these reports ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- Daniel Dickinson PowerCloud Systems, Palo Alto, CA Senior Firmware Engineer

Re: [OpenWrt-Devel] Change Default IP?

2012-11-29 Thread Daniel Dickinson
/listinfo/openwrt-devel -- Daniel Dickinson PowerCloud Systems, Palo Alto, CA Senior Firmware Engineer (In Canada: Senior Firmware Analyst) signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] Change Default IP?

2012-11-28 Thread Daniel Dickinson
$TOPDIR/files/etc/config/network if it is not working. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- Daniel Dickinson PowerCloud Systems, Palo Alto, CA Senior Firmware

Re: [OpenWrt-Devel] [PATCH] fix wget-ssl dependencies

2012-11-20 Thread Daniel Dickinson
-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel -- Daniel Dickinson PowerCloud Systems, Palo Alto, CA Senior Firmware Engineer (In Canada: Senior Firmware Analyst) signature.asc Description: OpenPGP digital signature

[OpenWrt-Devel] BCM Tag Problem: Re: [OpenWrt-Commits] r34230 - in trunk/target/linux: brcm63xx/patches-3.6 generic/patches-3.6

2012-11-18 Thread Daniel Dickinson
I think Kaloz missed the discussion of why this was in generic not brcm63xx. Regards, Daniel On 18/11/2012 4:22 AM, openwrt-comm...@openwrt.org wrote: Author: kaloz Date: 2012-11-18 10:22:38 +0100 (Sun, 18 Nov 2012) New Revision: 34230 Added:

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

2012-11-16 Thread Daniel Dickinson
On 10/11/2012 8:44 AM, Felix Fietkau wrote: On 2012-11-09 11:02 PM, Daniel Dickinson wrote: 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

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

2012-11-14 Thread Daniel Dickinson
... Signed-off-by: Daniel Dickinson dan...@powercloudsystems.com --- 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

Re: [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-13 Thread Daniel Dickinson
AM, Felix Fietkau wrote: On 2012-11-09 11:10 PM, Daniel Dickinson wrote: --- 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

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

2012-11-13 Thread Daniel Dickinson
On 10/11/2012 8:35 AM, Felix Fietkau wrote: On 2012-11-09 11:10 PM, Daniel Dickinson wrote: --- 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

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

2012-11-10 Thread Daniel Dickinson
On 10/11/2012 8:35 AM, Felix Fietkau wrote: On 2012-11-09 11:10 PM, Daniel Dickinson wrote: This is useful when using vlans as otherwise on boot there is cross-vlan leakage How about fixing the cross-vlan leakage instead? The issue is that when preinit configures the switch, it configures

[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 ---

[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 +++

[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 ---

[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

[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

[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 +++

[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

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

2012-11-09 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson dan...@powercloudsystems.com --- 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

[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 dan...@powercloudsystems.com --- .../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

[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 dan...@powercloudsystems.com --- .../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

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

2012-11-09 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson dan...@powercloudsystems.com --- 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

[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 dan...@powercloudsystems.com --- ...-allow-to-disable

[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 +

[OpenWrt-Devel] [RFD][ar71xx] Custom extra mtd partition in mtd_layout

2012-11-01 Thread Daniel Dickinson
Hi all, I have a client that is carrying around some patches again image Makefile because of custom mtd layouts. Basically they have an extra mtd partition (stealing from rootfs) for data that is persistent across firstboot. My request for discussion, is to see what kinds of things would be

[OpenWrt-Devel] [PATCH] Fix/Enable OpenWrt External Toolchain Building ImageBuilder and SDK (and have them work)

2012-10-31 Thread Daniel Dickinson
, but as I've said I don't have a lot of paid time to get them integrated. In include patch both inline and as attachment so that hopefully everyone can get a non-mangled using their preferred method of dealing with patches. Signed-Off-By: Daniel Dickinson csh...@openwrt.org Patch follows

Re: [OpenWrt-Devel] [PATCH] Fix/Enable OpenWrt External Toolchain Building ImageBuilder and SDK (and have them work)

2012-10-31 Thread Daniel Dickinson
Oh, one thing I forgot was to rebase against trunk. This is based on a version of attitude_adjustment a few days to a week or two ago. On 01/11/2012 12:49 AM, Daniel Dickinson wrote: Hi all, The following patch both fixes using an openwrt external toolchain (that is in menuconfig using

Re: [OpenWrt-Devel] [PATCH] Fix/Enable OpenWrt External Toolchain Building ImageBuilder and SDK (and have them work)

2012-10-31 Thread Daniel Dickinson
This version is based against trunk as of now and fixes the SDK tarball name. The following patch both fixes using an openwrt external toolchain (that is in menuconfig using the option to build a toolchain, and feeding that back into another openwrt build as an external toolchain, which if you're

Re: [OpenWrt-Devel] [PATCH] Fix/Enable OpenWrt External Toolchain Building ImageBuilder and SDK (and have them work)

2012-10-31 Thread Daniel Dickinson
)/lib/libpthread-*.so $(TOOLCHAIN_DIR)/lib + $(CP) $(CONFIG_TOOLCHAIN_ROOT)/lib/librt-*.so $(TOOLCHAIN_DIR)/lib endef define Host/Clean -- Daniel Dickinson PowerCloud Systems, Palo Alto, CA Senior Firmware Engineer (In Canada: Senior Firmware Analyst

[OpenWrt-Devel] [Alix2] [Geode] [Geos] Note to Philip Prindeville

2011-09-06 Thread Daniel Dickinson
Hi Phillip, Could you please stop sending millions of small patches on the assumption that small == trivial. A trivial patch is a patch that is complete in and of itself and doesn't need more patches before or after to finish solving whatever problem it is related to, and is one-time thing that

[OpenWrt-Devel] [RFC] Boot/Preinit/Init Requirements (for the init/preinit that will be coming)

2011-09-05 Thread Daniel Dickinson
Hi all, I've been working on the requirements specification for boot/preinit/init to try to illuminate what preinit/init has to be able to do to be feature complete compared to the current version, plus the new features we want to have. I was originally looking for a way to reduce what preinit

Re: [OpenWrt-Devel] whole_filesystem extroot not working with backfire-rc5-testing

2011-07-22 Thread Daniel Dickinson
On Mon, 27 Jun 2011 16:30:05 -0400 Brian J. Murrell br...@interlinx.bc.ca wrote: I've created a whole_filesystem style extroot with the following commands: # mkfs.ext3 /dev/sda1 # mount /dev/sda1 /mnt # mkdir -p /tmp/cproot # mount --bind / /tmp/cproot # tar -C /tmp/cproot -cvf - . | tar

Re: [OpenWrt-Devel] [PATCH 1/1] mac80211: atomic64_read() already present on x86 processors

2011-07-12 Thread Daniel Dickinson
On Tue, 12 Jul 2011 22:47:23 -0700 Philip Prindeville philipp_s...@redfish-solutions.com wrote: This is a fix to a regression introduced in r27572. Redux: thanks, Daniel, for pointing out the ifndef CONFIG_GENERIC_ATOMIC64 was backwards in sense. Er, no, I meant that it was always true

Re: [OpenWrt-Devel] [OpenWrt] #6920: Siemens SL2-141 Support

2011-05-13 Thread Daniel Dickinson
On Fri, 13 May 2011 14:47:38 - OpenWrt openwrt-devel@lists.openwrt.org wrote: #6920: Siemens SL2-141 Support ---+ Reporter: ironmaiden666@…| Owner: cshore Type: task |

Re: [OpenWrt-Devel] How to ensure that Tor is at the latest version?

2011-05-08 Thread Daniel Dickinson
On Thu, 21 Apr 2011 01:14:40 -0700 Jacob Appelbaum ja...@appelbaum.net wrote: Hi, I've had a report of a user installing Tor (package 'tor') on OpenWRT (backfire) and they appear to have a much older version than what is currently in svn. Why is this happening? Is there a way to ensure

Re: [OpenWrt-Devel] Problem: Cannot satisfy the dependencies for ... during installation into image

2011-05-07 Thread Daniel Dickinson
On Fri, 06 May 2011 10:09:49 +0200 Ithamar R. Adema ithamar.ad...@team-embedded.nl wrote: On Thu, 2011-05-05 at 16:49 -0600, Philip Prindeville wrote: I agree that user files should take precedence over canned release files (actually, I thought this was the case?). This used to be the

Re: [OpenWrt-Devel] [PATCH] geos: uci-defaults updates

2011-04-14 Thread Daniel Dickinson
On Thu, 14 Apr 2011 22:05:27 -0600 Philip Prindeville philipp_s...@redfish-solutions.com wrote: Punch firewall holes for ISAKMP (udp port 500) and IPsec ESP. Set system.foreground to 1 to force scripts to complete before starting console shell. Signed-off-by: Philip Prindeville

Re: [OpenWrt-Devel] [PATCH] geos: Add PC speaker to kernel definitions

2011-04-14 Thread Daniel Dickinson
On Thu, 14 Apr 2011 20:31:14 -0600 Philip Prindeville philipp_s...@redfish-solutions.com wrote: Add the PC speaker back to the Geos platform. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com --- Index: target/linux/x86/geos/config-default

Re: [OpenWrt-Devel] [PATCH] block-mount add missing directory

2011-04-04 Thread Daniel Dickinson
On Sun, 20 Mar 2011 21:04:06 +0100 Maarten Bezemer m.m.beze...@utwente.nl wrote: Fixes warning of missing /lib/functions/fsck directory during boot. Happens when no scripts are installed in this directory (ie when e2fsck is not enabled) --- Signed-of-by: Maarten Bezemer Committed (after

Re: [OpenWrt-Devel] [PROPOSAL] growing OpenWrt devel team

2011-04-01 Thread Daniel Dickinson
On Mon, 28 Mar 2011 19:44:31 +0200 Gregers Petersen g...@openwrt.org wrote: Dear All I've been following the discussion and would like to offer to organize an irc meeting on -devel - to discuss this issue, and together generate a model for how to change things to the better. I would like

Re: [OpenWrt-Devel] block-mount overrides /etc/config/fstab as defined by target

2011-04-01 Thread Daniel Dickinson
On Fri, 01 Apr 2011 12:43:43 +0200 Ithamar R. Adema ithamar.ad...@team-embedded.nl wrote: Hi, On Thu, 2011-03-31 at 15:05 -0400, Daniel Dickinson wrote: Actually this is normal. Order is base-files, then target/base-files, then packages. It's doing target/base-files/etc/config/fstab

Re: [OpenWrt-Devel] Patch process

2011-04-01 Thread Daniel Dickinson
On Fri, 01 Apr 2011 19:31:41 +0200 Gregers Petersen g...@openwrt.org wrote: Dear all I promised to post an agenda for the patch process meeting sunday on irc -devel @ 19:00 UTC. The generel discussion has concerned two central points. first, how is the patch submission process in reality

Re: [OpenWrt-Devel] [PATCH] bcm63xx: Move the OpenWrt rootfs length field

2011-04-01 Thread Daniel Dickinson
On Mon, 7 Mar 2011 21:15:03 +0100 Jonas Gorski jonas.gorski+open...@gmail.com wrote: Er, I've forgotten. Has this been applied yet? -- erno hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is. GnuPG Key

Re: [OpenWrt-Devel] [PATCH] bcm63xx: Move the OpenWrt rootfs length field

2011-04-01 Thread Daniel Dickinson
Hi, Did Florian apply this already? If not could I get you to redo the command line parsing changes via editing .ggo file and regenerating the C files from there. That is the preferred way for code changes. The only reason we include the .c and .h for the parsing is that we didn't want to

Re: [OpenWrt-Devel] block-mount overrides /etc/config/fstab as defined by target

2011-03-31 Thread Daniel Dickinson
On Wed, 30 Mar 2011 19:14:42 +0200 Ithamar R. Adema ithamar.ad...@team-embedded.nl wrote: Hello, After a recent upgrade to latest Backfire I bumped into an interesting problem. If a target has a /etc/config/fstab file in its base-files (target/linux/$(TARGET)/base-files/etc/config/fstab)

Re: [OpenWrt-Devel] [OpenWrt-Tickets] [OpenWrt] #9143: Kernel oops in preinit after erasing jffs2 partition on ramips rt305x

2011-03-31 Thread Daniel Dickinson
So I think I have identified the problem... I just don't have a solution yet. Thank you for the analysis. Now to try to find time to work on it Regards Daniel -- erno hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in

Re: [OpenWrt-Devel] block-mount overrides /etc/config/fstab as defined by target

2011-03-31 Thread Daniel Dickinson
On Thu, 31 Mar 2011 20:09:07 +0200 Ithamar R. Adema ithamar.ad...@team-embedded.nl wrote: Do you also remove the $(INTALL_DATA) ./files/fstab.config $(1)/etc/config/fstab ? If not then the file should still be installed regardless of the conffiles. AFAIK conffiles just says don't

Re: [OpenWrt-Devel] block-extroot and firmware updating/flashing

2011-03-28 Thread Daniel Dickinson
On Wed, 23 Mar 2011 11:32:51 -0400 Stefan Monnier monn...@iro.umontreal.ca wrote: the disabling is being done deliberately to give users a chance / force them to clean up the overlay after a reflash. So this test is only for the `overlay' case, not the new option target / case, right?

Re: [OpenWrt-Devel] block-extroot and firmware updating/flashing

2011-03-22 Thread Daniel Dickinson
On Mon, 21 Mar 2011 13:36:47 -0400 Stefan Monnier monn...@iro.umontreal.ca wrote: the disabling is being done deliberately to give users a chance / force them to clean up the overlay after a reflash. So this test is only for the `overlay' case, not the new option target / case, right?

[OpenWrt-Devel] [ANN] extroot updates

2011-03-17 Thread Daniel Dickinson
Hi all, I know there were a few of you who didn't want to use extroot because it didn't support using a regularly mounted disk (i.e. you didn't like the /overlay stuff). Now, if you specify option target / in the /etc/config/fstab, that partition will be mounted as a regular root filesystem

Re: [OpenWrt-Devel] Resend: [PATCH] start selected services after block mount

2011-03-15 Thread Daniel Dickinson
On Fri, 11 Mar 2011 11:44:27 + Lee Essen lee.es...@nowonline.co.uk wrote: Is there any interest in this? Jow and I talked about this and we thought that it would be better to have a hotplug handler than arbitrary script execution within the block-mount. Here's the part of the conversation

Re: [OpenWrt-Devel] coreutils as default package is always built

2011-03-14 Thread Daniel Dickinson
On Mon, 14 Mar 2011 17:07:22 +0100 Thomas Langer thomas.lan...@gmx.net wrote: with commit 26026 (https://dev.openwrt.org/changeset/26026) I see the coreutils package downloaded and build in my defconfig. With the following patch, this default selection really does no build, as long as no

[OpenWrt-Devel] Doing some more with extroot after all

2011-03-12 Thread Daniel Dickinson
Hi all, Just to let you all know that extroot is not dead, just not as much of priority for me. I'm still working on it from time to time. I wasn't going to, but it's widely used and needs loving. Regards, Daniel -- erno hm. I've lost a machine.. literally

Re: [OpenWrt-Devel] Resend: [PATCH 1/1] Build breaks if libusb-1.0 selected

2011-01-30 Thread Daniel Dickinson
On Fri, 28 Jan 2011 17:34:21 -0700 Philip Prindeville philipp_s...@redfish-solutions.com wrote: There seems to be a dependency between libusb-1.0 and opkg. libusb-1.0 will only build if opkg has already been built. Please find the *real* problem not just the symptom if you want your patches

[OpenWrt-Devel] The future of block-extroot and preinit

2011-01-30 Thread Daniel Dickinson
Hi all, I wanted to let you know what I'm thinking for block-extroot in general I am not planning on further work on block-extroot, but rather addressing the reasons block-extroot was created. Basically I see a few scenarios where block-extroot, or functionality requested for block-root applies

Re: [OpenWrt-Devel] No proc at very first time of preinit

2011-01-18 Thread Daniel Dickinson
in two steps: source all files in /lib/preinit ...This defines functions defined in the files AND executes anything not in a function loop through the hooks, executing functions in the order that were added with boot_hook_add in step 1. Regards, Daniel Am 05.12.2010 um 05:24 schrieb Daniel

Re: [OpenWrt-Devel] extroot not using overlay? (was Re: [OpenWrt] #8542: various hangs with extroot (mini_fo) using ext4)

2011-01-18 Thread Daniel Dickinson
On Wed, 05 Jan 2011 01:22:37 -0500 Stefan Monnier monn...@iro.umontreal.ca wrote: I want the flexibility of the former. I want my extroot device to be the entire root filesystem of my system and not require a particular flashed image because it relies on files in the flashed image's

Re: [OpenWrt-Devel] [PATCH 1/1] Having the kernel solos-pci kernel module should require the soloscli utility

2011-01-18 Thread Daniel Dickinson
On Mon, 17 Jan 2011 23:01:36 -0800 Philip Prindeville philipp_s...@redfish-solutions.com wrote: On 1/17/11 1:17 AM, Imre Kaloz wrote: On Mon, 17 Jan 2011 10:15:19 +0100, Philip Prindeville philipp_s...@redfish-solutions.com wrote: The soloscli utility is useful for setting parameters on

Re: [OpenWrt-Devel] [PATCH 1/1] Having the kernel solos-pci kernel module should require the soloscli utility

2011-01-17 Thread Daniel Dickinson
On Mon, 17 Jan 2011 01:15:19 -0800 Philip Prindeville philipp_s...@redfish-solutions.com wrote: The soloscli utility is useful for setting parameters on the FPGA that aren't accessible via module parameters. It doesn't do much good to have the kernel driver without this utility. Index:

[OpenWrt-Devel] extroot not using overlay? (was Re: [OpenWrt] #8542: various hangs with extroot (mini_fo) using ext4)

2011-01-01 Thread Daniel Dickinson
On Wed, 29 Dec 2010 09:10:37 - OpenWrt openwrt-devel@lists.openwrt.org wrote: Comment: Note that someone who actually cares about extroot should look into this. Personally I've never seen a real reason why would this be I would, but I don't know kernel filesystem stuff at all. I

Re: [OpenWrt-Devel] [PATCH] tor package version bump

2010-12-15 Thread Daniel Dickinson
On Wed, 15 Dec 2010 19:37:19 -0800 Jacob Appelbaum ja...@appelbaum.net wrote: Hi, I'm a Tor developer and I've been using OpenWRT recently. It's very useful for Tor bridges and I wanted to contribute some of my Tor related packaging work back to the community. This is a version bump to

[OpenWrt-Devel] [PATCH 1/5] mtd: Changed mtd_fixtrx and related functions to be weak references. The weak references only lead to actual functions for brcm47xx

2010-12-04 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson dan...@cshore.neomailbox.net --- package/mtd/src/mtd.c | 129 + package/mtd/src/mtd.h |8 ++-- package/mtd/src/trx.c | 98 +++-- 3 files changed, 120 insertions(+), 115 deletions

[OpenWrt-Devel] [PATCH 0/5] mtd changes to fix crc error on brcm63xx. patch affect bcm47xx as well.

2010-12-04 Thread Daniel Dickinson
function that was compiled on that platform) d) Adds the appropriate functions for brcm63xx and executes mtd fixtrx linux on first boot for devices known to be affected by the CRC problem. Daniel Dickinson (5): mtd: Changed mtd_fixtrx and related functions to be weak references. The weak

[OpenWrt-Devel] [PATCH 3/5] mtd: Added fixtrx for brcm63xx imagetag. This allows brcm63xx boards which experience a CRC on second boot due to the JFFS2 creation / DEADC0DE deletion to work correctly w

2010-12-04 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson dan...@cshore.neomailbox.net --- package/mtd/src/Makefile |1 + package/mtd/src/bcm_tag.h |1 + package/mtd/src/imagetag.c | 244 package/mtd/src/mtd.c |2 +- 4 files changed, 247 insertions(+), 1

[OpenWrt-Devel] [PATCH 4/5] base-files: Added uci-defaults script to run mtd fixtrx on firstboot for devices that need it.

2010-12-04 Thread Daniel Dickinson
Signed-off-by: Daniel Dickinson dan...@cshore.neomailbox.net --- .../base-files/etc/uci-defaults/brcm63xx_fixcrc.sh | 20 1 files changed, 20 insertions(+), 0 deletions(-) create mode 100755 target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh diff --git

<    1   2   3   4   >