2 # Copyright (C) 2010 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 $(MAKE
) -C lzma-loader
clean
15 cat
$(KDIR
)/vmlinux |
$(STAGING_DIR_HOST
)/bin
/lzma e
-si
-so
-eos
-lc1
-lp2
-pb2
> $(KDIR
)/vmlinux.lzma
16 $(MAKE
) -C lzma-loader \
22 .
/my-mkimage
$(KDIR
)/loader.bin
$(KDIR
)/root.squashfs \
23 $(BIN_DIR
)/$(IMG_PREFIX
)-$(1).bin
26 $(eval
$(call BuildImage
))
This page took 0.045038 seconds and 5 git commands to generate.