Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-17 Thread Andrew Johnson
(See below) On Thu, Apr 17, 2014 at 7:54 PM, Matthew Fatheree < matthew.fathe...@belkin.com> wrote: > On Thu, 2014-04-17 at 19:27 -0700, Andrew Johnson wrote: > > As already pointed out by Felix, your patches do not contain the > > necessary wireless driver, so OpenWRT users are not actually able

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-17 Thread Gerry Rozema
On 17/04/14 07:54 PM, Matthew Fatheree wrote: I can acknowledge that this process is ongoing, and our engagement with OpenWRT is not yet complete. From the sounds of most of the folks who are OpenWRT, it's not ongoing because it never started. My questions for the list 1) Is OpenWRT a reg

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-17 Thread Matthew Fatheree
Hi Andrew, ( Responses Below ) On Thu, 2014-04-17 at 19:27 -0700, Andrew Johnson wrote: > Hi Matthew, > Thank you for taking the time to respond. > Unfortunately, I'm finding that rather than making things clearer, > it's making things more confusing. (More below) > > > On Thu, Apr 17, 2014 at 2:

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-17 Thread Andrew Johnson
Hi Matthew, Thank you for taking the time to respond. Unfortunately, I'm finding that rather than making things clearer, it's making things more confusing. (More below) On Thu, Apr 17, 2014 at 2:07 PM, Matthew Fatheree < matthew.fathe...@belkin.com> wrote: > Hi Andrew, > Once that process is co

[OpenWrt-Devel] [PATCH v2 4/5] include: Optionally use choice cases in version override

2014-04-17 Thread Mathieu Olivari
Version override are using string inputs to select the version, but there may be cases where it's interesting to offer a selection list between multiple packages version. This will be selectable from the package through the usage of a second argument: Signed-off-by: Mathieu Olivari --- include/

[OpenWrt-Devel] [PATCH v2 5/5] package-version-override: Fix whitespace warnings

2014-04-17 Thread Mathieu Olivari
PKG_BASE_NAME is not documented anywhere, and is only used in three lantiq packages, when constructing filenames for downloading. package/network/config/ltq-vdsl-app package/kernel/lantiq/ltq-vdsl-mei package/kernel/lantiq/ltq-vdsl Using the regular PKG_NAME makes the help text in menuconfig bett

[OpenWrt-Devel] [PATCH v2 2/5] include: remove PKG_VERSION from PKG_BUILD_DIR in override case

2014-04-17 Thread Mathieu Olivari
This change updates the PKG_BUILD_DIR variable, so the build directory generated in build_dir/* when overriding the version shows the version number defined in the .config, rather than the version defined in the Makefile. Signed-off-by: Mathieu Olivari --- include/package-version-override.mk |

[OpenWrt-Devel] [PATCH v2 3/5] include: Add override-version support for KernelPackage

2014-04-17 Thread Mathieu Olivari
So far, version override was provided for BuildPackage but it was impossible to override kernel package versions this way. This overcomes that limitation and will provide this feature for this case as well, in a seamless manner. Signed-off-by: Mathieu Olivari --- include/package-version-override

[OpenWrt-Devel] [PATCH v2 1/5] include: Restore package-version-override.mk

2014-04-17 Thread Mathieu Olivari
This feature is actually quite useful. Obviously it's an opt-in approach from a package standpoint, but it's pretty useful to swap package versions as well as pulling components TOT. In that case, working directly on the GIT tree by enabling that option is sometimes seen as a more flexible way than

Re: [OpenWrt-Devel] [PATCH 1/4] include: Restore package-version-override.mk

2014-04-17 Thread Olivari, Mathieu
Right; I actually fixed it as part of PATCH 3/4. I will post an updated set which will remove it from this patch and post it separately. -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Karl P Sent: Thursday, April 17, 2014 1:21 PM To:

Re: [OpenWrt-Devel] [PATCH] [ WRT1900 Patch Submission] Support for Linksys WRT1900AC

2014-04-17 Thread Hauke Mehrtens
On 04/08/2014 07:45 PM, Matthew Fatheree wrote: > This adds support for Belkin/Linksys WRT1900AC Router Basic functionality > Belkin Inc. would like to announce the > patch submission release for WRT1900AC which is based on > OpenWRT trunk, the detail base revision is specified in > each release >

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-17 Thread Felix Fietkau
On 2014-04-17 23:07, Matthew Fatheree wrote: > Hi Andrew, > >I'm not sure if I can adequately address all of your concerns, but I > may be able to clear up some confusion. > >For the last several months the team at Belkin/Linksys has been > working on creating a version of OpenWrt that wi

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-17 Thread Matthew Fatheree
Hi Andrew, I'm not sure if I can adequately address all of your concerns, but I may be able to clear up some confusion. For the last several months the team at Belkin/Linksys has been working on creating a version of OpenWrt that will run on our WRT1900AC router. We have submitted our co

[OpenWrt-Devel] [PATCH] brcm47xx: select correct hotplug module by default

2014-04-17 Thread Rafał Miłecki
Arch code for bcm47xx uses gpio_keys which results in buttons generating input events. This means we need kmod-button-hotplug which works as input_handler. Signed-off-by: Rafał Miłecki --- target/linux/brcm47xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/l

Re: [OpenWrt-Devel] [PATCH 1/4] include: Restore package-version-override.mk

2014-04-17 Thread Karl P
Seconded, I was hoping to send a patch restoring this as well. One point though, you should include the fix in: https://lists.openwrt.org/pipermail/openwrt-devel/2014-April/024605.html I'm open to alternative suggestions of workflow to not need this, but when I'm working on application code,

[OpenWrt-Devel] [PATCH 4/4] include: Optionally use choice cases in version override

2014-04-17 Thread Mathieu Olivari
Version override are using string inputs to select the version, but there may be cases where it's interesting to offer a selection list between multiple packages version. This will be selectable from the package through the usage of a second argument: Signed-off-by: Mathieu Olivari --- include/

[OpenWrt-Devel] [PATCH 3/4] include: Add override-version support for KernelPackage

2014-04-17 Thread Mathieu Olivari
So far, version override was provided for BuildPackage but it was impossible to override kernel package versions this way. This overcomes that limitation and will provide this feature for this case as well, in a seamless manner. Signed-off-by: Mathieu Olivari --- include/package-version-override

[OpenWrt-Devel] [PATCH 1/4] include: Restore package-version-override.mk

2014-04-17 Thread Mathieu Olivari
This feature is actually quite useful. Obviously it's an opt-in approach from a package standpoint, but it's pretty useful to swap package versions as well as pulling components TOT. In that case, working directly on the GIT tree by enabling that option is sometimes seen as a more flexible way than

[OpenWrt-Devel] [PATCH 2/4] include: remove PKG_VERSION from PKG_BUILD_DIR in override case

2014-04-17 Thread Mathieu Olivari
This change updates the PKG_BUILD_DIR variable, so the build directory generated in build_dir/* when overriding the version shows the version number defined in the .config, rather than the version defined in the Makefile. Signed-off-by: Mathieu Olivari --- include/package-version-override.mk |

[OpenWrt-Devel] [PATCH] xtables-addons: #15516 Fix compile under linux 3.14

2014-04-17 Thread Jan Kardell
Add compatibility inline function. Signed-off-by: Jan Kardell --- .../utils/xtables-addons/patches/004-fix-kernel-3.14.patch | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 package/network/utils/xtables-addons/patches/004-fix-kernel-3.14.patch diff --git a/package/ne

[OpenWrt-Devel] [PATCH] imx6-gateworks: enable new canbus packages

2014-04-17 Thread Tim Harvey
The canbus package was recently changed to a more active project. This patch updates the default package names to include the same functionality as before. Signed-off-by: Tim Harvey --- target/linux/imx6/profiles/120-gateworks.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --

[OpenWrt-Devel] [PATCH] [package] kobs-ng: Add support for overriding size

2014-04-17 Thread Tim Harvey
By default kobs-ng will use the size of /dev/mtd0 for the IMX bootstreams. This patch allows overriding that size in order to reserve space at the end of the mtd partition for u-boot.img in the case of using an SPL bootloader. For example, to flash an SPL bootloader that loads u-boot.img from 0xe0

Re: [OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-17 Thread Fernando Frediani
I think Belkin marketing responsible person should be fired straight away because they lied. My opinion ! Sometimes, in my organizations, sales and marketing people seems that just because they wear a suit and a tie they can lie without the risk of any penalty so they don't measure a bit of thei