projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: support for D-LINK DIR-615 rev. E4
[openwrt.git]
/
target
/
linux
/
adm5120
/
image
/
Makefile
diff --git
a/target/linux/adm5120/image/Makefile
b/target/linux/adm5120/image/Makefile
index
ee8cf42
..
7ced198
100644
(file)
--- a/
target/linux/adm5120/image/Makefile
+++ b/
target/linux/adm5120/image/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006
,2007
OpenWrt.org
+# Copyright (C) 2006
-2010
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-8,14
+8,28
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
LOADER_MAKE := $(NO_TRACE_MAKE) -C lzma-loader KDIR=$(KDIR)
include $(INCLUDE_DIR)/image.mk
LOADER_MAKE := $(NO_TRACE_MAKE) -C lzma-loader KDIR=$(KDIR)
-IMGNAME := $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)
JFFS2BLOCK := $(KDIR)/jffs2.block
JFFS2MARK := $(KDIR)/jffs2.mark
define imgname
JFFS2BLOCK := $(KDIR)/jffs2.block
JFFS2MARK := $(KDIR)/jffs2.mark
define imgname
-$(
IMGNAME
)-$(2)-$(patsubst jffs2-%,jffs2,$(1))
+$(
BIN_DIR)/$(IMG_PREFIX
)-$(2)-$(patsubst jffs2-%,jffs2,$(1))
endef
endef
+VMLINUX:=$(BIN_DIR)/$(IMG_PREFIX)-vmlinux
+fs_squash:=squashfs-only
+fs_all:=all
+fs_4k:=4k
+fs_64k:=64k
+fs_128k:=128k
+ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
+ fs_squash:=initramfs
+ fs_all:=initramfs
+ fs_4k:=initramfs
+ fs_64k:=initramfs
+ fs_128k:=initramfs
+ VMLINUX:=$(BIN_DIR)/$(IMG_PREFIX)-vmlinux-initramfs
+endif
+
define Build/Clean
$(LOADER_MAKE) clean
endef
define Build/Clean
$(LOADER_MAKE) clean
endef
@@
-39,7
+53,7
@@
endef
define Image/Build/LZMAKernel
$(LOADER_MAKE) TARGET_DIR=$(BIN_DIR) \
define Image/Build/LZMAKernel
$(LOADER_MAKE) TARGET_DIR=$(BIN_DIR) \
- LOADER=
openwrt-$(BOARD)-$(KERNEL
)-$(1)-ramfs.$(2) \
+ LOADER=
$(BIN_DIR)/$(IMG_PREFIX
)-$(1)-ramfs.$(2) \
LOADER_DATA=$(KDIR)/vmlinux.lzma \
LZMA_TEXT_START=$(3) LZMA_STARTUP_ORG=$(4) \
CONFIG_PASS_KARGS=$(5) CONFIG_BOARD=$(6) \
LOADER_DATA=$(KDIR)/vmlinux.lzma \
LZMA_TEXT_START=$(3) LZMA_STARTUP_ORG=$(4) \
CONFIG_PASS_KARGS=$(5) CONFIG_BOARD=$(6) \
@@
-54,6
+68,10
@@
define Image/Build/LZMAKernel/Admboot
$(call Image/Build/LZMAKernel,$(1),$(2),0x80500000,0x6D8,y,$(1))
endef
$(call Image/Build/LZMAKernel,$(1),$(2),0x80500000,0x6D8,y,$(1))
endef
+define Image/Build/LZMAKernel/Cellvision
+ $(call Image/Build/LZMAKernel,$(1),$(3),0x80500000,0x6D8,y,$(2))
+endef
+
define Image/Build/LZMAKernel/KArgs
$(call Image/Build/LZMAKernel,$(1),$(2),0x80500000,0,y,$(1))
endef
define Image/Build/LZMAKernel/KArgs
$(call Image/Build/LZMAKernel,$(1),$(2),0x80500000,0,y,$(1))
endef
@@
-90,4
+108,9
@@
define Image/Build/Initramfs
$(call Image/Build/Profile/$(PROFILE),Initramfs)
endef
$(call Image/Build/Profile/$(PROFILE),Initramfs)
endef
+define Image/BuildKernel
+ cp $(KDIR)/vmlinux.elf $(VMLINUX).elf
+ cp $(KDIR)/vmlinux $(VMLINUX).bin
+endef
+
$(eval $(call BuildImage))
$(eval $(call BuildImage))
This page took
0.021914 seconds
and
4
git commands to generate.