2 # Copyright (C) 2010 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
)-$(BUILD_VARIANT
)/$(PKG_NAME
)-$(PKG_VERSION
)
16 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.bz2
17 PKG_SOURCE_URL
:=ftp
://ftp.denx.de
/pub
/u-boot
21 include $(INCLUDE_DIR
)/package.mk
29 define uboot
/nbg460n_550n_550nh
30 TITLE
:=U-boot for the NBG460N
/550N
/550NH routers
33 UBOOTS
:=nbg460n_550n_550nh
35 define Package
/uboot
/template
36 define Package
/uboot-ar71xx-
$(1)
38 CATEGORY
:=Boot Loaders
40 DEPENDS
:=@TARGET_ar71xx
41 URL
:=http
://www.denx.de
/wiki
/U-Boot
42 DEFAULT
:=y if
(TARGET_ar71xx_generic_NBG_460N_550N_550NH || TARGET_ar71xx_generic_Default || CONFIG_TARGET_ar71xx_generic_Minimal
)
47 define BuildUbootPackage
48 $(eval
$(uboot
/Default
))
50 $(call Package
/uboot
/template
,$(1),$(TITLE
))
55 $(eval
$(call uboot
/$(BUILD_VARIANT
)))
56 UBOOT_CONFIG
:=$(if
$(CONFIG
),$(CONFIG
),$(BUILD_VARIANT
))
57 UBOOT_IMAGE
:=$(if
$(IMAGE
),$(IMAGE
),openwrt-
$(BOARD
)-$(BUILD_VARIANT
)-u-boot.bin
)
61 $(call Build
/Prepare
/Default
)
62 $(CP
) .
/files
/* $(PKG_BUILD_DIR
)
63 find
$(PKG_BUILD_DIR
) -name .svn |
$(XARGS
) rm -rf
66 define Build
/Configure
67 $(MAKE
) -C
$(PKG_BUILD_DIR
) \
68 $(UBOOT_CONFIG
)_config
72 $(MAKE
) -C
$(PKG_BUILD_DIR
) \
73 CROSS_COMPILE
=$(TARGET_CROSS
)
76 define Package
/uboot
/install/template
77 define Package
/uboot-ar71xx-
$(1)/install
79 $(CP
) $(PKG_BUILD_DIR
)/u-boot.bin
$(BIN_DIR
)/$(2)
83 $(foreach u
,$(UBOOTS
), \
84 $(eval
$(call Package
/uboot
/install/template
,$(u
),openwrt-
$(BOARD
)-$(SUBTARGET
)-$(u
)-u-boot.bin
)) \
87 $(foreach u
,$(UBOOTS
), \
88 $(eval
$(call BuildUbootPackage
,$(u
))) \
89 $(eval
$(call BuildPackage
,uboot-ar71xx-
$(u
))) \