2006-06-27 03:35:46 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2006-06-21 06:13:25 +03:00
|
|
|
include $(TOPDIR)/rules.mk
|
2006-06-21 05:32:39 +03:00
|
|
|
include $(INCLUDE_DIR)/image.mk
|
2005-07-25 18:40:23 +03:00
|
|
|
|
2006-06-05 00:57:59 +03:00
|
|
|
define Image/Build
|
|
|
|
cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
|
2006-08-25 12:28:15 +03:00
|
|
|
cp $(LINUX_DIR)/arch/i386/boot/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
|
2006-06-05 00:57:59 +03:00
|
|
|
endef
|
2005-07-25 18:40:23 +03:00
|
|
|
|
2006-06-05 00:57:59 +03:00
|
|
|
$(eval $(call BuildImage))
|