From 47b0aea30d73aff2ecd515ed63e6fc005136d9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Tue, 10 Mar 2015 14:45:22 +0100 Subject: [PATCH] wifi_drv: use report mechanism in wifi.run Update the wifi run script to reflect the current configuration mechanism used by the wifi driver. Issue #1439. --- repos/dde_linux/run/wifi.run | 68 ++++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 27 deletions(-) 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