Re: [OpenWrt-Devel] [PATCH 16/30][ WRT1900AC ] mamba mvebu: sysupgrade support for mamba + dual boot

2014-05-10 Thread Marek Lindner
On Friday 09 May 2014 14:11:32 Karl Palsson wrote: I understand how it works in general, John was nacking the support as it duplicated existing functionality. I was asking more about this existing functionality within openwrt for supporting dual firmware images. I wasn't aware of any

[OpenWrt-Devel] [PATCH] brcm47xx: profiles: fix white spaces (s/ $//)

2014-05-10 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- target/linux/brcm47xx/profiles/100-Broadcom-b43.mk| 4 ++-- target/linux/brcm47xx/profiles/101-Broadcom-wl.mk | 4 ++-- target/linux/brcm47xx/profiles/104-Broadcom-ath5k.mk | 4 ++--

[OpenWrt-Devel] [PATCH 1/2] Added the cryptodev-linux kernel module.

2014-05-10 Thread Nikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos n...@gnutls.org --- utils/cryptodev-linux/Makefile | 74 ++ 1 file changed, 74 insertions(+) create mode 100644 utils/cryptodev-linux/Makefile diff --git a/utils/cryptodev-linux/Makefile

[OpenWrt-Devel] [PATCH 2/2] GNUTLS_CRYPTODEV depends on kmod-cryptodev.

2014-05-10 Thread Nikos Mavrogiannopoulos
Signed-off-by: Nikos Mavrogiannopoulos n...@gnutls.org --- libs/gnutls/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gnutls/Config.in b/libs/gnutls/Config.in index d55743f..0160cf0 100644 --- a/libs/gnutls/Config.in +++ b/libs/gnutls/Config.in @@ -14,7 +14,7

Re: [OpenWrt-Devel] [PATCH 16/30][ WRT1900AC ] mamba mvebu: sysupgrade support for mamba + dual boot

2014-05-10 Thread Marek Lindner
On Saturday 10 May 2014 16:38:42 Karl P wrote: On 05/10/2014 10:53 AM, Marek Lindner wrote: On Friday 09 May 2014 14:11:32 Karl Palsson wrote: I understand how it works in general, John was nacking the support as it duplicated existing functionality. I was asking more about this existing

[OpenWrt-Devel] [PATCH] mac80211: b43: add more configs (bus choice and LP-PHY support)

2014-05-10 Thread Rafał Miłecki
This allows users of old hardware to disable BCMA support and users of new hardware to disable LP-PHY support. Signed-off-by: Rafał Miłecki zaj...@gmail.com --- package/kernel/mac80211/Makefile | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH V2] mac80211: b43: add more configs (bus choice and LP-PHY support)

2014-05-10 Thread Rafał Miłecki
This allows users of old hardware to disable BCMA support and users of new hardware to disable LP-PHY support. Signed-off-by: Rafał Miłecki zaj...@gmail.com --- V2: Fix copy paste mistake in choice help --- package/kernel/mac80211/Makefile | 28 +++- 1 file changed, 27

Re: [OpenWrt-Devel] [PATCH 16/30][ WRT1900AC ] mamba mvebu: sysupgrade support for mamba + dual boot

2014-05-10 Thread Daniel Golle
Hi! On 05/10/2014 06:45 PM, Marek Lindner wrote: On Saturday 10 May 2014 16:38:42 Karl P wrote: On 05/10/2014 10:53 AM, Marek Lindner wrote: On Friday 09 May 2014 14:11:32 Karl Palsson wrote: I understand how it works in general, John was nacking the support as it duplicated existing

[OpenWrt-Devel] [RFC][PATCH] brcm47xx: image: respect device flash block size

2014-05-10 Thread Rafał Miłecki
We should be more careful and don't generate 128K JFFS2 images for devices with flashes using 64K blocks (nor the other way). --- target/linux/brcm47xx/image/Makefile | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git

[OpenWrt-Devel] [PATCH] gpio-button-hotplug: fix (and extend) package description

2014-05-10 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- package/kernel/gpio-button-hotplug/Makefile | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package/kernel/gpio-button-hotplug/Makefile b/package/kernel/gpio-button-hotplug/Makefile index c947f43..0a2c7c0 100644 ---

[OpenWrt-Devel] [PATCH] button-hotplug: describe module a bit better mention gpio-button-hotplug

2014-05-10 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- package/kernel/button-hotplug/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kernel/button-hotplug/Makefile b/package/kernel/button-hotplug/Makefile index 10f6723..347544c 100644 ---