diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-02-28 20:29:51 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-02-28 20:29:51 +0000 |
commit | c6c0d09f85c211560a1405441925681cfa25e8b1 (patch) | |
tree | d8c497c4f0f4e3b6acc80f6c1899661008d55ba5 /package/kernel/brcm2708-gpu-fw/Makefile | |
parent | 2d32b2f7712b65d79de0a29ce3c80110e4599d00 (diff) | |
download | upstream-c6c0d09f85c211560a1405441925681cfa25e8b1.tar.gz upstream-c6c0d09f85c211560a1405441925681cfa25e8b1.tar.bz2 upstream-c6c0d09f85c211560a1405441925681cfa25e8b1.zip |
brcm2708-gpu-fw: update to a newer version
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39769
Diffstat (limited to 'package/kernel/brcm2708-gpu-fw/Makefile')
-rw-r--r-- | package/kernel/brcm2708-gpu-fw/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/kernel/brcm2708-gpu-fw/Makefile b/package/kernel/brcm2708-gpu-fw/Makefile index 0b79cd15a9..6e8d6ab54b 100644 --- a/package/kernel/brcm2708-gpu-fw/Makefile +++ b/package/kernel/brcm2708-gpu-fw/Makefile @@ -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) |