[oe-commits] org.oe.dev gumstix-verdex : Add support for wired network interface on netwifimicroSD card.

crofton commit openembedded-commits at lists.openembedded.org
Wed Oct 3 23:53:23 UTC 2007


gumstix-verdex : Add support for wired network interface on netwifimicroSD card.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: f73119cc933563eddde899dd80930c0dfb4625e3
ViewMTN: http://monotone.openembedded.org/revision/info/f73119cc933563eddde899dd80930c0dfb4625e3
Files:
1
conf/machine/include/gumstix.inc
packages/linux/linux-2.6.21/gumstix-verdex/defconfig
Diffs:

#
# mt diff -rb197b98e05323ddd6e2f04f723ec87f58fe81d3b -rf73119cc933563eddde899dd80930c0dfb4625e3
#
# 
# 
# patch "conf/machine/include/gumstix.inc"
#  from [917537468325dc5643453f037aad76fbeb9bb147]
#    to [eb4259ad420749938a7a708e08b50b37dd682ba2]
# 
# patch "packages/linux/linux-2.6.21/gumstix-verdex/defconfig"
#  from [d30c1b6220264072c4381f7f1942780b702a3a01]
#    to [7f8add04c207296a2d5147aec681067eb504be22]
# 
============================================================
--- conf/machine/include/gumstix.inc	917537468325dc5643453f037aad76fbeb9bb147
+++ conf/machine/include/gumstix.inc	eb4259ad420749938a7a708e08b50b37dd682ba2
@@ -13,6 +13,7 @@ module_autoload_smc91x = "smc91x"
 module_autoload_gumstix_gadget = "gumstix_gadget"
 module_autoload_g_ether = "g_ether"
 module_autoload_smc91x = "smc91x"
+module_autoload_smc911x = "smc911x"
 
 UBOOT_ENTRYPOINT = "a0008000"
 
@@ -33,9 +34,10 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS = "k
                              kernel-module-rtc-sysfs \
                              kernel-module-smc91x \
                              kernel-module-gumstix-smc91x \
-                             "          
+                             kernel-module-smc911x \
+                             kernel-module-gumstix-smc911x \
+                             "
 
-
 # used by sysvinit_2
 SERIAL_CONSOLE = "115200 ttyS0 vt100"
 
============================================================
--- packages/linux/linux-2.6.21/gumstix-verdex/defconfig	d30c1b6220264072c4381f7f1942780b702a3a01
+++ packages/linux/linux-2.6.21/gumstix-verdex/defconfig	7f8add04c207296a2d5147aec681067eb504be22
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.21
-# Thu Sep 13 14:49:02 2007
+# Wed Oct  3 16:35:16 2007
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -828,7 +828,8 @@ CONFIG_SMC91X_GUMSTIX=m
 CONFIG_SMC91X=m
 CONFIG_SMC91X_GUMSTIX=m
 # CONFIG_DM9000 is not set
-# CONFIG_SMC911X is not set
+CONFIG_SMC911X=m
+CONFIG_SMC911X_GUMSTIX=m
 
 #
 # Ethernet (1000 Mbit)






More information about the Openembedded-commits mailing list