X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ecff0618de6e1ae7a4dd75db5b109fba17ac763c..611fd7328c01559d301efd63ac10d4259af16449:/target/linux/ar71xx/image/Makefile diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index c37dc6772..4baa78995 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -35,10 +35,8 @@ endef define Image/Build/MyLoader -$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) \ - -p0x30000:0xd0000:ahl:0x80060000 \ - -p0x100000:0 \ - -b0x30000:0xd0000:h:$(KDIR)/vmlinux.lzma \ - -b0x100000:0::$(KDIR)/root.$(1) \ + -p0x30000:0xc0000:ahl:0x80060000:kernel:$(KDIR)/vmlinux.lzma \ + -p0xf0000:0:::rootfs:$(KDIR)/root.$(1) \ $(call imgname,$(1),$(2)).img endef