diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 12:01:47 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 12:01:47 +0000 |
commit | ce91228e2b7605f2cefb50253190ef49618f129d (patch) | |
tree | ac163ef0bbd83d698ce5a24d26dcbb18ab8c9cbc /target/linux/ar71xx/image | |
parent | 70e3dda99c6819647be143c183fdda6be7f89fd0 (diff) | |
download | upstream-ce91228e2b7605f2cefb50253190ef49618f129d.tar.gz upstream-ce91228e2b7605f2cefb50253190ef49618f129d.tar.bz2 upstream-ce91228e2b7605f2cefb50253190ef49618f129d.zip |
ar71xx: image: use the new helpers for the AthGzip images
SVN-Revision: 33240
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 4388b15a7f..ed7ce2cf7f 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -716,21 +716,11 @@ $(eval $(call SingleProfile,AthLzma,$(fs_64k),EWDORINRT,ew-dorin-router,EW-DORIN $(eval $(call MultiProfile,EWDORIN, EWDORINAP EWDORINRT)) -ap81_cmdline=board=AP81 console=ttyS0,115200 -define Image/Build/Profile/AP81 - $(call Image/Build/Template/$(fs_64k)/$(1),AthGzip,ap81,$(ap81_cmdline),,1310720,6619136,KRuImage) -endef - -ap83_cmdline=board=AP83 console=ttyS0,115200 -define Image/Build/Profile/AP83 - $(call Image/Build/Template/$(fs_64k)/$(1),AthGzip,ap83,$(ap83_cmdline),,1310720,6619136,KRuImage) -endef +$(eval $(call SingleProfile,AthGzip,$(fs_64k),AP81,ap81,AP81,ttyS0,115200,,1310720,6619136,KRuImage)) +$(eval $(call SingleProfile,AthGzip,$(fs_64k),AP83,ap83,AP83,ttyS0,115200,,1310720,6619136,KRuImage)) -ap96_cmdline=board=AP96 console=ttyS0,115200 ap96_mtdlayout=mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,6144k(rootfs),1728k(kernel),64k(art)ro,7872k@0x40000(firmware) -define Image/Build/Profile/AP96 - $(call Image/Build/Template/$(fs_64k)/$(1),AthGzip,ap96,$(ap96_cmdline),$(ap96_mtdlayout),1769472,6291456,RKuImage) -endef +$(eval $(call SingleProfile,AthGzip,$(fs_64k),AP96,ap96,AP96,ttyS0,115200,$$(ap96_mtdlayout),1769472,6291456,RKuImage)) db120_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6336k(rootfs),1408k(kernel),64k(nvram),64k(art)ro,7744k@0x50000(firmware) $(eval $(call SingleProfile,AthLzma,$(fs_64k),DB120,db120,DB120,ttyS0,115200,$$(db120_mtdlayout),1441792,6488064,RKuImage)) |