create firmware image for the TL-WR841ND v3 board

SVN-Revision: 15024
master
Gabor Juhos 16 years ago
parent 406ce1ae5d
commit e7704092f1
  1. 5
      target/linux/ar71xx/image/Makefile

@ -182,6 +182,10 @@ define Image/Build/Profile/MZKW04NU
$(call Image/Build/Template/Planex/$(1),mzk-w04nu,board=MZK-W04NU) $(call Image/Build/Template/Planex/$(1),mzk-w04nu,board=MZK-W04NU)
endef endef
define Image/Build/Profile/TLWR841NDV3
$(call Image/Build/Template/TPLINK/$(1),tl-wr841ndv3,board=TL-WR941ND,TL-WR841NDv3)
endef
define Image/Build/Profile/TLWR941NDV2 define Image/Build/Profile/TLWR941NDV2
$(call Image/Build/Template/TPLINK/$(1),tl-wr941ndv2,board=TL-WR941ND,TL-WR941NDv2) $(call Image/Build/Template/TPLINK/$(1),tl-wr941ndv2,board=TL-WR941ND,TL-WR941NDv2)
endef endef
@ -192,6 +196,7 @@ define Image/Build/Profile/Default
$(call Image/Build/Profile/MZKW04NU,$(1)) $(call Image/Build/Profile/MZKW04NU,$(1))
$(call Image/Build/Profile/TEW632BRP,$(1)) $(call Image/Build/Profile/TEW632BRP,$(1))
$(call Image/Build/Profile/TEW652BRP,$(1)) $(call Image/Build/Profile/TEW652BRP,$(1))
$(call Image/Build/Profile/TLWR841NDV3,$(1))
$(call Image/Build/Profile/TLWR941NDV2,$(1)) $(call Image/Build/Profile/TLWR941NDV2,$(1))
$(call Image/Build/Profile/UBNTRS,$(1)) $(call Image/Build/Profile/UBNTRS,$(1))
$(call Image/Build/Profile/UBNTLSSR71,$(1)) $(call Image/Build/Profile/UBNTLSSR71,$(1))

Loading…
Cancel
Save