diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-02-19 11:52:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-02-19 11:52:33 +0000 |
commit | f6e29416b55cb63d5d93897a6f12e09f761dcc70 (patch) | |
tree | d0195366a2a35c89140f91317f474eee46cc9e22 /target/linux/ar71xx/image/Makefile | |
parent | 7fd1228672d80797df62f399bff44e320ffd195f (diff) | |
download | upstream-f6e29416b55cb63d5d93897a6f12e09f761dcc70.tar.gz upstream-f6e29416b55cb63d5d93897a6f12e09f761dcc70.tar.bz2 upstream-f6e29416b55cb63d5d93897a6f12e09f761dcc70.zip |
ar71xx: create firmware images for the TL-WR941ND v4 board
SVN-Revision: 19749
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 f5bafdb90d..c7d4fc147f 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -488,6 +488,10 @@ define Image/Build/Profile/TLWR941NDV2 $(call Image/Build/Template/$(fs_squash)/$(1),TPLINK,tl-wr941nd-v2,board=TL-WR941ND,TL-WR941NDv2) endef +define Image/Build/Profile/TLWR941NDV4 + $(call Image/Build/Template/$(fs_4k)/$(1),TPLINK,tl-wr941nd-v4,board=TL-WR741ND,TL-WR941NDv4) +endef + define Image/Build/Profile/TLWR1043NDV1 $(call Image/Build/Template/$(fs_squash)/$(1),TPLINK,tl-wr1043nd-v1,board=TL-WR1043ND,TL-WR1043NDv1) endef @@ -530,6 +534,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/TLWR841NDV3,$(1)) $(call Image/Build/Profile/TLWR841NDV5,$(1)) $(call Image/Build/Profile/TLWR941NDV2,$(1)) + $(call Image/Build/Profile/TLWR941NDV4,$(1)) $(call Image/Build/Profile/TLWR1043NDV1,$(1)) $(call Image/Build/Profile/UBNT,$(1)) $(call Image/Build/Profile/WP543,$(1)) |