[LEDE-DEV] [PATCH] netifd: Request DHCP option 121 (classless route) by default

2016-10-09 Thread Baptiste Jonglez
This option, defined by RFC3442, allows a DHCP server to send static routes to a client. But the client has to request this option explicitely. Static routes are useful when the gateway configured by DHCP cannot be in the same subnet as the client. This happens, for instance, when using DHCP to

Re: [LEDE-DEV] Adding support for dlink dwr-512

2016-10-09 Thread Giuseppe Lippolis
Hi, currently I have some problem in enabling the wifi. During the boot I get the following messages: rt2800_wmac 1018.wmac: failed to load eeprom property ieee80211 phy0: rt2x00lib_request_eeprom_file: Info - Loading EEPROM data from 'soc_wmac.eeprom'. rt2800_wmac 1018.wmac: Direct firmwa

[LEDE-DEV] Vagrant file for Lede development

2016-10-09 Thread Simon H
I'm looking to contribute in some small way once again. Not being a regular linux user, creating a build environment for Lede/OpenWRT has always been a time-consuming process for me. However, on other projects, I've begun to use Vagrant (specifically VVV for web development). Although completely

[LEDE-DEV] Dependency issues on custom packages and USE_MUSL visibility

2016-10-09 Thread Carlos Ferreira
Hello! I'm having some issues regarding the implementation of new package options, due to their peculiar dependencies. I'm trying to implement a configuration option, which should exist only if the package libbz2 is selected. I understand that to do this, I should have something like this: co

Re: [LEDE-DEV] Vagrant file for Lede development

2016-10-09 Thread Alberto Bursi
On 10/09/2016 07:05 PM, Simon H wrote: > I'm looking to contribute in some small way once again. > Not being a regular linux user, creating a build environment for > Lede/OpenWRT has always been a time-consuming process for me. > > However, on other projects, I've begun to use Vagrant (specifical

[LEDE-DEV] [PATCH] ramips: add support for Planex VR500.

2016-10-09 Thread YuheiOKAWA
SOC:MT7621A RAM:256MiB NOR:MX25L51245G Non Wireless Router. Issue: soft reboot problem. SPI Flash donot exit 4byte address mode. Signed-off-by: YuheiOKAWA --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 +- .../linux/ramips/base-files/etc/board.d/02_network | 5 ++ tar