2008-06-04 21:51:17 +08:00
|
|
|
#
|
2010-02-12 09:40:57 +08:00
|
|
|
# Copyright (C) 2008-2010 OpenWrt.org
|
2008-06-04 21:51:17 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
include $(INCLUDE_DIR)/image.mk
|
|
|
|
|
2010-11-05 06:10:11 +08:00
|
|
|
include $(SUBTARGET).mk
|
2008-06-04 21:51:17 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildImage))
|