mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Added CONFIG_NLS_CODEPAGE_437=m
This is required to mount FAT32 formatted drives successfully
This commit is contained in:
parent
a83960fdd0
commit
fe18013179
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.0/linux-${_basekernel}.tar.xz
|
|||
'memset.patch')
|
||||
md5sums=('21223369d682bcf44bcdfe1521095983'
|
||||
'b88977838a2a52ff4fb4e82b30726496'
|
||||
'8071b37a471aeed304834ad22d0c6ba4'
|
||||
'79b2795a8a7eefec90870418e1640c93'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'13fc27b36015d5a4bd82ce3e6d9d016e'
|
||||
'acc5de524247ec1aff5c9af6a486652f'
|
||||
|
|
|
@ -3297,7 +3297,7 @@ CONFIG_CIFS_SMB2=y
|
|||
# CONFIG_AFS_FS is not set
|
||||
CONFIG_NLS=y
|
||||
CONFIG_NLS_DEFAULT="iso8859-1"
|
||||
# CONFIG_NLS_CODEPAGE_437 is not set
|
||||
CONFIG_NLS_CODEPAGE_437=m
|
||||
# CONFIG_NLS_CODEPAGE_737 is not set
|
||||
# CONFIG_NLS_CODEPAGE_775 is not set
|
||||
# CONFIG_NLS_CODEPAGE_850 is not set
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
KERNEL_NAME=-olinuxino
|
||||
KERNEL_VERSION=3.7.2-3-ARCH
|
||||
KERNEL_VERSION=3.7.2-8-ARCH
|
||||
|
||||
## arg 1: the new package version
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue