diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 14:43:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 14:43:35 +0000 |
commit | 60ec05fdcbcb3dea5e6cf1f47cd1e340807c08f3 (patch) | |
tree | 716e1db5441abc79c984ffb288ecafad3c5b36ee /target/linux/ar71xx/image/Makefile | |
parent | 897b2e4b98cc5861c2bf861cba0196c59f8e5200 (diff) | |
download | upstream-60ec05fdcbcb3dea5e6cf1f47cd1e340807c08f3.tar.gz upstream-60ec05fdcbcb3dea5e6cf1f47cd1e340807c08f3.tar.bz2 upstream-60ec05fdcbcb3dea5e6cf1f47cd1e340807c08f3.zip |
ar71xx: add support for dlink dir-615-e1
Dlink dir-615-e1 can use dir-600-a1's image, but the image can't be
uploaded through dlink's normal firmware update web page.
Add profile for dir-615-e1 so the generated image can be uploaded
through the firmware update web page.
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
SVN-Revision: 40969
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 8234f88eaa..8da2095eda 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -1025,6 +1025,7 @@ $(eval $(call SingleProfile,CameoAP91,64kraw,DIR600A1,dir-600-a1,DIR-600-A1,ttyS $(eval $(call SingleProfile,CameoAP91,64kraw,DIR601A1,dir-601-a1,DIR-600-A1,ttyS0,115200,"AP91-AR7240-RT-090223-02")) $(eval $(call SingleProfile,CameoAP91,64kraw,FR54RTR,fr-54rtr,DIR-600-A1,ttyS0,115200,"AP91-AR7240-RT-090223-01")) +$(eval $(call SingleProfile,CameoAP99,64kraw,DIR615E1,dir-615-e1,DIR-615-E1,ttyS0,115200,"AP93-AR7240-RT-081028-00")) $(eval $(call SingleProfile,CameoAP99,64kraw,DIR615E4,dir-615-e4,DIR-615-E4,ttyS0,115200,"AP99-AR7240-RT-091105-05")) $(eval $(call SingleProfile,CameoAP81,64kraw-nojffs,A02RBW300N,a02-rb-w300n,TEW-632BRP,ttyS0,115200,"AP81-AR9130-RT-070614-03")) |