[OpenWrt-Devel] BB: openssl: update to 1.0.2g (8 CVEs)

2016-03-03 Thread Mohammed Berdai
CVE-2016-0702 CVE-2016-0703 CVE-2016-0704 CVE-2016-0705 CVE-2016-0797 CVE-2016-0798 CVE-2016-0799 CVE-2016-0800 Signed-off-by: Mohammed Berdai --- diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 1ea0ea2..872586b 100644 --- a/package/libs/openssl/Makefile +

[OpenWrt-Devel] [PATCH v2] ramips: Add a tool to create JCG factory images

2016-03-03 Thread Reinhard Max
Signed-off-by: Reinhard Max --- tools/firmware-utils/Makefile | 1 + tools/firmware-utils/src/jcgimage.c | 403 2 files changed, 404 insertions(+) create mode 100644 tools/firmware-utils/src/jcgimage.c diff --git a/tools/firmware-utils/Makefile b/too

[OpenWrt-Devel] Request for Feedback - prplwrt Software Support Program - initial draft

2016-03-03 Thread Eric Schultz
As discussed in prplwrt meetings, prpl is interested in funding development work on OpenWrt. In order to make this as fair as possible, I'm proposing a process which I'm tentatively calling the prplwrt Software Support Program (PSSP) PSSP will fund innovative OpenWrt development work that is respo

[OpenWrt-Devel] [PATCH] Add option to read an alternative config file

2016-03-03 Thread Toan Pham
Presently, Openwrt reads default config filename ".config" or from $(HOME)/.openwrt/defconfig if it exists. This patch will allow users to specify an alternative config file (using relative or absolute path) from the command line. ie) make TARGET_CONFIG=/src/build/config/boardXYZ.config This

Re: [OpenWrt-Devel] [PATCHv2] base-files: add function ucidef_set_interface_raw

2016-03-03 Thread John Crispin
Hi, maybe i am doing some thing wrong but this still does not apply for me. did you generate this of current trunk HEAD ? John On 01/03/2016 14:15, micke.p...@telldus.se wrote: > This function can be used to configure default configuration on > interfaces other > than lan and wan, such a

Re: [OpenWrt-Devel] [PATCH 1/6] ramips: Add a tool to create JCG factory images

2016-03-03 Thread John Crispin
On 03/03/2016 21:13, John Crispin wrote: > Hi, > > comments inline ... > the other patches look good so just resend this one please, i'll leave the others inside patchwork John > On 03/03/2016 16:49, reinh...@m4x.de wrote: >> From: Reinhard Max >> >> This tool creates factory image

Re: [OpenWrt-Devel] [PATCH 1/6] ramips: Add a tool to create JCG factory images

2016-03-03 Thread John Crispin
Hi, comments inline ... On 03/03/2016 16:49, reinh...@m4x.de wrote: > From: Reinhard Max > > This tool creates factory images for JCG routers. > Details can be found in the header comment of jcgimage.c. > > Signed-off-by: Reinhard Max > Reviewed-by: Torsten Duwe > --- > tools/firmware-utils

Re: [OpenWrt-Devel] [PATCH] ramips: Incorrect file mode change

2016-03-03 Thread John Crispin
bummer let me do some mergery just now On 03/03/2016 20:29, Kristian Evensen wrote: > From: Kristian Evensen > > Commit d0f5ab6d95a1 ("ramips: Added support for ZBT-826 / ZBT-1026") > incorrectly changed the mode of the ramips shell scripts from 755 to 644. > I.e., they are not excutable an

[OpenWrt-Devel] [PATCH] ramips: Incorrect file mode change

2016-03-03 Thread Kristian Evensen
From: Kristian Evensen Commit d0f5ab6d95a1 ("ramips: Added support for ZBT-826 / ZBT-1026") incorrectly changed the mode of the ramips shell scripts from 755 to 644. I.e., they are not excutable any more and for example devices will be left with broken configs. Signed-off-by: Kristian Evensen -

[OpenWrt-Devel] [PATCH v6 5/8] mac80211: ath9k: enable GPIO buttons

2016-03-03 Thread Michal
From: Michal Cieslakiewicz Date: Thu, 3 Mar 2016 18:29:46 +0100 Subject: [PATCH v6 5/8] mac80211: ath9k: enable GPIO buttons Enable platform-defined GPIO button support for ath9k device. Key poller is activated for attached platform buttons. Requires ath9k GPIO chip access. Signed-off-by: Michal

[OpenWrt-Devel] [PATCH] kernel: gpio-button-hotplug: Add missing ONESHOT flag to threaded IRQ request

2016-03-03 Thread Petr Štetiar
Without the IRQF_ONESHOT flag in devm_request_threaded_irq() call I get following error: genirq: Threaded irq requested with handler=NULL and !ONESHOT for irq 56 gpio-keys gpio-keys: failed to request irq:56 for gpio:20 From kernel/irq/manage.c: The interrupt was requested with handler = NU

[OpenWrt-Devel] [PATCH 2/6] ramips: Add device tree for JCG JHR-N805R

2016-03-03 Thread reinhard
From: Reinhard Max Add a device tree for JCG JHR-N805R This router is based on a RT3050 and has 4MB of SPI flash and 16MB of SDRAM. For details, see https://wikidevi.com/wiki/JCG_JHR-N805R . Signed-off-by: Reinhard Max Reviewed-by: Torsten Duwe --- target/linux/ramips/dts/JHR-N805R.dts | 89

[OpenWrt-Devel] [PATCH 6/6] ramips: Add profiles for JCG routers

2016-03-03 Thread reinhard
From: Reinhard Max This patch adds profiles and support for building factory and sysupgrade images for JHR-N805R, JHR-N825R and JHR-N926R. Signed-off-by: Reinhard Max Reviewed-by: Torsten Duwe --- target/linux/ramips/image/Makefile | 17 target/linux/ramips/rt305x/profile

[OpenWrt-Devel] [PATCH 3/6] ramips: Add device tree for JCG JHR-N825R

2016-03-03 Thread reinhard
From: Reinhard Max Add a device tree for JCG JHR-N825R This router is based on a RT3052 and has 4MB of CFI flash and 32MB of SDRAM. For details, see https://wikidevi.com/wiki/JCG_JHR-N825R . Signed-off-by: Reinhard Max Reviewed-by: Torsten Duwe --- target/linux/ramips/dts/JHR-N825R.dts | 81

[OpenWrt-Devel] [PATCH 1/6] ramips: Add a tool to create JCG factory images

2016-03-03 Thread reinhard
From: Reinhard Max This tool creates factory images for JCG routers. Details can be found in the header comment of jcgimage.c. Signed-off-by: Reinhard Max Reviewed-by: Torsten Duwe --- tools/firmware-utils/Makefile | 1 + tools/firmware-utils/src/jcgimage.c | 392 +

[OpenWrt-Devel] [PATCH 4/6] ramips: Add device tree for JCG JHR-N926R

2016-03-03 Thread reinhard
From: Reinhard Max Add a device tree for JCG JHR-N825R This router is based on a RT3052 and has 4MB of CFI flash and 32MB of SDRAM. As a special feature, it comes with a two digit seven segment display that is connected to a pair of daisy-chained 74164 shift registers that can be controlled via

[OpenWrt-Devel] [PATCH 5/6] ramips: Add JCG routers to base-files

2016-03-03 Thread reinhard
From: Reinhard Max This patch adds support for JHR-N805R, JHR-N825R and JHR-N926R to various scripts in the base-files directory. Signed-off-by: Reinhard Max Reviewed-by: Torsten Duwe --- target/linux/ramips/base-files/etc/board.d/02_network | 3 +++ target/linux/ramips/base-files/etc/diag.s

[OpenWrt-Devel] [PATCH 0/6] ramips: Add support for JCG JHR-N805R, JHR-N825R and JHR-N926R

2016-03-03 Thread reinhard
From: Reinhard Max This series of patches adds support for three routers manufactured by JCG (jcgcom.com), which have recently been on sale in large quantities at a German surplius store. They are all based on RT3050/52. Reinhard Max (6): ramips: Add a tool to create JCG factory images ramip