summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-04-01 13:37:33 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2016-04-01 13:37:33 +0200
commitf233664faa41ca5a3df1702f4eada771096af67c (patch)
tree3d2845b5495dfd16c7f2e28317d1ac23b6dd8a4b /target/linux/brcm2708
parent8d5160bf5de1a05643d53bb10833d1be4b7fcd99 (diff)
downloadmaster-31e0f0ae-f233664faa41ca5a3df1702f4eada771096af67c.tar.gz
master-31e0f0ae-f233664faa41ca5a3df1702f4eada771096af67c.tar.bz2
master-31e0f0ae-f233664faa41ca5a3df1702f4eada771096af67c.zip
brcm2708-gpu-fw: update to latest version
This update also adds individual download of firmware files instead of fetching every file on the repository (10-MiB vs 100+MiB). Also copy Linux license from kernel directory instead of using the rpi-firmware one. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708')
-rw-r--r--target/linux/brcm2708/image/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm2708/image/Makefile b/target/linux/brcm2708/image/Makefile
index 8cf83a4563..ad71c5679f 100644
--- a/target/linux/brcm2708/image/Makefile
+++ b/target/linux/brcm2708/image/Makefile
@@ -1,5 +1,6 @@
#
# Copyright (C) 2012-2015 OpenWrt.org
+# Copyright (C) 2016 LEDE project
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -20,8 +21,8 @@ endef
define Build/boot-img
rm -f $@.boot
mkfs.fat -C $@.boot $(FAT32_BLOCKS)
+ mcopy -i $@.boot $(LINUX_DIR)/COPYING ::COPYING.linux
mcopy -i $@.boot $(KDIR)/bootcode.bin ::
- mcopy -i $@.boot $(KDIR)/COPYING.linux ::
mcopy -i $@.boot $(KDIR)/LICENCE.broadcom ::
mcopy -i $@.boot $(KDIR)/start.elf ::
mcopy -i $@.boot $(KDIR)/start_cd.elf ::