2 # Copyright (C) 2009 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
15 define Image
/BuildKernel
19 $(call Image
/Build
/$(1),$(1))
22 define Image
/Build
/jffs2-128k
25 define Image
/Build
/squashfs
26 $(call prepare_generic_squashfs
,$(KDIR
)/root.squashfs
)
29 $(eval
$(call BuildImage
))