X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Far71xx%2Fimage%2FMakefile;h=4baa78995e82475e5ec47361d336c03fe2cec0ac;hb=b1dc7cc6fededdb1b9e0b2f496b17d2099ed1052;hp=c37dc6772b04c3e95fc77007aea715cd7888f15a;hpb=520a89511adc3d7025e59e84a5af55b0df6cd4be;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index c37dc6772b..4baa78995e 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