ar71xx: add profile and build image for the Atheros AP136 reference board
[openwrt.git] / target / linux / ar71xx / image / Makefile
index 108f836..a398242 100644 (file)
@@ -709,6 +709,13 @@ define Image/Build/Profile/DB120
        $(call Image/Build/Template/$(fs_64k)/$(1),AthLzma,db120,$(db120_cmdline),$(db120_mtdlayout),1441792,6488064,RKuImage)
 endef
 
+ap136_cmdline=board=AP136 console=ttyS0,115200
+ap136_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6336k(rootfs),1408k(kernel),64k(mib0),64k(art)ro,7744k@0x50000(firmware)
+define Image/Build/Profile/AP136
+       $(call Image/Build/Template/$(fs_64k)/$(1),AthLzma,ap136,$(ap136_cmdline),$(ap136_mtdlayout),1441792,6488064,RKuImage)
+endef
+
+
 pb42_cmdline=board=PB42 console=ttyS0,115200
 define Image/Build/Profile/PB42
        $(call Image/Build/Template/$(fs_64k)/$(1),PB4X,pb42,$(pb42_cmdline))
@@ -1070,6 +1077,7 @@ define Image/Build/Profile/Default
        $(call Image/Build/Profile/AP113,$(1))
        $(call Image/Build/Profile/AP121,$(1))
        $(call Image/Build/Profile/AP121MINI,$(1))
+       $(call Image/Build/Profile/AP136,$(1))
        $(call Image/Build/Profile/AP81,$(1))
        $(call Image/Build/Profile/AP83,$(1))
        $(call Image/Build/Profile/A02RBW300N,$(1))