Skip to content
Snippets Groups Projects
Commit 2d32b2f7 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

brcm2708: define KERNELNAME accordingly


Define KERNELNAME to Image to get the build system to copy this image
over $(KDIR) automatically for us.

Signed-off-by: default avatarFlorian Fainelli <florian@openwrt.org>

SVN-Revision: 39768
parent a2068afd
No related branches found
No related tags found
No related merge requests found
...@@ -25,4 +25,6 @@ define Target/Description ...@@ -25,4 +25,6 @@ define Target/Description
Currently produces SD Card image for Raspberry Pi. Currently produces SD Card image for Raspberry Pi.
endef endef
KERNELNAME="Image"
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))
...@@ -8,10 +8,6 @@ include $(TOPDIR)/rules.mk ...@@ -8,10 +8,6 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk include $(INCLUDE_DIR)/image.mk
include $(INCLUDE_DIR)/host.mk include $(INCLUDE_DIR)/host.mk
define Image/Prepare
cp $(LINUX_DIR)/arch/arm/boot/Image $(KDIR)/Image
endef
FAT32_BLOCK_SIZE=1024 FAT32_BLOCK_SIZE=1024
FAT32_BLOCKS=$(shell echo $$(($(CONFIG_BRCM2708_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE)))) FAT32_BLOCKS=$(shell echo $$(($(CONFIG_BRCM2708_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment