diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-18 18:42:29 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-18 18:42:29 +0000 |
commit | 1bb66c8ec553767021fd45377faaac6ef7ad01c6 (patch) | |
tree | 3a916e4006b724847ce9b4af154631ea596f06e1 | |
parent | b7fd58e819d4ff5781242c70edba715b6c1f0cad (diff) |
enable XFS per dc_ request
BKrev: 414c8195eS_XG5ncQr-XC4_yhCuIKw
-rw-r--r-- | linux/linux-epia-2.6.8.1/epia_defconfig | 2 | ||||
-rw-r--r-- | linux/linux-epia_2.6.8.1.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/linux-epia-2.6.8.1/epia_defconfig b/linux/linux-epia-2.6.8.1/epia_defconfig index ab45c0dc8a..a23e274aa1 100644 --- a/linux/linux-epia-2.6.8.1/epia_defconfig +++ b/linux/linux-epia-2.6.8.1/epia_defconfig @@ -1295,7 +1295,7 @@ CONFIG_JBD=y CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set -# CONFIG_XFS_FS is not set +CONFIG_XFS_FS=y # CONFIG_MINIX_FS is not set # CONFIG_ROMFS_FS is not set # CONFIG_QUOTA is not set diff --git a/linux/linux-epia_2.6.8.1.oe b/linux/linux-epia_2.6.8.1.oe index df65feaacd..4f17356ac7 100644 --- a/linux/linux-epia_2.6.8.1.oe +++ b/linux/linux-epia_2.6.8.1.oe @@ -1,6 +1,6 @@ DESCRIPTION = "Linux kernel for VIA EPiA" LICENSE = "GPL" -PR = "r3" +PR = "r4" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ http://www.epiawiki.org/files/epia_kernel/patch-2.6.8.1-epia1.bz2;patch=1 \ |