Re: [LEDE-DEV] [uclibc-ng-devel] [PATCH] package/util-linux: Fix libmount build under uClibc

2016-06-02 Thread Max Filippov
On Thu, Jun 2, 2016 at 7:46 PM, Waldemar Brodkorb wrote: > Hi, > Max Filippov wrote, > >> Hi Alexey, >> >> On Wed, Jun 1, 2016 at 10:56 AM, Alexey Brodkin >> wrote: >> > We are discussing one issue with "util-linux" package building. >> > The

[LEDE-DEV] [PATCH] urandom-seed: add initial implementation

2016-06-02 Thread Etienne CHAMPETIER
This package: 1) seed /dev/urandom with a saved seed as early as possible (using /lib/preinit/81_urandom_seed) 2) save a new seed using getrandom() so we are sure /dev/urandom pool is initialized (using /etc/init.d/urandom_seed) seed size is 512 bytes (ie /proc/sys/kernel/random/poolsize /

[LEDE-DEV] [PATCH] fix uClibc-ng scanf check

2016-06-02 Thread Waldemar Brodkorb
uClibc-ng tries to be compatible with GNU libc and defines __GLIBC__ and pretend to be version 2.2. We once changed it to 2.10, but then some hard to fix problems in different software packages (gcc) occured. It would be better if we disable the special GNU libc checks for uClibc-ng here.

Re: [LEDE-DEV] urandom seed & /etc mount time

2016-06-02 Thread John Crispin
On 02/06/2016 09:04, Etienne Champetier wrote: > Hi John, > > Le 2 juin 2016 07:04, "John Crispin" > a écrit : >> >> >> On 01/06/2016 23:39, Etienne Champetier wrote: >> > Hi, >> > >> > i'm thinking about adding a urandom seed like any distro do, >>

Re: [LEDE-DEV] Multi-Profile selection support

2016-06-02 Thread Daniel Dickinson
On Mon, 2016-05-23 at 13:38 +0200, Felix Fietkau wrote: > Hi Daniel et al. > > after a long delay, I finally got around to looking into multi profile > selection again. After reviewing your code and thinking about it some > more, I decided to go with a slightly different approach from the one >

Re: [LEDE-DEV] [RFC v3 2/2] x86: use sysfs DMI information to populate sysinfo

2016-06-02 Thread Karl Palsson
Dirk Neukirchen wrote: > On 01.06.2016 17:14, Jo-Philipp Wich wrote: > > Use the DMI data available in sysfs to extract manufacturer and model info > > and write it to /tmp/sysinfo/. > > > > The data will be picked up by board_detect and can be used by e.g. LuCI to > >

[LEDE-DEV] git.openwrt.org site half broken

2016-06-02 Thread Etienne Champetier
Hi, someone messed with git.openwrt.org nginx config, i can't get the js and css. see https://git.openwrt.org/project/static/gitweb.css (doesn't look like a css :) ) Cheers Etienne ___ Lede-dev mailing list Lede-dev@lists.infradead.org

Re: [LEDE-DEV] [PATCH] package/util-linux: Fix libmount build under uClibc

2016-06-02 Thread Alexey Brodkin
Hi Waldemar, On Wed, 2016-06-01 at 19:28 +0200, Waldemar Brodkorb wrote: > Hi Alexey, > > Alexey Brodkin wrote, > > > > > Hi Waldemar, > > > > On Mon, 2016-05-30 at 14:12 +0300, Alexey Brodkin wrote: > > > > > > Hello, > > > > > > On Thu, 2016-05-26 at 14:55 +0300, Alexey Brodkin wrote: > >

Re: [LEDE-DEV] [PATCH] _GNU_SOURCE should be defined for building vs uClibc

2016-06-02 Thread Karl Palsson
Waldemar Brodkorb wrote: > > > > This still doesn't work on the uclibc in openwrt-CC branch. The > > O_PATH definitions are in asm-generic/fcntl.h, which can be > > included via linux/fcntl.h, _GNU_SOURCE doesn't get this pulled > > in though. > > > > I attempted to add

Re: [LEDE-DEV] [PATCH] package/util-linux: Fix libmount build under uClibc

2016-06-02 Thread John Crispin
On 02/06/2016 13:00, Alexey Brodkin wrote: > Hi Waldemar, > > On Wed, 2016-06-01 at 19:28 +0200, Waldemar Brodkorb wrote: >> Hi Alexey, >> >> Alexey Brodkin wrote, >> >>> >>> Hi Waldemar, >>> >>> On Mon, 2016-05-30 at 14:12 +0300, Alexey Brodkin wrote: Hello, On Thu,

Re: [LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-02 Thread Bjørn Mork
Alexey Brodkin writes: > Hello, > > I think it would be quite convenient to add info about URLs > that could be used for accessing Lede repos via git. > > In OpenWRT Git Web we had something like that: > --->8--- > URL  

[LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-02 Thread Alexey Brodkin
Hello, I think it would be quite convenient to add info about URLs that could be used for accessing Lede repos via git. In OpenWRT Git Web we had something like that: --->8--- URL  http://git.openwrt.org/openwrt.git      https://git.openwrt.org/openwrt.git    

Re: [LEDE-DEV] [uclibc-ng-devel] [PATCH] package/util-linux: Fix libmount build under uClibc

2016-06-02 Thread Alexey Brodkin
Hi Max, On Thu, 2016-06-02 at 19:31 +0300, Max Filippov wrote: > Hi Alexey, > > On Wed, Jun 1, 2016 at 10:56 AM, Alexey Brodkin > wrote: > > > > We are discussing one issue with "util-linux" package building. > > The problem is in "util-linux" wants to use alloc

Re: [LEDE-DEV] [RFC v3 1/2] x86: enable DMI and DMI_SYSFS

2016-06-02 Thread Stijn Tintel
On 01-06-16 17:14, Jo-Philipp Wich wrote: > Enable support for DMI decoding in the kernel so that we can access > manufacturer and model information via sysfs. > > Signed-off-by: Jo-Philipp Wich > --- > target/linux/x86/config-4.4 | 3 ++- > 1 file changed, 2 insertions(+), 1

Re: [LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-02 Thread Ted Hess
Check it out now... /ted On Thu, 2016-06-02 at 13:41 +, Alexey Brodkin wrote: > Hello, > > I think it would be quite convenient to add info about URLs > that could be used for accessing Lede repos via git. > > In OpenWRT Git Web we had something like that: >

Re: [LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-02 Thread John Crispin
On 02/06/2016 19:02, Ted Hess wrote: > Check it out now... > the funk soul brothers > /ted > > On Thu, 2016-06-02 at 13:41 +, Alexey Brodkin wrote: >> Hello, >> >> I think it would be quite convenient to add info about URLs >> that could be used for accessing Lede repos via git. >>

Re: [LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-02 Thread Alexey Brodkin
Hi Ted, On Thu, 2016-06-02 at 13:02 -0400, Ted Hess wrote: > Check it out now... Indeed it's there! Thanks a bunch! -Alexey ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] Supported device list and documentation over at openwrt.org

2016-06-02 Thread Fernando Frediani
This is a fantastic thing in OpenWrt and very helpful and I think should be ported to LEDEas is. And I made myself available to help with this once a Wiki is defined. However, if I understood correctlly, someone pointed that "we" don't want specific device page which is strange in my point of