From 0f029add70e988daa606910c902c0d379a0b7c7d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 9 Apr 2016 10:26:41 +0000 Subject: ar71xx: add support for Compex WPJ342 OpenWrt can be flashed with following uboot commands: tftpboot 0x80500000 openwrt-ar71xx-generic-wpj342-16M-squashfs-sysupgrade.bin erase 0x9f030000 +$filesize cp.b $fileaddr 0x9f030000 $filesize Signed-off-by: Christian Mehlis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49157 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/files/arch/mips/ath79/machtypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/machtypes.h') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h index bcc13ec447..15e32642dd 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h +++ b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h @@ -239,6 +239,7 @@ enum ath79_mach_type { ATH79_MACH_WPN824N, /* NETGEAR WPN824N */ ATH79_MACH_WP543, /* Compex WP543 */ ATH79_MACH_WPE72, /* Compex WPE72 */ + ATH79_MACH_WPJ342, /* Compex WPJ342 */ ATH79_MACH_WPJ344, /* Compex WPJ344 */ ATH79_MACH_WPJ531, /* Compex WPJ531 */ ATH79_MACH_WPJ558, /* Compex WPJ558 */ -- cgit v1.2.3