[OpenWrt-Devel] openssh-server configure in attitude_adjustment

2013-06-15 Thread jinzhcheng
Dear Sir (1) This my config file in attitude_adjustment about openssh-server: CONFIG_DEFAULT_dropbear=y # CONFIG_PACKAGE_dropbear is not set # # SSH # # CONFIG_PACKAGE_openssh-client is not set # CONFIG_PACKAGE_openssh-client-utils is not set CONFIG_PACKAGE_openssh-keygen=y CONFIG_PACKAGE_openssh

[OpenWrt-Devel] [PATCH v3][lantiq] Add support for loading athxk eeproms through mtd

2013-06-15 Thread Álvaro Fernández Rojas
This patch enables retrieving the wifi calibration data from an MTD partition. Try to copy mac address from ethernet before generating a random one. This fixes DGN3500 ath9k support. Signed-off-by: Daniel Gimpelevich Signed-off-by: Álvaro Fernández Rojas --- v3: fix eep-endian fail. v2: Accordin

Re: [OpenWrt-Devel] [PATCH v2][lantiq] Add support for loading athxk eeproms through mtd

2013-06-15 Thread Daniel Gimpelevich
On Sat, 2013-06-15 at 18:07 +0200, Álvaro Fernández Rojas wrote: > This patch enables retrieving the wifi calibration data from an MTD partition. > Try to copy mac address from ethernet before generating a random one. > This fixes DGN3500 ath9k support. It should be "ath,eep-endian;" and not "ath

[OpenWrt-Devel] [PATCH v2][lantiq] Add support for loading athxk eeproms through mtd

2013-06-15 Thread Álvaro Fernández Rojas
This patch enables retrieving the wifi calibration data from an MTD partition. Try to copy mac address from ethernet before generating a random one. This fixes DGN3500 ath9k support. Signed-off-by: Daniel Gimpelevich Signed-off-by: Álvaro Fernández Rojas --- v2: According to Daniel endian check

[OpenWrt-Devel] [PATCH] [ar71xx] TL-WR720N-v3: Make failsafe work on LAN port

2013-06-15 Thread Yousong Zhou
On TL-WR720N-v3, this patch makes eth0 and eth1 the interface name for lan and wan network respectively. Originally the lan and wan use eth1 and eth0 as their interface names. That may cause some inconvenience as failsafe for ar71xx uses eth0 as the default ifname so that when failsafe is triggere