diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-09-27 14:54:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-09-27 14:54:04 +0000 |
commit | 2fdc8aea047bcc7ca142e2fc960263647e79eda1 (patch) | |
tree | d5eaeb04a3b5244e4c88fd2bb269cb77e1d488c5 /target/linux/ar71xx/image/Makefile | |
parent | 1d855c08905802814845e145abfec2fba2c577f1 (diff) | |
download | upstream-2fdc8aea047bcc7ca142e2fc960263647e79eda1.tar.gz upstream-2fdc8aea047bcc7ca142e2fc960263647e79eda1.tar.bz2 upstream-2fdc8aea047bcc7ca142e2fc960263647e79eda1.zip |
ar71xx: build firmware image for the TL-MR3420 v1 board
SVN-Revision: 23138
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 0c348565ff..42db6e4943 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -531,6 +531,10 @@ define Image/Build/Profile/MZKW300NH $(call Image/Build/Template/$(fs_64k)/$(1),Planex,mzk-w300nh,board=MZK-W300NH) endef +define Image/Build/Profile/TLMR3420V1 + $(call Image/Build/Template/$(fs_4k)/$(1),TPLINK,tl-mr3420-v1,board=TL-MR3420,TL-MR3420v1) +endef + define Image/Build/Profile/TLWA901NDV1 $(call Image/Build/Template/$(fs_4k)/$(1),TPLINK,tl-wa901nd-v1,board=TL-WA901ND,TL-WA901NDv1) endef @@ -619,6 +623,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/PB92,$(1)) $(call Image/Build/Profile/TEW632BRP,$(1)) $(call Image/Build/Profile/TEW652BRP,$(1)) + $(call Image/Build/Profile/TLMR3420V1,$(1)) $(call Image/Build/Profile/TLWA901NDV1,$(1)) $(call Image/Build/Profile/TLWR741NDV1,$(1)) $(call Image/Build/Profile/TLWR841NV15,$(1)) |