brcm2708: update to v3.18
[openwrt/staging/yousong.git] / package / kernel / brcm2708-gpu-fw / Makefile
1 #
2 # Copyright (C) 2012-2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8 include $(INCLUDE_DIR)/kernel.mk
9
10 PKG_NAME:=brcm2708-gpu-fw-boot
11 PKG_VERSION:=2015-02-07
12 PKG_RELEASE:=$(PKG_SOURCE_VERSION)
13 PKG_MD5SUM:=f198d5466ec412424f3ca77703f29d15
14
15 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/
16 # PKG_SOURCE_SUBDIR:=$(PKG_NAME)
17 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
18 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
19
20 include $(INCLUDE_DIR)/package.mk
21
22 define Package/brcm2708-gpu-fw
23 SECTION:=boot
24 CATEGORY:=Boot Loaders
25 DEPENDS:=@TARGET_brcm2708
26 TITLE:=brcm2708-gpu-fw
27 DEFAULT:=y if (TARGET_brcm2708)
28 endef
29
30 define Package/brcm2708-gpu-fw/description
31 GPU and kernel boot firmware for brcm2708.
32 endef
33
34 define Build/Compile
35 endef
36
37 $(eval $(call BuildPackage,brcm2708-gpu-fw))
38