[Lunar-commits] r22138 - moonbase/trunk/kernel/kernel-reqs

Terry Chan tchan at lunar-linux.org
Fri Nov 10 16:01:16 CET 2006


Author: tchan
Date: 2006-11-10 16:01:15 +0100 (Fri, 10 Nov 2006)
New Revision: 22138

Modified:
   moonbase/trunk/kernel/kernel-reqs/POST_INSTALL
Log:
Added i2c to POST_INSTALL as that module definitely needs a recompile when the
kernel is updated.


Modified: moonbase/trunk/kernel/kernel-reqs/POST_INSTALL
===================================================================
--- moonbase/trunk/kernel/kernel-reqs/POST_INSTALL	2006-11-10 13:04:37 UTC (rev 22137)
+++ moonbase/trunk/kernel/kernel-reqs/POST_INSTALL	2006-11-10 15:01:15 UTC (rev 22138)
@@ -1,4 +1,4 @@
-kreqs="alsa-driver bluez-kernel cipe cryptoapi cvsfs ftpfs ieee80211 hostap-driver iptables ipw2100 ipw2200 ndiswrapper ltmodem madwifi-cvs mwavem NFORCE NVIDIA NVIDIA-old openafs-driver pcmcia-cs slmodem snare-core submount"
+kreqs="alsa-driver bluez-kernel cipe cryptoapi cvsfs ftpfs hostap-driver ieee80211 iptables ipw2100 ipw2200 i2c ndiswrapper ltmodem madwifi-cvs mwavem NFORCE NVIDIA NVIDIA-old openafs-driver pcmcia-cs slmodem snare-core submount"
 
 for req in $kreqs; do
   if module_installed $req ; then



More information about the Lunar-commits mailing list