diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-18 10:46:21 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-18 10:46:21 +0000 |
commit | b4d1642bbb1e5ab80704e23895ae87da5ca36c8f (patch) | |
tree | debb4719de20ae63d41bb1e0de0e17ff171e20d3 /linux | |
parent | b1748c2cfb3eb0b0e11d52733bd60eddc5aefe0b (diff) |
update epia kernel bits
BKrev: 414c11fdjChqw70UPxxWF6RBcxcX8A
Diffstat (limited to 'linux')
-rw-r--r-- | linux/linux-epia-2.6.8.1/epia_defconfig | 17 | ||||
-rw-r--r-- | linux/linux-epia_2.6.8.1.oe | 3 |
2 files changed, 15 insertions, 5 deletions
diff --git a/linux/linux-epia-2.6.8.1/epia_defconfig b/linux/linux-epia-2.6.8.1/epia_defconfig index 87edb39999..f708ef0bd9 100644 --- a/linux/linux-epia-2.6.8.1/epia_defconfig +++ b/linux/linux-epia-2.6.8.1/epia_defconfig @@ -829,6 +829,7 @@ CONFIG_PPDEV=m # Ftape, the floppy tape device driver # # CONFIG_FTAPE is not set +CONFIG_CLE266VGAIO=m CONFIG_AGP=y # CONFIG_AGP_ALI is not set # CONFIG_AGP_ATI is not set @@ -841,7 +842,15 @@ CONFIG_AGP=y # CONFIG_AGP_SWORKS is not set CONFIG_AGP_VIA=y # CONFIG_AGP_EFFICEON is not set -# CONFIG_DRM is not set +CONFIG_DRM=y +# CONFIG_DRM_TDFX is not set +# CONFIG_DRM_GAMMA is not set +# CONFIG_DRM_R128 is not set +# CONFIG_DRM_RADEON is not set +# CONFIG_DRM_MGA is not set +# CONFIG_DRM_SIS is not set +CONFIG_DRM_VIA=m +# CONFIG_DRM_MACH64 is not set # CONFIG_MWAVE is not set # CONFIG_RAW_DRIVER is not set # CONFIG_HPET is not set @@ -1350,11 +1359,10 @@ CONFIG_NFS_V3=y # CONFIG_NFS_V4 is not set # CONFIG_NFS_DIRECTIO is not set # CONFIG_NFSD is not set -# CONFIG_NFSD_V3 is not set -# CONFIG_NFSD_TCP is not set # CONFIG_ROOT_NFS is not set CONFIG_LOCKD=y -CONFIG_EXPORTFS=y +CONFIG_LOCKD_V4=y +# CONFIG_EXPORTFS is not set CONFIG_SUNRPC=y # CONFIG_RPCSEC_GSS_KRB5 is not set # CONFIG_SMB_FS is not set @@ -1444,5 +1452,6 @@ CONFIG_DEBUG_SPINLOCK_SLEEP=y # CONFIG_CRC_CCITT is not set CONFIG_CRC32=y # CONFIG_LIBCRC32C is not set +CONFIG_ZLIB_INFLATE=y CONFIG_X86_BIOS_REBOOT=y CONFIG_PC=y diff --git a/linux/linux-epia_2.6.8.1.oe b/linux/linux-epia_2.6.8.1.oe index 1f1cd2c7c4..0a1e23d417 100644 --- a/linux/linux-epia_2.6.8.1.oe +++ b/linux/linux-epia_2.6.8.1.oe @@ -1,8 +1,9 @@ DESCRIPTION = "Linux kernel for VIA EPiA" LICENSE = "GPL" -PR = "r1" +PR = "r2" 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 \ file://epia_defconfig" S = "${WORKDIR}/linux-${PV}" |