Skip to content
Snippets Groups Projects
Commit bae34e90 authored by st s's avatar st s
Browse files

samsung-zeroltexx: Removed commented out previsions to install media firmware files.

parent 1bf6638a
No related branches found
No related tags found
No related merge requests found
......@@ -10,32 +10,6 @@ options="!check !archcheck !strip !spdx"
# Source
_commit="9ff5ecfd76e05e7b8fd2210675af51f3acf2eb95"
_vendor_files_media="
seiren_fw_dram.bin
seiren_fw_sram.bin
fimc_is_fw2.bin
fimc_is_fw2_2p2.bin
fimc_is_fw2_imx240.bin
mfc_fw.bin
setfile_2p2.bin
setfile_4e6.bin
setfile_6b2.bin
setfile_imx240.bin
companion_2p2_master_setfile.bin
companion_2p2_mode_setfile.bin
companion_fw_2p2_evt1.bin
companion_fw_imx240_evt1.bin
companion_imx240_master_setfile.bin
companion_imx240_mode_setfile.bin
ois_fw_dom.bin
ois_fw_sec.bin
"
# this is commented out because camera/sound subsystems not successfully tested yet
# for _file in $_vendor_files_media; do
# source="$source $pkgname-$_commit-$_file::$url/raw/nx-10.0/proprietary/system/vendor/firmware/$_file"
# done
_vendor_files_wifi="
bcmdhd_sta.bin
nvram_net.txt
......@@ -48,11 +22,6 @@ done
package() {
local file
# this is commented out because camera/sound subsystems not successfully tested yet
# for file in $_vendor_files_media; do
# install -Dm644 "$srcdir/$pkgname-$_commit-$file" \
# "$pkgdir/lib/firmware/postmarketos/$file"
# done
for file in $_vendor_files_wifi; do
install -Dm644 "$srcdir/$pkgname-$_commit-$file" \
"$pkgdir/lib/firmware/postmarketos/$file"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment