diff options
author | John Crispin <john@openwrt.org> | 2016-04-09 10:26:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-09 10:26:41 +0000 |
commit | d9799dea89ea1da5bbc0c9146a2e1ae5e54bd742 (patch) | |
tree | 4f4dfd04930430d21ffbf225dd53a8dc2c0017c0 /target/linux/ar71xx/generic | |
parent | 2cba297ea064df58259f2b4dafbcdd05291d38b5 (diff) | |
download | upstream-d9799dea89ea1da5bbc0c9146a2e1ae5e54bd742.tar.gz upstream-d9799dea89ea1da5bbc0c9146a2e1ae5e54bd742.tar.bz2 upstream-d9799dea89ea1da5bbc0c9146a2e1ae5e54bd742.zip |
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
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/compex.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/compex.mk b/target/linux/ar71xx/generic/profiles/compex.mk index 2f6e0b2211..54d8503c70 100644 --- a/target/linux/ar71xx/generic/profiles/compex.mk +++ b/target/linux/ar71xx/generic/profiles/compex.mk @@ -27,6 +27,16 @@ endef $(eval $(call Profile,WPE72)) +define Profile/WPJ342 + NAME:=Compex WPJ342 +endef + +define Profile/WPJ342/Description + Package set optimized for the Compex WPJ342 board. +endef + +$(eval $(call Profile,WPJ342)) + define Profile/WPJ344 NAME:=Compex WPJ344 endef |