2
0
forked from Ivasoft/openwrt

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 <christian@m3hlis.de>

SVN-Revision: 49157
This commit is contained in:
John Crispin
2016-04-09 10:26:41 +00:00
parent 2cba297ea0
commit d9799dea89
13 changed files with 218 additions and 0 deletions

View File

@@ -346,6 +346,16 @@ config ATH79_MACH_WPE72
select ATH79_DEV_USB
select MYLOADER
config ATH79_MACH_WPJ342
bool "Compex WPJ342 board support"
select SOC_AS934X
select ATH79_DEV_ETH
select ATH79_DEV_GPIO_BUTTONS
select ATH79_DEV_LEDS_GPIO
select ATH79_DEV_M25P80
select ATH79_DEV_USB
select ATH79_DEV_WMAC
config ATH79_MACH_WPJ344
bool "Compex WPJ344 board support"
select SOC_AS934X