diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-17 17:42:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-17 17:42:35 +0000 |
commit | 22a7b1b3d384203a6100b7773f3565d3139a7b69 (patch) | |
tree | fcd0d3ef4eee05cf4db5f18457913fbe2d77a22b /target/linux/ar71xx/image | |
parent | 722c78cd1e5df62e39b0db62166c6ed089dc7145 (diff) | |
download | upstream-22a7b1b3d384203a6100b7773f3565d3139a7b69.tar.gz upstream-22a7b1b3d384203a6100b7773f3565d3139a7b69.tar.bz2 upstream-22a7b1b3d384203a6100b7773f3565d3139a7b69.zip |
use MyLoader partition parser on the WP543 board
SVN-Revision: 13265
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 |