[oe-commits] org.oe.dev ixp4xx.inc: Required networking modules are now compiled into the kernel.

rwhitby commit openembedded-commits at lists.openembedded.org
Mon Dec 3 03:55:09 UTC 2007


ixp4xx.inc: Required networking modules are now compiled into the kernel.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 106cb58716362d9fa3db4a7dcd6b2a62007f052a
ViewMTN: http://monotone.openembedded.org/revision/info/106cb58716362d9fa3db4a7dcd6b2a62007f052a
Files:
1
conf/machine/include/ixp4xx.inc
Diffs:

#
# mt diff -r48e3d8ce0c21c80e6e929a3a992826251eed2f4d -r106cb58716362d9fa3db4a7dcd6b2a62007f052a
#
# 
# 
# patch "conf/machine/include/ixp4xx.inc"
#  from [061e47cc6cd7843090e32bb8bbe59909e1f3df1e]
#    to [9b1bce804bb05f3a19b3b29e053d8eeb3ee452d1]
# 
============================================================
--- conf/machine/include/ixp4xx.inc	061e47cc6cd7843090e32bb8bbe59909e1f3df1e
+++ conf/machine/include/ixp4xx.inc	9b1bce804bb05f3a19b3b29e053d8eeb3ee452d1
@@ -1,33 +1,24 @@
 #@TYPE: Machine configuration
 #@NAME: ixp4xx
 #@DESCRIPTION: genric machine configuration for ixp4xx platforms
 
-# Set default for nslu2 - can be overridden for machines with other features.
+# Set default for common ixp4xx-based machines
 MACHINE_FEATURES ?= "kernel26 usbhost ext2 redboot apex"
 
+# Select an appropriate default kernel
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-ixp4xx"
 PREFERRED_VERSION_linux-ixp4xx ?= "2.6.21.6+svnr${SRCREV}"
 
-# Add modules required for basic networking support
+# Add packages required for basic networking support
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "ixp4xx-npe"
 
-MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= " \
-	ixp4xx-npe \
-	"
-
-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= " \
-	kernel-module-mii \
-	kernel-module-ixp4xx-mac \
-	kernel-module-ixp4xx-qmgr \
-	kernel-module-via-velocity \
-	"
-
 # Set default for 16MB machines - can be overridden for more or less flash.
 ROOT_FLASH_SIZE ?= "12"
 
 # Allow for rootfs loaded direct from internal hard disk
 IMAGE_FSTYPES ?= "jffs2 tar.gz"
 
-# Set default for nslu2, nas100d, dsmg600
+# Set default for common ixp4xx-based machines
 EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n"
 
 require conf/machine/include/tune-xscale.inc






More information about the Openembedded-commits mailing list