bts-images: Remove the nls modules
The nls support to mount fat/vfat filesystems should be enabled in all sysmocomkernel images. Fixes: SYS#371hfreyther/master-next
parent
205b60bb36
commit
32746ad2eb
|
@ -1,6 +1,5 @@
|
|||
require sysmocom-image.inc
|
||||
|
||||
IMAGE_INSTALL += "kernel-module-nls-iso8859-1 kernel-module-nls-cp437"
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
# This variant of the image will run osmo-bts and osmo-bsc
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# add needed modules for vfat and e2fsprogs for resize2fs
|
||||
IMAGE_INSTALL_append = " kernel-module-nls-iso8859-1 kernel-module-nls-cp437 e2fsprogs "
|
||||
# add e2fsprogs for resize2fs need for bts installation
|
||||
IMAGE_INSTALL_append = " e2fsprogs "
|
||||
|
|
Loading…
Reference in New Issue