diff options
author | John Crispin <blogic@openwrt.org> | 2015-06-18 20:24:20 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-06-18 20:24:20 +0000 |
commit | 0aefa67f4322757fcb4710d7b0f296f15d02dcdb (patch) | |
tree | b571776b8b08c38f8603dde3a74b1ee2e46bd3eb /target/linux/ar71xx/config-3.18 | |
parent | 3df0da9819e0e5bb9faa1afec6d5eb0be8e156e9 (diff) | |
download | upstream-0aefa67f4322757fcb4710d7b0f296f15d02dcdb.tar.gz upstream-0aefa67f4322757fcb4710d7b0f296f15d02dcdb.tar.bz2 upstream-0aefa67f4322757fcb4710d7b0f296f15d02dcdb.zip |
ar71xx: add support for compex wpj531
tftpboot 0x80500000 openwrt-ar71xx-generic-wpj531-16M-squashfs-sysupgrade.bin
erase 0x9f030000 +$filesize
erase 0x9f680000 +1
cp.b $fileaddr 0x9f030000 $filesize
Signed-off-by: Christian Mehlis <christian@m3hlis.de>
Backport of r46045
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46055 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-3.18')
-rw-r--r-- | target/linux/ar71xx/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.18 b/target/linux/ar71xx/config-3.18 index 196006016f..05c98ebf69 100644 --- a/target/linux/ar71xx/config-3.18 +++ b/target/linux/ar71xx/config-3.18 @@ -140,6 +140,7 @@ CONFIG_ATH79_MACH_WNR2200=y CONFIG_ATH79_MACH_WP543=y CONFIG_ATH79_MACH_WPE72=y CONFIG_ATH79_MACH_WPJ344=y +CONFIG_ATH79_MACH_WPJ531=y CONFIG_ATH79_MACH_WPJ558=y CONFIG_ATH79_MACH_WRT160NL=y CONFIG_ATH79_MACH_WRT400N=y |