slugos-init: add support for the DSM-G600
authorMike Westerhof <mwester@dls.net>
Sun, 26 Nov 2006 06:42:35 +0000 (06:42 +0000)
committerMike Westerhof <mwester@dls.net>
Sun, 26 Nov 2006 06:42:35 +0000 (06:42 +0000)
packages/slugos-init/files/functions
packages/slugos-init/files/modulefunctions
packages/slugos-init/slugos-init_0.10.bb

index 78dcf81..cf93128 100644 (file)
@@ -21,6 +21,7 @@ machine(){
        *Avila*)        echo avila;;
        *Loft*)         echo loft;;
        *NAS?100d*)     echo nas100d;;
+       *DSM?G600*)     echo dsmg600;;
        *NSLU2*)        echo nslu2;;
        *)              echo unknown;;
        esac
index 5603b9a..d7c2b97 100644 (file)
@@ -16,6 +16,11 @@ loaddiskmods(){
                 modprobe ehci-hcd
                 modprobe uhci-hcd
                 ;;
+            dsmg600)
+                modprobe pata-artop
+                modprobe ehci-hcd
+                modprobe uhci-hcd
+                ;;
 
        esac
        modprobe usb-storage
index 99996c4..de3b615 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS = "busybox devio"
-PR = "r72"
+PR = "r73"
 
 SRC_URI = "file://boot/flash \
           file://boot/disk \