mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 22:21:07 +02:00
[ar71xx] generate firmware image for the TEW-652BRP board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13672 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7444bdba0e
commit
677e0a1817
@ -83,6 +83,10 @@ define Image/Build/Profile/TEW632BRP
|
||||
$(call Image/Build/Template/AP81/$(1),tew-632brp,board=TEW-632BRP,"AP81-AR9130-RT-070614-00")
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/TEW652BRP
|
||||
$(call Image/Build/Template/AP81/$(1),tew-652brp,board=TEW-632BRP,"AP81-AR9130-RT-080609-05")
|
||||
endef
|
||||
|
||||
define Image/Build/squashfs
|
||||
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
|
||||
endef
|
||||
@ -93,6 +97,7 @@ define Image/Build
|
||||
|
||||
$(call Image/Build/Profile/WP543,$(1))
|
||||
$(call Image/Build/Profile/TEW632BRP,$(1))
|
||||
$(call Image/Build/Profile/TEW652BRP,$(1))
|
||||
endef
|
||||
|
||||
$(eval $(call BuildImage))
|
||||
|
Loading…
x
Reference in New Issue
Block a user