X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1cf82179fecc914f966cd4f340b890b81cf1b272..d9c2b6a237f6481353e98dcdace3b14a3c9ca3de:/target/linux/ar71xx/image/Makefile diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index b18b28aaf..5a126c0af 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/image.mk IMGNAME:=$(BIN_DIR)/openwrt-$(BOARD) define imgname -$(IMGNAME)-$(2)-$(patsubst jffs2-%,jffs2,$(1)) +$(IMGNAME)-$(2)-$(patsubst jffs2-%,jffs2,$(patsubst squashfs-%,squashfs,$(1))) endef VMLINUX:=$(IMGNAME)-vmlinux @@ -106,9 +106,21 @@ endef define Image/Build/MyLoader -$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) \ - -p0x30000:0xc0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ - -p0xf0000:0:::rootfs:$(KDIR)/root.$(1) \ - $(call imgname,$(1),$(2)).img + -p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ + -p0x100000:0:::rootfs:$(KDIR)/root.$(1) \ + $(call imgname,$(1),$(2))-2M.img + -$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x400000 \ + -p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ + -p0x100000:0:::rootfs:$(KDIR)/root.$(1) \ + $(call imgname,$(1),$(2))-4M.img + -$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x800000 \ + -p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ + -p0x100000:0:::rootfs:$(KDIR)/root.$(1) \ + $(call imgname,$(1),$(2))-8M.img + -$(STAGING_DIR_HOST)/bin/mkmylofw -B $(2) -s 0x1000000 \ + -p0x030000:0xd0000:al:0x80060000:kernel:$(KDIR)/vmlinux.bin.lzma \ + -p0x100000:0:::rootfs:$(KDIR)/root.$(1) \ + $(call imgname,$(1),$(2))-16M.img endef define Image/Build/UBNT @@ -156,7 +168,27 @@ define Image/Build/TPLINK -B $(4) -N OpenWrt -V $(REVISION)\ -k $(KDIR)/vmlinux-$(2).bin.gzip \ -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ - -o $(BIN_DIR)/openwrt-$(BOARD)-$(2)-$(1).uni + -o $(call imgname,$(1),$(2)).uni +endef + +define Image/Build/CyberTAN + cp $(KDIR)/vmlinux $(KDIR)/vmlinux-$(2) + $(STAGING_DIR_HOST)/bin/patch-cmdline $(KDIR)/vmlinux-$(2) '$(strip $(3))' + gzip -9 -c $(KDIR)/vmlinux-$(2) > $(KDIR)/vmlinux-$(2).bin.gzip + mkimage -A mips -O linux -T kernel -a 0x80060000 -C gzip -e \ + 0x80060000 \ + -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \ + -d $(KDIR)/vmlinux-$(2).bin.gzip $(KDIR)/vmlinux-$(2).uImage + ( \ + dd if=$(KDIR)/vmlinux-$(2).uImage bs=64k conv=sync; \ + dd if=/dev/zero bs=1 count=65476; \ + dd if=$(KDIR)/root.$(1) bs=64k; \ + ) > $(KDIR)/vmlinux-$(2).image + $(STAGING_DIR_HOST)/bin/trx -o $(KDIR)/vmlinux-$(2).trx \ + -f $(KDIR)/vmlinux-$(2).image + -$(STAGING_DIR_HOST)/bin/addpattern -B $(2) -v v$(4) -g \ + -i $(KDIR)/vmlinux-$(2).trx \ + -o $(call imgname,$(1),$(2)).bin endef define Image/Build/Template/Compex @@ -179,6 +211,18 @@ define Image/Build/Template/WRT400N/jffs2-64k $(call Image/Build/Template/WRT400N,jffs2-64k,$(1),$(2),$(3)) endef +define Image/Build/Template/CyberTAN + $(call Image/Build/CyberTAN,$(1),$(2),$(3),$(4)) +endef + +define Image/Build/Template/CyberTAN/squashfs + $(call Image/Build/Template/CyberTAN,squashfs,$(1),$(2),$(3)) +endef + +define Image/Build/Template/CyberTAN/jffs2-64k + $(call Image/Build/Template/CyberTAN,jffs2-64k,$(1),$(2),$(3)) +endef + define Image/Build/Template/AP81 $(call Image/Build/AP81,$(1),$(2),$(3),$(4)) endef @@ -207,6 +251,14 @@ define Image/Build/Template/TPLINK/squashfs $(call Image/Build/Template/TPLINK,squashfs,$(1),$(2),$(3)) endef +define Image/Build/Template/TPLINK4K + $(call Image/Build/TPLINK,$(1),$(2),$(3),$(4)) +endef + +define Image/Build/Template/TPLINK4K/squashfs + $(call Image/Build/Template/TPLINK,squashfs-4k,$(1),$(2),$(3)) +endef + define Image/Build/Template/UBNT $(call Image/Build/UBNT,$(1),$(2),$(3),$(4),$(5),$(6)) endef @@ -282,7 +334,7 @@ define Image/Build/Profile/MZKW300NH endef define Image/Build/Profile/TLWR741NDV1 - $(call Image/Build/Template/TPLINK/$(1),tl-wr741ndv1,board=TL-WR741ND,TL-WR741NDv1) + $(call Image/Build/Template/TPLINK4K/$(1),tl-wr741ndv1,board=TL-WR741ND,TL-WR741NDv1) endef define Image/Build/Profile/TLWR841NDV3 @@ -297,6 +349,10 @@ define Image/Build/Profile/WRT400N $(call Image/Build/Template/WRT400N/$(1),wrt400n,board=WRT400N) endef +define Image/Build/Profile/WRT160NL + $(call Image/Build/Template/CyberTAN/$(1),wrt160nl,board=WRT160NL,1.00.01) +endef + define Image/Build/Profile/Default $(call Image/Build/Profile/AP83,$(1)) $(call Image/Build/Profile/A02RBW300N,$(1)) @@ -311,6 +367,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/UBNT,$(1)) $(call Image/Build/Profile/WP543,$(1)) $(call Image/Build/Profile/WRT400N,$(1)) + $(call Image/Build/Profile/WRT160NL,$(1)) endef define Image/Build/Profile/Madwifi @@ -319,6 +376,8 @@ define Image/Build/Profile/Madwifi endef define Image/Build/squashfs + dd if=$(KDIR)/root.squashfs of=$(IMGNAME)-root.squashfs-4k bs=4k conv=sync + $(call add_jffs2_mark,$(IMGNAME)-root.squashfs-4k) $(call prepare_generic_squashfs,$(KDIR)/root.squashfs) endef