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
11 rm -f
$(KDIR
)/loader-zynos.gz
$(KDIR
)/loader-zynos.bin
12 $(MAKE
) -C lzma-loader \
20 $(MAKE
) -C lzma-loader
clean
24 cat
$(KDIR
)/vmlinux |
$(STAGING_DIR
)/bin
/lzma e
-si
-so
-eos
-lc1
-lp2
-pb2
> $(KDIR
)/vmlinux.lzma
27 define trxalign
/jffs2-128k
30 define trxalign
/jffs2-64k
33 define trxalign
/squashfs
37 define Image
/Build
/ZyXEL
38 $(CP
) $(BIN_DIR
)/openwrt-
$(BOARD
)-$(KERNEL
)-$(1)-noloader.trx
$(BIN_DIR
)/openwrt-
$(BOARD
)-$(KERNEL
)-$(3)-$(2).trx
42 $(STAGING_DIR
)/bin
/trx
-o
$(BIN_DIR
)/openwrt-
$(BOARD
)-$(KERNEL
)-$(1)-noloader.trx
-f
$(KDIR
)/vmlinux.lzma
$(call trxalign
/$(1)) -f
$(KDIR
)/root.
$(1)
43 ifneq ($(1),jffs2-128K
)
44 #FIXME: no supported boards yet
48 $(eval
$(call BuildImage
))
This page took 0.041806 seconds and 5 git commands to generate.