X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fboot%2Fuboot-ar71xx%2FMakefile;fp=package%2Fboot%2Fuboot-ar71xx%2FMakefile;h=0000000000000000000000000000000000000000;hb=4e4ee4649553ab536225060a27fc320bf54e458c;hp=e6e6cbbd4405bbc7e9296f57aa4214695dcf5485;hpb=47b2ee2d9a9a1790f9bf8a528640c333af39e4ba;p=openwrt%2Fopenwrt.git diff --git a/package/boot/uboot-ar71xx/Makefile b/package/boot/uboot-ar71xx/Makefile deleted file mode 100644 index e6e6cbbd44..0000000000 --- a/package/boot/uboot-ar71xx/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# -# Copyright (C) 2010 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_VERSION:=2010.03 -PKG_RELEASE:=1 - -PKG_HASH:=902d1b2c15787df55186fae4033685fb0c5a5a12755a08383e97c4a3e255925b - -include $(INCLUDE_DIR)/u-boot.mk -include $(INCLUDE_DIR)/package.mk - -define U-Boot/Default - BUILD_TARGET:=ar71xx - BUILD_SUBTARGET:=generic -endef - -define U-Boot/nbg460n_550n_550nh - TITLE:=NBG460N/550N/550NH routers - BUILD_DEVICES:=NBG_460N_550N_550NH - HIDDEN:=y -endef - -UBOOT_MAKE_FLAGS := - -UBOOT_TARGETS:=nbg460n_550n_550nh - -$(eval $(call BuildPackage/U-Boot))