[ar71xx] generate firmware image for the D-Link DIR-615 C1 board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13755 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2008-12-28 10:26:42 +00:00
parent 8d7505ad14
commit 7db08554bb
1 changed files with 6 additions and 1 deletions

View File

@ -79,6 +79,10 @@ define Image/Build/Profile/WP543
$(call Image/Build/Template/Compex/$(1),wp543) $(call Image/Build/Template/Compex/$(1),wp543)
endef endef
define Image/Build/Profile/DIR615C1
$(call Image/Build/Template/AP81/$(1),dir-615c1,board=TEW-632BRP,"AP81-AR9130-RT-070614-02")
endef
define Image/Build/Profile/TEW632BRP define Image/Build/Profile/TEW632BRP
$(call Image/Build/Template/AP81/$(1),tew-632brp,board=TEW-632BRP,"AP81-AR9130-RT-070614-00") $(call Image/Build/Template/AP81/$(1),tew-632brp,board=TEW-632BRP,"AP81-AR9130-RT-070614-00")
endef endef
@ -95,9 +99,10 @@ define Image/Build
$(call Image/Build/$(1)) $(call Image/Build/$(1))
dd if=$(KDIR)/root.$(1) of=$(IMGNAME)-root.$(1) bs=128k conv=sync dd if=$(KDIR)/root.$(1) of=$(IMGNAME)-root.$(1) bs=128k conv=sync
$(call Image/Build/Profile/WP543,$(1)) $(call Image/Build/Profile/DIR615C1,$(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/WP543,$(1))
endef endef
$(eval $(call BuildImage)) $(eval $(call BuildImage))