Re: [LEDE-DEV] [PATCH] dropbear: Link ssh and scp command to /bin instead of /usr/bin

2017-09-02 Thread Kevin Darbyshire-Bryant
On 02/09/17 02:39, Rosen Penev wrote: ssh and scp commands interfere with OpenSSH when installed in /usr/bin . One use case is when installing dropbear to get root access when only OpenSSH is available (OpenSSH disallows root password logins). Once dropbear installs, it replaces OpenSSH's ex

[LEDE-DEV] [PATCH 1/4] mac80211: enable use of GPI9 of ath9k

2017-09-02 Thread hackpascal
GPI9 (input-only pin) is used by Netgear WNDR4500v3 as the wireless button, but not enabled in ath9k. This patch enables the pin by adding corresponding bit in the usable gpio masks. Signed-off-by: hackpascal --- .../552-ath9k-enable-use-of-wmac-gpi9.patch| 22 ++ 1

[LEDE-DEV] [PATCH 2/4] kernel/4.4: mtdsplit: add kernel cmdline to disable split parsers for rootfs and firmware partitions

2017-09-02 Thread hackpascal
Some firmware have already defined rootfs/rootfs_data partitions and do not need extra split operations. This patch adds two kernel cmdline parameters to disable firmware and rootfs parsers separately: nofwsplit norootfssplit Signed-off-by: hackpascal --- ...d-kernel-cmdline-to-disable-sp

[LEDE-DEV] [PATCH 4/4] ar71xx: add netgear wndr4500v3 support

2017-09-02 Thread hackpascal
Netgear WNDR4500v3 uses one SPI-NOR and one SPI-NAND. The bootloader and caldata are on the SPI-NOR flash, and the firmware is on the SPI-NAND flash. Hardware specification: CPU: QCA9563 Switch: QCA8337N 5.8GHz Wifi: AR9580 SPI-NOR: 2MB SPI-NAND: 128MB DDR2: 128MB WNDR4300v2 is similar to WNDR450

[LEDE-DEV] [PATCH 3/4] kernel/4.4: add generic spi-nand framework

2017-09-02 Thread hackpascal
This patch adds generic SPI-NAND framework for linux-4.4. Files come from patches of target pistachio, but have lots of modifications to add full support for GD5F series. Signed-off-by: hackpascal --- target/linux/generic/config-4.4| 2 + .../generic/files/drivers/mtd/spi-

[LEDE-DEV] [PATCHv2 2/4] kernel/4.4: mtdsplit: add kernel cmdline to disable split parsers for rootfs and firmware partitions

2017-09-02 Thread hackpascal
From: Weijie Gao Some firmware have already defined rootfs/rootfs_data partitions and do not need extra split operations. This patch adds two kernel cmdline parameters to disable firmware and rootfs parsers separately: nofwsplit norootfssplit Signed-off-by: Weijie Gao --- ...d-kernel-cm

[LEDE-DEV] [PATCHv2 1/4] mac80211: enable use of GPI9 of ath9k

2017-09-02 Thread hackpascal
From: Weijie Gao GPI9 (input-only pin) is used by Netgear WNDR4500v3 as the wireless button, but not enabled in ath9k. This patch enables the pin by adding corresponding bit in the usable gpio masks. Signed-off-by: Weijie Gao --- .../552-ath9k-enable-use-of-wmac-gpi9.patch| 22 +++

[LEDE-DEV] [PATCHv2 4/4] ar71xx: add netgear wndr4500v3 support

2017-09-02 Thread hackpascal
From: Weijie Gao Netgear WNDR4500v3 uses one SPI-NOR and one SPI-NAND. The bootloader and caldata are on the SPI-NOR flash, and the firmware is on the SPI-NAND flash. Hardware specification: CPU: QCA9563 Switch: QCA8337N 5.8GHz Wifi: AR9580 SPI-NOR: 2MB SPI-NAND: 128MB DDR2: 128MB WNDR4300v2 is

[LEDE-DEV] [PATCHv2 3/4] kernel/4.4: add generic spi-nand framework

2017-09-02 Thread hackpascal
From: Weijie Gao This patch adds generic SPI-NAND framework for linux-4.4. Files come from patches of target pistachio, but have lots of modifications to add full support for GD5F series. Signed-off-by: Weijie Gao --- target/linux/generic/config-4.4| 2 + .../generic/fil