mirage / xen-arm-builder

Archived - the Xen and ARM support in MirageOS has been superseeded by our PVH support - Build an SDcard image for Xen/ARM, for a Cubieboard
ISC License
57 stars 36 forks source link

Added make_linux_guest.sh script, enabled iwconfig/cfg80211 debugfs in kernel #26

Closed MagnusS closed 9 years ago

MagnusS commented 9 years ago

Adds script make_linux_guest.sh to the image in /root/scripts. The script automatically sets up a linux guest called "linux-guest-1" based on the instructions from http://openmirage.org/wiki/xen-on-cubieboard2.

Wireless extensions (for iwconfig support) and debugfs for cfg80211 are enabled in the kernel config.

avsm commented 9 years ago

This one blocks the build due to the kernel config not having the right option. If you can sync the kernel config options, I can merge.

Wireless LAN (WLAN) [Y/n/?] y
  Marvell 8xxx Libertas WLAN driver support with thin firmware (LIBERTAS_THINFIRM) [N/m/?] n
  Atmel at76c50x chipset  802.11b support (ATMEL) [N/m/?] n
  Atmel at76c503/at76c505/at76c505a USB cards (AT76C50X_USB) [N/m/?] n
  Intersil Prism GT/Duette/Indigo PCI/Cardbus (DEPRECATED) (PRISM54) [N/m/y/?] n
  USB ZD1201 based Wireless device support (USB_ZD1201) [N/m/?] n
  Wireless RNDIS USB support (USB_NET_RNDIS_WLAN) [N/m/?] n
  Realtek 8180/8185/8187SE PCI support (RTL8180) [N/m/?] n
  Realtek 8187 and 8187B USB support (RTL8187) [N/m/?] n
  ADMtek ADM8211 support (ADM8211) [N/m/?] n
  Simulated radio testing tool for mac80211 (MAC80211_HWSIM) [N/m/?] n
  Marvell 88W8xxx PCI/PCIe Wireless support (MWL8K) [N/m/?] n
  Broadcom 43xx wireless support (mac80211 stack) (B43) [N/m/?] n
  Broadcom 43xx-legacy wireless support (mac80211 stack) (B43LEGACY) [N/m/?] n
  Broadcom IEEE802.11n PCIe SoftMAC WLAN driver (BRCMSMAC) [N/m/?] n
  Broadcom IEEE802.11n embedded FullMAC WLAN driver (BRCMFMAC) [M/n/?] m
    SDIO bus interface support for FullMAC driver (BRCMFMAC_SDIO) [Y/n/?] y
    USB bus interface support for FullMAC driver (BRCMFMAC_USB) [N/y/?] n
  Broadcom device tracing (BRCM_TRACING) [N/y/?] n
  Broadcom driver debug functions (BRCMDBG) [N/y/?] n
  IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP) (HOSTAP) [N/m/y/?] n
  Intel PRO/Wireless 2100 Network Connection (IPW2100) [N/m/?] n
  Intel PRO/Wireless 2200BG and 2915ABG Network Connection (IPW2200) [N/m/?] (NEW) 
MagnusS commented 9 years ago

Fixed - Build passed with latest commit

avsm commented 9 years ago

Are you referring to commit 8aad141 or another one?