mirror of
https://github.com/open-sdr/openwifi.git
synced 2025-01-18 02:39:44 +00:00
Let populate_kernel_image_module_reboot continue:
Even if some files not existing (for some boards, they are supposed non existing).
This commit is contained in:
parent
42e8e67518
commit
d684d4e9ec
@ -18,11 +18,11 @@ else
|
|||||||
IMAGE_FILENAME=uImage
|
IMAGE_FILENAME=uImage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mv ./kernel_modules/ad9361_drv.ko ./openwifi/ -f
|
mv ./kernel_modules/ad9361_drv.ko ./openwifi/ -f || true
|
||||||
mv ./kernel_modules/adi_axi_hdmi.ko ./openwifi/ -f
|
mv ./kernel_modules/adi_axi_hdmi.ko ./openwifi/ -f || true
|
||||||
mv ./kernel_modules/axidmatest.ko ./openwifi/ -f
|
mv ./kernel_modules/axidmatest.ko ./openwifi/ -f || true
|
||||||
mv ./kernel_modules/lcd.ko ./openwifi/ -f
|
mv ./kernel_modules/lcd.ko ./openwifi/ -f || true
|
||||||
mv ./kernel_modules/xilinx_dma.ko ./openwifi/ -f
|
mv ./kernel_modules/xilinx_dma.ko ./openwifi/ -f || true
|
||||||
|
|
||||||
rm -rf /lib/modules/$(uname -r)
|
rm -rf /lib/modules/$(uname -r)
|
||||||
ln -s /root/kernel_modules /lib/modules/$(uname -r)
|
ln -s /root/kernel_modules /lib/modules/$(uname -r)
|
||||||
|
Loading…
Reference in New Issue
Block a user