radeon-ucode: updated to 20140209

This commit is contained in:
Fredrik Rinnestam 2014-02-09 15:16:31 +01:00
parent 165b39b0e3
commit e32f837bdd
3 changed files with 3 additions and 3 deletions

View File

@ -17,6 +17,7 @@ drwxr-xr-x root/root lib/firmware/radeon/
-rw-r--r-- root/root lib/firmware/radeon/BONAIRE_sdma.bin
-rw-r--r-- root/root lib/firmware/radeon/BONAIRE_smc.bin
-rw-r--r-- root/root lib/firmware/radeon/BONAIRE_uvd.bin
-rw-r--r-- root/root lib/firmware/radeon/BONAIRE_vce.bin
-rw-r--r-- root/root lib/firmware/radeon/BTC_rlc.bin
-rw-r--r-- root/root lib/firmware/radeon/CAICOS_mc.bin
-rw-r--r-- root/root lib/firmware/radeon/CAICOS_me.bin

View File

@ -1 +1 @@
b55dac0afc227c9a574fe1a192f6a6ff radeon-ucode-20131124.tar.xz
7363a49d2aedd71c975a609d0707ccfc radeon-ucode-20140209.tar.xz

View File

@ -4,12 +4,11 @@
# Depends on:
name=radeon-ucode
version=20131124
version=20140209
release=1
source=(http://crux.nu/~rehabdoll/distfiles/$name-$version.tar.xz )
build() {
mkdir -p $PKG/lib/firmware
#cp -r $name $PKG/lib/firmware/radeon
mv $name $PKG/lib/firmware/radeon
}