From 800fc84e84333a3872c799bd417aa86701413133 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Wed, 18 Jan 2006 13:14:46 +0000 Subject: packages/lirc: Add NSLU2 support to lirc. Update lirc to 0.7.2+0.8.0pre4 Add lirc to slugos-packages --- conf/distro/slugos-packages.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/distro/slugos-packages.conf b/conf/distro/slugos-packages.conf index efafe698dd..98dfb5cff1 100644 --- a/conf/distro/slugos-packages.conf +++ b/conf/distro/slugos-packages.conf @@ -106,6 +106,7 @@ ${PKGDIR}/packages/libvorbis/*.bb \ ${PKGDIR}/packages/libxml/*.bb \ ${PKGDIR}/packages/linux-libc-headers/*.bb \ ${PKGDIR}/packages/linux/*.bb \ +${PKGDIR}/packages/lirc/*.bb \ ${PKGDIR}/packages/lrzsz/*.bb \ ${PKGDIR}/packages/lsof/*.bb \ ${PKGDIR}/packages/lzo/*.bb \ @@ -182,6 +183,7 @@ ${PKGDIR}/packages/sane-backends/*.bb \ ${PKGDIR}/packages/screen/*.bb \ ${PKGDIR}/packages/sed/*.bb \ ${PKGDIR}/packages/setpwc/*.bb \ +${PKGDIR}/packages/setserial/*.bb \ ${PKGDIR}/packages/sgml-common/*.bb \ ${PKGDIR}/packages/slugimage/*.bb \ ${PKGDIR}/packages/slugos-init/*.bb \ -- cgit v1.2.3 From dae5645536b0574993ce92b32e99b03c43d9e17a Mon Sep 17 00:00:00 2001 From: John Bowler Date: Thu, 19 Jan 2006 01:28:02 +0000 Subject: ixp4xx-kernel: bugfix release 2.6.15.1 --- conf/distro/slugos.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 58e2ab65c7..0bedaa7f71 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -163,7 +163,7 @@ PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" # Select the correct versions of the kernel and modules (these are the # defaults, override in the conf/distro top-level distro file). PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel" -PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.15" +PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.15.1" # Built-in ethernet modules PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp400-eth" -- cgit v1.2.3