aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-ar71xx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-ar71xx/Makefile')
-rw-r--r--package/boot/uboot-ar71xx/Makefile33
1 files changed, 0 insertions, 33 deletions
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))