diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:51 +0000 |
commit | 1ea2a3cfd82a0123889bb784c001d2e0e733f867 (patch) | |
tree | 212901f5f3bae305df6c335dd283a109b80b38f9 /target/linux/ar71xx/image | |
parent | b219848bfc95add6d1f8b6fa744bf05231a49f17 (diff) | |
download | upstream-1ea2a3cfd82a0123889bb784c001d2e0e733f867.tar.gz upstream-1ea2a3cfd82a0123889bb784c001d2e0e733f867.tar.bz2 upstream-1ea2a3cfd82a0123889bb784c001d2e0e733f867.zip |
ar71xx: add profile and build image for the Atheros AP136 reference board
SVN-Revision: 32609
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 108f836c9a..a398242265 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -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)) |