mirror of https://github.com/hak5/openwrt.git
brcm2708-gpu-fw: update to a newer version
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39769lede-17.01
parent
2d32b2f771
commit
c6c0d09f85
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (C) 2012 OpenWrt.org
|
||||
# Copyright (C) 2012-2014 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
|
@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk
|
|||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=brcm2708-gpu-fw
|
||||
PKG_REV:=d5b05be2147bf5dc0137798837af24b0bbbe398d
|
||||
PKG_VERSION:=20130517
|
||||
PKG_REV:=94e1b8014dfa69701d0432088acb11ae01130d38
|
||||
PKG_VERSION:=20140226
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_REV).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/Hexxeh/rpi-firmware/archive/
|
||||
PKG_MD5SUM:=9b0ce0a530e237f4c6fe43a36ccf57c3
|
||||
PKG_MD5SUM:=41fab917f6cda3ea74f127293ed1e8ce
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/rpi-firmware-$(PKG_REV)
|
||||
|
||||
|
|
Loading…
Reference in New Issue