From f276395cda79996d395209700a51bb94a0e25abd Mon Sep 17 00:00:00 2001 From: Marc Egerton Date: Fri, 2 Oct 2020 18:30:59 +0100 Subject: ramips: add support for the Hak5 WiFi Pineapple Mark 7 This patch adds support for the WiFi Pineapple Mark 7, a wireless penetration testing tool. Specifications: * SoC: MediaTek MT7628 (580MHz) * RAM: 256MiB (DDR2) * Storage 1: 32MiB NOR (SPI) * Storage 2: 2GB eMMC * Wireless 1: 802.11b/g/n 2.4GHz (Built In) * Wireless 2: 802.11b/g/n 2.4GHz (MT7601) * Wireless 3: 802.11b/g/n 2.4GHz (MT7601) * USB: 1x USB Type-A 2.0 Host Port * Ethernet: 1x USB Type-C AX88772C Ethernet * UART: 57600 8N1 on PCB * Inputs: 1x Reset Button * Outputs: 1x RGB LED * FCCID: 2AA52MK7 Flash Instructions: Original firmware is based on OpenWRT. Use sysupgrade via SSH to flash. Signed-off-by: Marc Egerton [pepe2k@gmail.com: set only required/used gpio groups to gpio function] Signed-off-by: Piotr Dymacz --- target/linux/ramips/mt76x8/base-files/etc/board.d/02_network | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ramips/mt76x8/base-files') diff --git a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network index 2cda818b2a..a6272e5a55 100755 --- a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network @@ -13,6 +13,7 @@ ramips_setup_interfaces() d-team,pbr-d1|\ glinet,microuter-n300|\ glinet,vixmini|\ + hak5,wifi-pineapple-mk7|\ mediatek,linkit-smart-7688|\ onion,omega2p|\ onion,omega2|\ -- cgit v1.2.3