--- plamo/00_base/old/linux_firmware-20160113/PlamoBuild.linux_firmware-git_20141217 2016-01-13 08:59:46.000000000 +0900 +++ plamo/00_base/linux_firmware/PlamoBuild.linux_firmware-git_20160112 2016-01-26 12:06:22.000000000 +0900 @@ -3,22 +3,26 @@ ###################################################################### url="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git" pkgbase=linux_firmware -vers=git_20141217 +vers=git_20160112 arch=noarch build=P2 src=linux-firmware OPT_CONFIG="" DOCS="GPL-3 `echo LICENCE.{Abilis,IntcSST2,Marvell,OLPC}` LICENSE.radeon `echo LICENCE.{agere,atheros_firmware,broadcom_bcm43xx,ca0132}` - `echo LICENCE.{chelsio_firmware,cw1200}` README - `echo LICENCE.{ene_firmware,fw_sst_0f28,go7007,i2400m,ibt_firmware}` - `echo LICENCE.{it913x,iwlwifi_firmware,qat_dh895xcc_firmware,mwl8335}` - LICENCE.myri10ge_firmware WHENCE `echo LICENCE.{qla2xxx,r8a779x_usb3}` + `echo LICENCE.{chelsio_firmware,cw1200}` README LICENCE.ene_firmware + `echo LICENCE.{fw_sst_0f28,go7007,i2400m,ibt_firmware,it913x}` + `echo LICENCE.{iwlwifi_firmware,adsp_sst}` WHENCE LICENCE.mwl8335 + `echo LICENCE.{myri10ge_firmware,phanfw,qla2xxx,r8a779x_usb3}` `echo LICENCE.{ralink-firmware.txt,ralink_a_mediatek_company_firmware}` `echo LICENCE.{rtlwifi_firmware.txt,siano,tda7706-firmware.txt}` `echo LICENCE.{ti-connectivity,ueagle-atm4-firmware,via_vt6656,wl1251}` `echo LICENCE.{xc4000,xc5000,xc5000c}` `echo LICENSE.{amd-ucode,dib0700}` - TDA7706_OM_v2.5.1_boot.txt TDA7706_OM_v3.0.2_boot.txt" + `echo TDA7706_OM_{v2.5.1,v3.0.2}_boot.txt` `echo LICENCE.{cavium,e100}` + `echo LICENCE.{kaweth,moxa,nvidia,open-ath9k-htc-firmware,qat_firmware}` + `echo LICENCE.{qla1280,ti-keystone}` + `echo LICENSE.{QualcommAtheros_{ar3k,ath10k},amdgpu,atmel,hfi1_firmware}` + LICENSE.i915" ###################################################################### fscheck() { @@ -207,7 +211,7 @@ gz) tar xvpzf ${i##*/} ;; bz2) tar xvpjf ${i##*/} ;; git) ( cd `basename ${i##*/} .git` - git checkout origin/master ; git reset --hard d547ba7 + git checkout origin/master ; git reset --hard 40e9ae8 git set-file-times ) ;; esac done