diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 13:01:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 13:01:55 +0000 |
commit | cd86a7714a396c10c20926dbad1439b0534eba10 (patch) | |
tree | 6638a14bc897f9fe7ad45774f80c66ca3323fce5 | |
parent | 047efd5853b86e4cb825ef407a0bbdc5be2b856b (diff) | |
download | upstream-cd86a7714a396c10c20926dbad1439b0534eba10.tar.gz upstream-cd86a7714a396c10c20926dbad1439b0534eba10.tar.bz2 upstream-cd86a7714a396c10c20926dbad1439b0534eba10.zip |
ar71xx: image: use the new helpers for the Zcomax images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33259 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index a1d96a913b..49a608e1e9 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -881,15 +881,9 @@ $(eval $(call SingleProfile,WZRHPG30XNH,$(fs_64k),WZRHPAG300H,wzr-hp-ag300h,WZR- $(eval $(call SingleProfile,WZRHPG30XNH,$(fs_64k),WZRHPG450H,wzr-hp-g450h,WZR-HP-G450H,ttyS0,115200,WZR-HP-AG450H)) zcn1523h_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6208k(rootfs),1472k(kernel),64k(configure)ro,64k(mfg)ro,64k(art)ro,7680k@0x50000(firmware) -zcn1523h28_cmdline=board=ZCN-1523H-2 console=ttyS0,115200 $(zcn1523h_mtdlayout) -define Image/Build/Profile/ZCN1523H28 - $(call Image/Build/Template/$(fs_64k)/$(1),Zcomax,zcn-1523h-2-8,$(zcn1523h28_cmdline)) -endef +$(eval $(call SingleProfile,Zcomax,$(fs_64k),ZCN1523H28,zcn-1523h-2-8,ZCN-1523H-2,ttyS0,115200,$$(zcn1523h_mtdlayout))) +$(eval $(call SingleProfile,Zcomax,$(fs_64k),ZCN1523H516,zcn-1523h-5-16,ZCN-1523H-5,ttyS0,115200,$$(zcn1523h_mtdlayout))) -zcn1523h516_cmdline=board=ZCN-1523H-5 console=ttyS0,115200 $(zcn1523h_mtdlayout) -define Image/Build/Profile/ZCN1523H516 - $(call Image/Build/Template/$(fs_64k)/$(1),Zcomax,zcn-1523h-5-16,$(zcn1523h516_cmdline)) -endef define Image/Build/Profile/Default $(call Image/Build/Profile/ALFAAP96,$(1)) |