2010-12-10 15:17:00 +00:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2016-12-16 16:32:10 +00:00
|
|
|
PKG_HASH:=902d1b2c15787df55186fae4033685fb0c5a5a12755a08383e97c4a3e255925b
|
2014-11-29 23:45:53 +00:00
|
|
|
|
2017-01-23 07:23:55 +00:00
|
|
|
include $(INCLUDE_DIR)/u-boot.mk
|
2010-12-10 15:17:00 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2017-01-23 07:23:55 +00:00
|
|
|
define U-Boot/Default
|
|
|
|
BUILD_TARGET:=ar71xx
|
|
|
|
BUILD_SUBTARGET:=generic
|
2010-12-10 15:17:00 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 07:23:55 +00:00
|
|
|
define U-Boot/nbg460n_550n_550nh
|
|
|
|
TITLE:=NBG460N/550N/550NH routers
|
|
|
|
BUILD_DEVICES:=NBG_460N_550N_550NH
|
|
|
|
HIDDEN:=y
|
2010-12-10 15:17:00 +00:00
|
|
|
endef
|
|
|
|
|
2017-01-23 07:23:55 +00:00
|
|
|
UBOOT_TARGETS:=nbg460n_550n_550nh
|
2010-12-10 15:17:00 +00:00
|
|
|
|
2017-01-23 07:23:55 +00:00
|
|
|
$(eval $(call BuildPackage/U-Boot))
|