wok rev 2374

slitaz-eeepc: add support for EeePC 900 (Thanks crunchybits)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 06 22:26:42 2009 +0100 (2009-03-06)
parents 4c0e02536fe1
children c6a38f39ad91
files slitaz-eeepc/receipt slitaz-eeepc/stuff/tazeee
line diff
     1.1 --- a/slitaz-eeepc/receipt	Fri Mar 06 18:03:32 2009 +0000
     1.2 +++ b/slitaz-eeepc/receipt	Fri Mar 06 22:26:42 2009 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="1.0"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="SliTaz EeePC scripts and configuration files."
     1.7 -DEPENDS="915resolution dmidecode atl2 atl1e rt2860sta"
     1.8 +DEPENDS="915resolution dmidecode atl2 atl1e rt2860sta madwifi"
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  WEB_SITE="http://www.slitaz.org/"
    1.11  
     2.1 --- a/slitaz-eeepc/stuff/tazeee	Fri Mar 06 18:03:32 2009 +0000
     2.2 +++ b/slitaz-eeepc/stuff/tazeee	Fri Mar 06 22:26:42 2009 +0100
     2.3 @@ -38,6 +38,13 @@
     2.4  			KERNEL_MODULES='atl2'
     2.5  			SCREEN_SIZE='800x480x24'
     2.6  			HACK_915='5c 800 480 32' ;;
     2.7 +		900)
     2.8 +			KERNEL_MODULES='atl2 ath_pci'
     2.9 +			SCREEN_SIZE='1024x600x24'
    2.10 +			HACK_915='54 1024 600 32'
    2.11 +			WIFI_INTERFACE='ath0'
    2.12 +			# Fix poweroff 
    2.13 +			echo 'rmmod snd_hda_intel' >> /etc/init.d/shutdown.sh ;;
    2.14  		901)
    2.15  			KERNEL_MODULES='atl1e rt2860sta'
    2.16  			SCREEN_SIZE='1024x600x24'