nanopineo: fix initramfs missing nls modules

This commit is contained in:
Calin Crisan 2018-10-03 22:55:10 +03:00
parent d87a902eac
commit d12d5e53f6
2 changed files with 9 additions and 0 deletions

View 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

View File

@ -1,4 +1,6 @@
BR2_arm=y
BR2_cortex_a7=y
BR2_ARM_FPU_VFPV4=y
BR2_CCACHE=y
BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-nanopineo-initramfs"
BR2_OPTIMIZE_2=y