Skip to content

Commit

Permalink
Symlink firmware from wonky path to /lib/firmware in 3builddistro
Browse files Browse the repository at this point in the history
  • Loading branch information
01micko committed Mar 8, 2014
1 parent 8c04ed9 commit 16e6559
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion woof-code/3builddistro
Original file line number Diff line number Diff line change
Expand Up @@ -1130,8 +1130,15 @@ if [ "$CHOICE_BIGMODEM" = "Zdrv_big_modems" ];then
mv -f rootfs-complete/lib/modules/all-firmware/intel537* big-modem-firmware/ 2>/dev/null
mv -f rootfs-complete/lib/modules/all-firmware/intel537*.tar.gz big-modem-firmware/ 2>/dev/null
fi
# 140309
echo
echo "Symlinking firmware"
cd rootfs-complete/lib/firmware
for ucode in RTL8192U RTL8192E rtlwifi libertas_firmware libertas_tf dvb-usb-firmware rt2x00 zd1201_firmware mwl8k rtl8188_8192su acx_firmware rtl_nic ipw2100_firmware-1.3 ipw2200_firmware-3.0 nouveau prism54_firmware iwlwifi
do ln -sf ../modules/all-firmware/${ucode}/lib/firmware/* .
done
cd -
echo

if [ "$CHK_FB_STATE" = "" ];then
#w481 remove framebuffer modules...
echo
Expand Down

0 comments on commit 16e6559

Please sign in to comment.