2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
8 include $(INCLUDE_DIR
)/image.mk
10 LOADADDR
= 0x8108c8f4 # RAM start + 16M
11 KERNEL_ENTRY
= 0x80100000 # Default kernel entry in arch/mips/Makefile
12 RAMSIZE
= 0x01000000 # 64MB
16 LOADADDR
=$(LOADADDR
) \
17 KERNEL_ENTRY
=$(KERNEL_ENTRY
) \
20 define trxalign
/jffs2-128k
23 define trxalign
/jffs2-64k
26 define trxalign
/squashfs
31 $(MAKE
) -C lzma-loader
clean
35 cat
$(KDIR
)/vmlinux |
$(STAGING_DIR
)/bin
/lzma e
-si
-so
-eos
-lc1
-lp2
-pb2
> $(KDIR
)/vmlinux.lzma
36 rm -f
$(KDIR
)/loader.gz
37 $(MAKE
) -C lzma-loader \
41 echo
-ne
"\\x00" >> $(KDIR
)/loader.gz
45 $(STAGING_DIR
)/bin
/trx
-o
$(BIN_DIR
)/openwrt-
$(BOARD
)-$(KERNEL
)-$(1).trx
-f
$(KDIR
)/loader.gz
-f
$(KDIR
)/vmlinux.lzma
$(call trxalign
/$(1)) -f
$(KDIR
)/root.
$(1)
48 $(eval
$(call BuildImage
))
This page took 0.044709 seconds and 5 git commands to generate.