gdk-pixbuf-csource-native (2.12.11): Switch to FILESPATHPKG
[openembedded.git] / recipes / openprotium-init / files / modulefunctions
blob430e376ad8c07a8cf4d691fd749aa0b0a0abdc7c
1 #!/bin/sh
2 # "." this file, then call the appropriate routines to load modules
3 # you might need. This is run from /etc/rcS.d/S21loadmodules.sh
4 # at boot time. Possible examples are commented out, none of which
5 # are needed on openprotium since they are already in the kernel.
7 . /etc/default/functions
10 loaddiskmods(){
12 # modprobe scsi_mod
13 # modprobe sd_mod
14 # modprobe usbcore
15 # case "$(machine)" in
16 # nslu2)
17 # modprobe ehci-hcd
18 # modprobe ohci-hcd
19 # ;;
20 # esac
21 # modprobe usb-storage
24 loadnetmods(){
26 # modprobe af_packet
27 # case "$(machine)" in
28 # ixdp425|nslu2|nas100d)
29 # modprobe ixp4xx_mac
30 # ;;
31 # esac
34 loadmiscmods(){
36 # modprobe ixp4xx_rng
37 # modprobe i2c_dev