slugos: demoted netconsole driver to module in rootfs, removed dsmg600 cmdline
authorMike Westerhof <mwester@dls.net>
Wed, 21 Feb 2007 16:17:09 +0000 (16:17 +0000)
committerMike Westerhof <mwester@dls.net>
Wed, 21 Feb 2007 16:17:09 +0000 (16:17 +0000)
patch (replaced by shim), added linux-2.6.20.1 patch, to bring in sync with svn

packages/linux/ixp4xx-kernel/2.6.20/defconfig
packages/linux/ixp4xx-kernel/2.6.20/series
packages/linux/ixp4xx-kernel_2.6.20.bb
packages/tasks/task-slugos.bb

index d9a1bbc..6322bd1 100644 (file)
@@ -965,7 +965,7 @@ CONFIG_PPPOE=m
 CONFIG_SLHC=m
 # CONFIG_NET_FC is not set
 # CONFIG_SHAPER is not set
-CONFIG_NETCONSOLE=y
+CONFIG_NETCONSOLE=m
 CONFIG_NETPOLL=y
 # CONFIG_NETPOLL_RX is not set
 # CONFIG_NETPOLL_TRAP is not set
index 7100d2f..ddbc2da 100644 (file)
@@ -9,7 +9,8 @@ squashfs/squashfs-force-O2.patch
 squashfs/squashfs-lzma.patch
 squashfs/squashfs-Kconfig.patch
 squashfs/squashfs-Makefile.patch
-00-fix-redboot-bad-code.patch
+00-linux-2.6.20.1.patch
+01-fix-redboot-bad-code.patch
 07-remove-avila-ixdp425-setup.patch
 08-avila-loft-setup.patch
 09-avila-setup-pata.patch
@@ -35,7 +36,6 @@ squashfs/squashfs-Makefile.patch
 85-nslu2-rtc-fixup.patch
 86-nas100d-rtc-fixup.patch
 87-dsmg600-rtc-fixup.patch
-88-dsmg600-dflt-cmdline.patch
 96-fsg3-support.patch
 98-sata_via-pata-support-upstream.patch
 99-avila-mtd-microcode.patch
index 0cd0a59..193e82f 100644 (file)
@@ -6,7 +6,7 @@
 # http://trac.nslu2-linux.org/kernel/
 #
 # The revision that is pulled from SVN is specified below
-IXP4XX_KERNEL_SVN_REV = "699"
+IXP4XX_KERNEL_SVN_REV = "704"
 #
 # The directory containing the patches to be applied is
 # specified below
index 04ac07d..3707316 100644 (file)
@@ -6,7 +6,7 @@
 DESCRIPTION = "Task packages for the SlugOS distribution"
 HOMEPAGE = "http://www.nslu2-linux.org"
 LICENSE = "MIT"
-PR = "r2"
+PR = "r3"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 ALLOW_EMPTY = "1"
 
@@ -89,6 +89,14 @@ SLUGOS_STANDARD_RDEPENDS += "\
 kernel-module-via-velocity \
 "
 
+# Add modules required for Network Console support
+# NOTE: This module is desirable for systems lacking a physical
+# console, but is usually only enabled if specific needs or issues
+# arise.  If space in the flash is at a premium, it can be omitted.
+SLUGOS_STANDARD_RDEPENDS += "\
+kernel-module-netconsole \
+"
+
 DEPENDS += "${DISTRO_EXTRA_DEPENDS}"
 
 RDEPENDS += "kernel ixp4xx-npe \