mt76: ensure that the metapackage gets built as .ipk
[openwrt/openwrt.git] / package / boot / uboot-ar71xx / Makefile
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_VERSION:=2010.03
11 PKG_RELEASE:=1
12
13 PKG_HASH:=902d1b2c15787df55186fae4033685fb0c5a5a12755a08383e97c4a3e255925b
14
15 include $(INCLUDE_DIR)/u-boot.mk
16 include $(INCLUDE_DIR)/package.mk
17
18 define U-Boot/Default
19 BUILD_TARGET:=ar71xx
20 BUILD_SUBTARGET:=generic
21 endef
22
23 define U-Boot/nbg460n_550n_550nh
24 TITLE:=NBG460N/550N/550NH routers
25 BUILD_DEVICES:=NBG_460N_550N_550NH
26 HIDDEN:=y
27 endef
28
29 UBOOT_TARGETS:=nbg460n_550n_550nh
30
31 $(eval $(call BuildPackage/U-Boot))