Re: [LEDE-DEV] kmod-eeprom-sunxi missing while compiling for Banana-pi Router v1

2017-10-01 Thread Nicolas Pace
On Sun, 2017-10-01 at 09:58 +0300, Nicolas Pace wrote: > Hi all, > I'm having a missing package when I compile for the bananapi router > v1 > board. > > make -C 17.01.2/sunxi/generic/ib image PROFILE=sun7i-a20-lamobo-r1 > 'PACKAGES= lime-full -dnsmasq' EXTRA_IMAGE_NAME=lime_default >

[LEDE-DEV] Fwd: [OpenWrt-Devel] GSoC 2018 announced

2017-10-01 Thread tapper via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Forwarded Message

[LEDE-DEV] kmod-eeprom-sunxi missing while compiling for Banana-pi Router v1

2017-10-01 Thread Nicolas Pace
Hi all, I'm having a missing package when I compile for the bananapi router v1 board. make -C 17.01.2/sunxi/generic/ib image PROFILE=sun7i-a20-lamobo-r1 'PACKAGES= lime-full -dnsmasq' EXTRA_IMAGE_NAME=lime_default BIN_DIR=/home/nicopace/projects/redlibre/altermundi/librestack/lime-

Re: [LEDE-DEV] kmod-eeprom-sunxi missing while compiling for Banana-pi Router v1

2017-10-01 Thread Hauke Mehrtens
On 10/01/2017 09:32 AM, Nicolas Pace wrote: > On Sun, 2017-10-01 at 09:58 +0300, Nicolas Pace wrote: >> Hi all, >> I'm having a missing package when I compile for the bananapi router >> v1 >> board. >> >> make -C 17.01.2/sunxi/generic/ib image PROFILE=sun7i-a20-lamobo-r1 >> 'PACKAGES= lime-full

Re: [LEDE-DEV] [RFC] adding CPE IDs to package Makefiles

2017-10-01 Thread Jo-Philipp Wich
Hi, > Can't we just take the version from the PKG_VERSION entry and provide a > way to overwrite it with some other variable in case the CVE database > uses a different version number format? yes, I was thinking something similar, like using $(PKG_CPE):$(PKG_VERSION) if there is no version

Re: [LEDE-DEV] When is next major release (w/ kernel v4.9) expected?

2017-10-01 Thread Zoltan Gyarmati
On 09/27/2017 10:50 PM, Yunbo Wang wrote: > Hello, > > We are developing a system with a supposed release date in the later > half of next year. We are deciding whether we should base our project > on the current stable release (17.01.02) or wait for the next major > one (based on kernel v4.9).

[LEDE-DEV] [PATCH 0/3] TP-Link Archer C20 support improvements

2017-10-01 Thread Sergey Ryazanov
Just an unsorted set of patches for Archer C20 board support. Sergey Ryazanov (3): mktplinkfw2: use hw rev for board detection too ramips: keep Archer C20 Power LED On during boot ramips: backport Tp-link image checks from AR71xx target/linux/ramips/base-files/lib/ramips.sh | 18

[LEDE-DEV] [PATCH 2/3] ramips: keep Archer C20 Power LED On during boot

2017-10-01 Thread Sergey Ryazanov
Keep Archer C20 Power LED in the same state as it was configured by bootloader (keep it hightlighed) to avoid unexpectable LED turning off during kernel boot. Signed-off-by: Sergey Ryazanov --- target/linux/ramips/dts/ArcherC20.dts | 1 + 1 file changed, 1 insertion(+)

[LEDE-DEV] [PATCH 1/3] mktplinkfw2: use hw rev for board detection too

2017-10-01 Thread Sergey Ryazanov
Some boards have identical hardware id and differ only in hardware revision (e.g. Acher C20 and Archer C20i). Such case confuse image inspection code and it selects wrong board info structure. Rework the board detection code to make it consider the hw revision field. Now it returns best match

[LEDE-DEV] [PATCH 3/3] ramips: backport TP-Link image checks from AR71xx

2017-10-01 Thread Sergey Ryazanov
Backport TP-Link image compatibility checks (verify hardware id & revision) from AR71xx platform and adopt it for v2/v3 image header. Use new functionality for Archer C20/C20i sysupgrade image verification. Signed-off-by: Sergey Ryazanov ---

[LEDE-DEV] [RFC] adding CPE IDs to package Makefiles

2017-10-01 Thread Jo-Philipp Wich
Hi, I'd like to propose adding structured CPE information to package Makefiles in order to simplify mapping of discovered vulnerabilities to affected LEDE software components. The Common Platform Enumeration (CPE) specification provides a standardized way to name software packages and versions,

Re: [LEDE-DEV] [RFC] adding CPE IDs to package Makefiles

2017-10-01 Thread Alberto Bursi
On 10/01/2017 02:43 PM, Jo-Philipp Wich wrote: Hi, I'd like to propose adding structured CPE information to package Makefiles in order to simplify mapping of discovered vulnerabilities to affected LEDE software components. I like this. I know of OPNSense (firewall distro based off BSD I

Re: [LEDE-DEV] [RFC] adding CPE IDs to package Makefiles

2017-10-01 Thread Hauke Mehrtens
On 10/01/2017 02:43 PM, Jo-Philipp Wich wrote: > Hi, > > I'd like to propose adding structured CPE information to package > Makefiles in order to simplify mapping of discovered vulnerabilities to > affected LEDE software components. > > The Common Platform Enumeration (CPE) specification