[openfirmware] [commit] r2653 - cpu/x86/pc/alex

repository service svn at openfirmware.info
Tue Oct 25 00:57:40 CEST 2011


Author: lwalter
Date: Tue Oct 25 00:57:39 2011
New Revision: 2653
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2653

Log:
Include /supplicant package for wifi.

Modified:
   cpu/x86/pc/alex/fw.bth

Modified: cpu/x86/pc/alex/fw.bth
==============================================================================
--- cpu/x86/pc/alex/fw.bth	Tue Oct 25 00:56:15 2011	(r2652)
+++ cpu/x86/pc/alex/fw.bth	Tue Oct 25 00:57:39 2011	(r2653)
@@ -174,10 +174,22 @@
 true ' local-mac-address? set-config-int-default
 fload ${BP}/ofw/inet/loadtcp.fth
 
+[ifdef] resident-packages
+support-package: nfs
+   fload ${BP}/ofw/fs/nfs/loadpkg.fth
+end-support-package
+[then]
+devalias nfs net//obp-tftp:last//nfs
+
 support-package: http
    fload ${BP}/ofw/inet/http.fth	\ HTTP client
 end-support-package
 
+fload ${BP}/ofw/wifi/wifi-cfg.fth
+support-package: supplicant
+fload ${BP}/ofw/wifi/loadpkg.fth
+end-support-package
+
 fload ${BP}/cpu/x86/pc/boot.fth
 fload ${BP}/cpu/x86/pc/linux.fth
 
@@ -251,7 +263,7 @@
    " probe-" do-drop-in
    probe-pci
    report-pci-fb
-\   silent-probe-usb
+   silent-probe-usb
 ;
 
 \ This reduces processor use when waiting for a key.  It helps



More information about the openfirmware mailing list