diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-20 21:22:12 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-20 21:22:12 -0300 |
commit | 21505a5536c36b73205355d122dd0a06382bbbaf (patch) | |
tree | f8e9a4da1cd5e2e9d1397e8f143f719c1a6e4482 | |
parent | 02a2517b52651742847ba4d571cbd9447952dd4b (diff) |
linux-libre-pck: update config.armv7h
-rw-r--r-- | libre/linux-libre-pck/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/linux-libre-pck/config.armv7h | 16 |
2 files changed, 11 insertions, 7 deletions
diff --git a/libre/linux-libre-pck/PKGBUILD b/libre/linux-libre-pck/PKGBUILD index cb9c2a91e..877b21431 100644 --- a/libre/linux-libre-pck/PKGBUILD +++ b/libre/linux-libre-pck/PKGBUILD @@ -76,7 +76,7 @@ sha256sums=('d54e0f8a27e24f3666c19b395c19dba194635db26929c89e78ffa4b2b0e8ca3a' 'SKIP' '3acf451295da4bea9ebe4d601efa6e4ab814220789fb7f78198f07fef2ef4730' 'ef09412b06b6909b78a3ef5e204f93de537e52781bf6b7c0535ca12fc41eb9bf' - '905fc7dbdf79f96847eab7740bdea12e53de39f957c4cfe0810b4f54594b41b1' + 'c9c57d799f8c5d4ca3e1d9da59c29f779e41f5b60f6a6efb4438fa06201cc063' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99' '976759c7b8151d96c9233da3c7db2eb4731a63560d5435ae76648dc81889d636' diff --git a/libre/linux-libre-pck/config.armv7h b/libre/linux-libre-pck/config.armv7h index d11c541e2..18747118f 100644 --- a/libre/linux-libre-pck/config.armv7h +++ b/libre/linux-libre-pck/config.armv7h @@ -163,6 +163,7 @@ CONFIG_RD_XZ=y CONFIG_RD_LZO=y CONFIG_RD_LZ4=y CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_HARDER is not set # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_SYSCTL=y CONFIG_ANON_INODES=y @@ -7521,13 +7522,16 @@ CONFIG_UDF_NLS=y # # DOS/FAT/NT Filesystems # -CONFIG_FAT_FS=y -CONFIG_MSDOS_FS=y -CONFIG_VFAT_FS=y +CONFIG_FAT_FS=m +CONFIG_MSDOS_FS=m +CONFIG_VFAT_FS=m CONFIG_FAT_DEFAULT_CODEPAGE=437 -CONFIG_FAT_DEFAULT_IOCHARSET="ascii" -CONFIG_FAT_DEFAULT_UTF8=y -# CONFIG_NTFS_FS is not set +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_FAT_DEFAULT_UTF8 is not set +# CONFIG_EXFAT_FS is not set +CONFIG_NTFS_FS=m +# CONFIG_NTFS_DEBUG is not set +CONFIG_NTFS_RW=y # # Pseudo filesystems |