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.gz
12 $(MAKE
) -C lzma-loader \
16 echo
-ne
"\\x00" >> $(KDIR
)/loader.gz
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
/Compex
38 $(CP
) $(BIN_DIR
)/openwrt-
$(BOARD
)-$(KERNEL
)-$(1).trx
$(BIN_DIR
)/openwrt-
$(BOARD
)-$(KERNEL
)-$(3)-$(2).trx
41 define Image
/Build
/Edimax
42 # FIXME : not tested (hardware ?)
43 $(STAGING_DIR
)/bin
/mksyshdr
$(KDIR
)/csys
$(KDIR
)/vmlinux
44 cat
$(KDIR
)/csys
$(KDIR
)/vmlinux
$(KDIR
)/root.
$(1) > $(BIN_DIR
)/openwrt-
$(BOARD
)-$(KERNEL
)-$(3)-$(2).img
47 define Image
/Build
/MyLoader
48 $(CP
) $(BIN_DIR
)/openwrt-
$(BOARD
)-$(KERNEL
)-$(1)-noloader.trx
$(BIN_DIR
)/openwrt-
$(BOARD
)-$(KERNEL
)-$(3)-$(2).trx
49 $(STAGING_DIR
)/bin
/mkmylofw
-B
$(4) \
50 -p0x20000
:0x10000:ahp
:0x80001000 \
52 -b0x20000
:0x10000:h
:$(KDIR
)/loader.gz \
53 -b0x30000
:0::$(BIN_DIR
)/openwrt-
$(BOARD
)-$(KERNEL
)-$(3)-$(2).trx \
54 $(BIN_DIR
)/openwrt-
$(BOARD
)-$(KERNEL
)-$(3)-$(2).bin
58 $(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)
59 $(STAGING_DIR
)/bin
/trx
-o
$(BIN_DIR
)/openwrt-
$(BOARD
)-$(KERNEL
)-$(1)-noloader.trx
-f
$(KDIR
)/vmlinux.lzma
$(call trxalign
/$(1)) -f
$(KDIR
)/root.
$(1)
60 ifneq ($(1),jffs2-128K
)
61 $(call Image
/Build
/Compex
,$(1),wp54g-wrt
,$(patsubst jffs2-
%,jffs2
,$(1)))
62 $(call Image
/Build
/Edimax
,$(1),br6104
,$(patsubst jffs2-
%,jffs2
,$(1)))
63 $(call Image
/Build
/MyLoader
,$(1),np27g
,$(patsubst jffs2-
%,jffs2
,$(1)),NP27G
)
64 $(call Image
/Build
/MyLoader
,$(1),np28g
,$(patsubst jffs2-
%,jffs2
,$(1)),NP28G
)
65 $(call Image
/Build
/MyLoader
,$(1),np28ghs
,$(patsubst jffs2-
%,jffs2
,$(1)),NP28GHS
)
66 $(call Image
/Build
/MyLoader
,$(1),wp54g
,$(patsubst jffs2-
%,jffs2
,$(1)),WP54G
)
67 $(call Image
/Build
/MyLoader
,$(1),wp54ag
,$(patsubst jffs2-
%,jffs2
,$(1)),WP54AG
)
68 $(call Image
/Build
/MyLoader
,$(1),wpp54g
,$(patsubst jffs2-
%,jffs2
,$(1)),WPP54G
)
69 $(call Image
/Build
/MyLoader
,$(1),wpp54ag
,$(patsubst jffs2-
%,jffs2
,$(1)),WPP54AG
)
73 $(eval
$(call BuildImage
))
This page took 0.048005 seconds and 5 git commands to generate.