bts-images: Remove the nls modules

The nls support to mount fat/vfat filesystems should be enabled
in all sysmocomkernel images.

Fixes: SYS#371
This commit is contained in:
Henning Heinold 2014-06-03 16:46:18 +02:00 committed by Holger Hans Peter Freyther
parent 205b60bb36
commit 32746ad2eb
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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 "