2 # Copyright (C) 2008-2011 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
9 include $(INCLUDE_DIR
)/kernel.mk
15 PKG_BUILD_DIR
:=$(KERNEL_BUILD_DIR
)/$(PKG_NAME
)-$(PKG_VERSION
)
16 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.bz2
17 PKG_SOURCE_URL
:=ftp
://ftp.denx.de
/pub
/u-boot
18 PKG_MD5SUM
:=0cc5026aad02f218a9b9ac56b301c97a
21 include $(INCLUDE_DIR
)/package.mk
23 UBOOT_CONFIG
=$(call qstrip
,$(CONFIG_AVR32_UBOOT_TARGET
))
26 $(MAKE
) -C
$(PKG_BUILD_DIR
) $(UBOOT_CONFIG
)_config
27 $(MAKE
) -C
$(PKG_BUILD_DIR
) CROSS_COMPILE
=$(TARGET_CROSS
)
30 define Build
/InstallDev
32 dd if
=$(PKG_BUILD_DIR
)/u-boot.bin of
=$(BIN_DIR
)/u-boot-
$(PKG_VERSION
)-$(UBOOT_CONFIG
).bin bs
=64k conv
=sync
35 $(eval
$(call Build
/DefaultTargets
))