diff options
author | lcapriotti <lcapriotti@svn> | 2010-06-28 10:00:34 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2010-06-28 10:00:34 +0000 |
commit | 618ebb908a247b95b15b414eb7b97b2722228032 (patch) | |
tree | b3792440cf0bd0c62186bdf4e89654026ea06db6 /tools | |
parent | 1c2122aadefd6061bd0c2da7a008741f1923b84a (diff) |
add packages and config template for wifi support
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31470 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rw-r--r-- | tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/network/interfaces | 9 | ||||
-rw-r--r-- | tools/XBMCLive/SDK/buildLive/Files/chroot_local-packageslists/packages.list.lucid-variant | 3 |
2 files changed, 11 insertions, 1 deletions
diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/network/interfaces b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/network/interfaces index 9ed1f89a9b..72809cd112 100644 --- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/network/interfaces +++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-includes/etc/network/interfaces @@ -7,3 +7,12 @@ auto eth0 iface eth0 inet dhcp +# WiFi prototype + +#auto wlan0 +#iface wlan0 inet dhcp +#wireless-essid yournetworkname +#wireless-key yournetworkkey +#wireless-channel 11 +#wireless-mode managed + diff --git a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-packageslists/packages.list.lucid-variant b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-packageslists/packages.list.lucid-variant index ca086f5f87..1b2c05ae8c 100644 --- a/tools/XBMCLive/SDK/buildLive/Files/chroot_local-packageslists/packages.list.lucid-variant +++ b/tools/XBMCLive/SDK/buildLive/Files/chroot_local-packageslists/packages.list.lucid-variant @@ -1,7 +1,7 @@ mkpasswd whois klibc-utils openssh-server less nano language-pack-en unrar hfsprogs -bzip2 locales ntfs-3g dosfstools unzip curl +bzip2 locales ntfs-3g dosfstools unzip curl wget acpi acpi-support alsa-utils hal lirc pm-utils psmisc fakeroot @@ -26,3 +26,4 @@ xbmc g++ autoconf fglrx fglrx-amdcccle xorg-driver-fglrx nvidia-current libvdpau1 +wpasupplicant wireless-tools |