X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/514a769538591248d6c27207d014c4885fb1909c..9f6d45184a70917a8ea8eebf6d60c20b1bf8b718:/target/linux/ar71xx/image/Makefile?ds=inline diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 2203bec2e..efd2ceafc 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -232,7 +232,7 @@ define Image/Build/AthGzip endef define Image/Build/AthGzip/initramfs - $(call MkuImageLzma,$(2),$(3) $($(4))) + $(call MkuImageGzip,$(2),$(3) $($(4))) $(CP) $(KDIR_TMP)/vmlinux-$(2).uImage $(call imgname,$(1),$(2))-uImage.bin endef @@ -658,6 +658,7 @@ define Image/Build/Profile/AP83 endef 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