2 # Copyright (C) 2008 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
:=579707c8ecbf1ab4127285d2aac2a9ee
21 include $(INCLUDE_DIR
)/package.mk
24 cp
-r .
/files
/* $(PKG_BUILD_DIR
)
25 cd
$(PKG_BUILD_DIR
);chmod a
+x build_danube.sh
;.
/build_danube.sh
28 define Build
/InstallDev
30 dd if
=$(PKG_BUILD_DIR
)/u-boot.ifx of
=$(BIN_DIR
)/u-boot.ifx bs
=64k conv
=sync
33 $(eval
$(call Build
/DefaultTargets
))