diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-17 08:00:22 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-17 08:00:22 +0000 |
commit | 677e0a18177d17029e311d8c7de79e108ddb969d (patch) | |
tree | 280338cbcdf72aa0314013cdf14c5cc58077e4ba | |
parent | 7444bdba0e1c0f0a3cae3c395a65da7adbe6d04c (diff) |
[ar71xx] generate firmware image for the TEW-652BRP board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13672 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 3950b0b52..fe04106e6 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -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)) |