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
17 cat
$(KDIR
)/vmlinux |
$(STAGING_DIR
)/bin
/lzma e
-si
-so
-eos
-lc1
-lp2
-pb2
> $(KDIR
)/vmlinux.lzma
20 define Image
/Build
/ar525w
23 $(call Image
/Build
/ar525w
,$(1),$(patsubst jffs2-
%,jffs2
,$(1)))
25 $(eval
$(call BuildImage
))
This page took 0.038539 seconds and 5 git commands to generate.