From 382ebf96914d2b1a244a7b8cf4c4d9a1d1dff761 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Thu, 30 Nov 2006 03:23:09 +0000 Subject: ixp4xx-kernel, slugos: moved some modules into the kernel (those that are the lowest common denominator of the target devices) --- packages/slugos-init/files/modulefunctions | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'packages/slugos-init/files/modulefunctions') diff --git a/packages/slugos-init/files/modulefunctions b/packages/slugos-init/files/modulefunctions index 1073dae4fb..8ab5e01977 100644 --- a/packages/slugos-init/files/modulefunctions +++ b/packages/slugos-init/files/modulefunctions @@ -4,35 +4,25 @@ . /etc/default/functions loaddiskmods(){ - modprobe scsi_mod - modprobe sd_mod - modprobe usbcore case "$(machine)" in nslu2) - modprobe ehci-hcd modprobe ohci-hcd ;; nas100d) modprobe pata-artop - modprobe ehci-hcd modprobe uhci-hcd ;; dsmg600) modprobe pata-artop - modprobe ehci-hcd modprobe uhci-hcd ;; esac - modprobe usb-storage } loadnetmods(){ - modprobe af_packet } loadmiscmods(){ - modprobe ixp4xx_rng - modprobe i2c_dev } -- cgit v1.2.3