diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-14 20:54:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-14 20:54:11 +0000 |
commit | d3058b8f8cee76407e0630d28e04a39d4efc1be9 (patch) | |
tree | 8486d2519aab5c680c94a52d4ef6aff9e49d6943 /target | |
parent | b9c5cb5c9a4736b6342e98e7af13f52f20438f27 (diff) | |
download | upstream-d3058b8f8cee76407e0630d28e04a39d4efc1be9.tar.gz upstream-d3058b8f8cee76407e0630d28e04a39d4efc1be9.tar.bz2 upstream-d3058b8f8cee76407e0630d28e04a39d4efc1be9.zip |
ar71xx: build image for the Hornet-UB board
SVN-Revision: 29536
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index b2dec96db2..bb72ab048a 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -614,6 +614,12 @@ define Image/Build/Profile/EAP7660D $(call Image/Build/Template/$(fs_128k)/$(1),PB4X,eap7660d,$(eap7660d_cmdline)) endef +hornetub_cmdline=board=HORNET-UB console=ttyATH0,115200 +hornetub_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6144k(rootfs),1600k(kernel),64k(nvram),64k(art)ro,7744k@0x50000(firmware) +define Image/Build/Profile/HORNETUB + $(call Image/Build/Template/$(fs_64k)/$(1),AthLzma,hornet-ub,$(hornetub_cmdline),hornetub_mtdlayout,1638400,6291456,RK) +endef + ja76pf_cmdline=board=JA76PF console=ttyS0,115200 define Image/Build/Profile/JA76PF $(call Image/Build/Template/$(fs_64k)/$(1),PB4X,ja76pf,$(ja76pf_cmdline)) @@ -869,6 +875,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/DIR825B1,$(1)) $(call Image/Build/Profile/EAP7660D,$(1)) $(call Image/Build/Profile/FR54RTR,$(1)) + $(call Image/Build/Profile/HORNETUB,$(1)) $(call Image/Build/Profile/JA76PF,$(1)) $(call Image/Build/Profile/JWAP003,$(1)) $(call Image/Build/Profile/MZKW04NU,$(1)) |