summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-11-30 03:23:09 +0000
committerRod Whitby <rod@whitby.id.au>2006-11-30 03:23:09 +0000
commit382ebf96914d2b1a244a7b8cf4c4d9a1d1dff761 (patch)
treeac268ec53a7c0436006c7f1859d5eb205d85cec8 /packages
parentc62b8a9662072236751861c4889e302550d5fb99 (diff)
ixp4xx-kernel, slugos: moved some modules into the kernel (those that are the lowest common denominator of the target devices)
Diffstat (limited to 'packages')
-rw-r--r--packages/images/slugos-image.bb3
-rw-r--r--packages/linux/ixp4xx-kernel_2.6.19.bb2
-rw-r--r--packages/slugos-init/files/modulefunctions10
-rw-r--r--packages/slugos-init/slugos-init_0.10.bb2
4 files changed, 3 insertions, 14 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb
index 388a97583f..714945ffc6 100644
--- a/packages/images/slugos-image.bb
+++ b/packages/images/slugos-image.bb
@@ -69,11 +69,10 @@ EXTRA_IMAGEDEPENDS += "${IMAGE_TOOLS}"
# known to be sufficient for boot.)
SLUGOS_SUPPORT ?= "diffutils cpio findutils udev"
-# kernel-module-af-packet must be in the image for DHCP to work
# kernel-module-netconsole is here because it is small and is
# highly useful on minimal systems (which really don't have anywhere
# other than the network to output error messages!)
-SLUGOS_KERNEL ?= "kernel-module-af-packet kernel-module-netconsole"
+SLUGOS_KERNEL ?= "kernel-module-netconsole"
RDEPENDS = "kernel ixp4xx-npe \
base-files base-passwd netbase \
diff --git a/packages/linux/ixp4xx-kernel_2.6.19.bb b/packages/linux/ixp4xx-kernel_2.6.19.bb
index d7dbf10618..999e09fbcd 100644
--- a/packages/linux/ixp4xx-kernel_2.6.19.bb
+++ b/packages/linux/ixp4xx-kernel_2.6.19.bb
@@ -6,7 +6,7 @@
# http://trac.nslu2-linux.org/kernel/
#
# The revision that is pulled from SVN is specified below
-IXP4XX_KERNEL_SVN_REV = "595"
+IXP4XX_KERNEL_SVN_REV = "596"
#
# The directory containing the patches to be applied is
# specified below
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
}
diff --git a/packages/slugos-init/slugos-init_0.10.bb b/packages/slugos-init/slugos-init_0.10.bb
index 54c1993c67..d69b32c7ac 100644
--- a/packages/slugos-init/slugos-init_0.10.bb
+++ b/packages/slugos-init/slugos-init_0.10.bb
@@ -4,7 +4,7 @@ PRIORITY = "required"
LICENSE = "GPL"
DEPENDS = "base-files devio"
RDEPENDS = "busybox devio"
-PR = "r74"
+PR = "r75"
SRC_URI = "file://boot/flash \
file://boot/disk \