diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-18 22:44:59 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-18 22:44:59 +0000 |
commit | 7cf9becbd268bc82ae351d3ee5e76bf82d40799e (patch) | |
tree | c0aed730be571e1ce912bf8177e182326eab4fc3 /linux | |
parent | 0bfec0d7ede1ed87741f7a55a09bccbd18ac06fa (diff) |
enable more dvb-t frontends
BKrev: 414cba6bTNxRYwmYmnl5aw4nuy4JhA
Diffstat (limited to 'linux')
-rw-r--r-- | linux/linux-epia-2.6.8.1/epia_defconfig | 11 | ||||
-rw-r--r-- | linux/linux-epia_2.6.8.1.oe | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/linux/linux-epia-2.6.8.1/epia_defconfig b/linux/linux-epia-2.6.8.1/epia_defconfig index a23e274aa1..4d51bd8da6 100644 --- a/linux/linux-epia-2.6.8.1/epia_defconfig +++ b/linux/linux-epia-2.6.8.1/epia_defconfig @@ -1005,12 +1005,13 @@ CONFIG_DVB_CORE=m # CONFIG_DVB_ATMEL_AT76C651 is not set # CONFIG_DVB_CX24110 is not set # CONFIG_DVB_GRUNDIG_29504_491 is not set -# CONFIG_DVB_GRUNDIG_29504_401 is not set +CONFIG_DVB_GRUNDIG_29504_401=m # CONFIG_DVB_MT312 is not set # CONFIG_DVB_VES1820 is not set # CONFIG_DVB_VES1X93 is not set -# CONFIG_DVB_TDA1004X is not set -# CONFIG_DVB_NXT6000 is not set +CONFIG_DVB_TDA1004X=m +CONFIG_DVB_TDA1004X_FIRMWARE_FILE="/usr/lib/hotplug/firmware/tda1004x.bin" +CONFIG_DVB_NXT6000=m # # Supported SAA7146 based PCI Adapters @@ -1296,6 +1297,10 @@ CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set CONFIG_XFS_FS=y +# CONFIG_XFS_RT is not set +# CONFIG_XFS_QUOTA is not set +# CONFIG_XFS_SECURITY is not set +# CONFIG_XFS_POSIX_ACL is not set # 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 4f17356ac7..bd55f1293c 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 = "r4" +PR = "r5" 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 \ |