[Lunar-commits] r16368 - moonbase/trunk/utils/usbutils

Dennis Veatch stumbles at lunar-linux.org
Tue Sep 6 17:09:39 UTC 2005


Author: stumbles
Date: 2005-09-06 17:09:36 +0000 (Tue, 06 Sep 2005)
New Revision: 16368

Added:
   moonbase/trunk/utils/usbutils/BUILD
Log:

Doh. This is needed.



Added: moonbase/trunk/utils/usbutils/BUILD
===================================================================
--- moonbase/trunk/utils/usbutils/BUILD	2005-09-06 17:08:36 UTC (rev 16367)
+++ moonbase/trunk/utils/usbutils/BUILD	2005-09-06 17:09:36 UTC (rev 16368)
@@ -0,0 +1,13 @@
+(
+
+  mquery KERNEL24 "Are you using one of the 2.4 kernels?" y
+  if [ "$KERNEL24" == "y" ] ; then
+  export OPTS="$OPTS --enable-usbmodules"
+  fi
+
+  ./configure  --prefix=/usr     \
+               $OPTS            &&
+
+  default_make
+
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list