diff --git a/repos/dde_linux/run/wifi.run b/repos/dde_linux/run/wifi.run index acc2c47d6..c857583af 100644 --- a/repos/dde_linux/run/wifi.run +++ b/repos/dde_linux/run/wifi.run @@ -6,6 +6,9 @@ set build_components { core init drivers/pci drivers/timer drivers/wifi drivers/rtc + server/report_rom + server/ram_fs + server/fs_rom test/lwip/http_srv } @@ -56,32 +59,53 @@ set config { + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + - - + + - -network={ - id_str="foobar" - ssid="foobar" - key_mgmt=NONE - #key_mgmt=WPA-PSK - #psk="foobarfoobar" -} - + + + } @@ -132,24 +156,14 @@ set firmware_modules { iwlwifi-7260-8.ucode } -foreach f $firmware_modules { - if ![file exists bin/$f] { - puts "" - puts "The iwlwifi driver needs the following list of firmware images to work." - puts " $firmware_modules" - puts "Please download the images from http://wireless.kernel.org/en/users/Drivers/iwlwifi into './bin'." - exit 1 - } -} - - # # Boot modules # # generic modules set boot_modules { - core init timer rtc_drv vfs_jitterentropy.lib.so + core init timer rtc_drv ram_fs report_rom fs_rom + vfs_jitterentropy.lib.so ld.lib.so libc.lib.so libcrypto.lib.so libssl.lib.so wpa_driver_nl80211.lib.so wpa_supplicant.lib.so