mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
nanopineo: fix initramfs missing nls modules
This commit is contained in:
parent
d87a902eac
commit
d12d5e53f6
7
board/nanopineo/overlay-initramfs/prepare_initramfs
Executable file
7
board/nanopineo/overlay-initramfs/prepare_initramfs
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# we don't have the codepage kernel modules compiled in, so we have to manually insert them
|
||||||
|
mkdir /system
|
||||||
|
mount /dev/mmcblk1p2 /system
|
||||||
|
/system/bin/busybox insmod /system/lib/modules/*/kernel/fs/nls/nls_*.ko
|
||||||
|
|
@ -1,4 +1,6 @@
|
|||||||
BR2_arm=y
|
BR2_arm=y
|
||||||
|
BR2_cortex_a7=y
|
||||||
|
BR2_ARM_FPU_VFPV4=y
|
||||||
BR2_CCACHE=y
|
BR2_CCACHE=y
|
||||||
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-nanopineo-initramfs"
|
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-nanopineo-initramfs"
|
||||||
BR2_OPTIMIZE_2=y
|
BR2_OPTIMIZE_2=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user