From 7aeb6923b5e1c5e046905fcf7c429e57898bfa31 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 6 Mar 2015 14:41:57 +0000 Subject: ar71xx: add support for compex wpj558 OpenWrt can be flashed with following uboot commands: tftpboot 0x80500000 openwrt-ar71xx-generic-wpj558-16M-squashfs-sysupgrade.bin erase 0x9f030000 +$filesize cp.b $fileaddr 0x9f030000 $filesize Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44620 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/config-3.18 | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ar71xx/config-3.18') diff --git a/target/linux/ar71xx/config-3.18 b/target/linux/ar71xx/config-3.18 index fa287e2cee..f881a292f0 100644 --- a/target/linux/ar71xx/config-3.18 +++ b/target/linux/ar71xx/config-3.18 @@ -132,6 +132,7 @@ CONFIG_ATH79_MACH_WNR2000_V4=y CONFIG_ATH79_MACH_WNR2200=y CONFIG_ATH79_MACH_WP543=y CONFIG_ATH79_MACH_WPE72=y +CONFIG_ATH79_MACH_WPJ558=y CONFIG_ATH79_MACH_WRT160NL=y CONFIG_ATH79_MACH_WRT400N=y CONFIG_ATH79_MACH_WZR_450HP2=y -- cgit v1.2.3