wok-4.x rev 2377
slitaz-eeepc: add full support for 701 and 1000
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 07 21:30:55 2009 +0100 (2009-03-07) |
parents | 6a237ab847f8 |
children | 6a44a2d57a0f |
files | slitaz-eeepc/receipt slitaz-eeepc/stuff/tazeee |
line diff
1.1 --- a/slitaz-eeepc/receipt Sat Mar 07 21:22:58 2009 +0100 1.2 +++ b/slitaz-eeepc/receipt Sat Mar 07 21:30:55 2009 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="slitaz-eeepc" 1.7 -VERSION="1.0" 1.8 +VERSION="1.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="SliTaz EeePC scripts and configuration files." 1.11 DEPENDS="915resolution dmidecode atl2 atl1e rt2860sta madwifi"
2.1 --- a/slitaz-eeepc/stuff/tazeee Sat Mar 07 21:22:58 2009 +0100 2.2 +++ b/slitaz-eeepc/stuff/tazeee Sat Mar 07 21:30:55 2009 +0100 2.3 @@ -4,7 +4,7 @@ 2.4 # to configure the EeePC model and a GTK box to have quick access to 2.5 # SliTaz EeePC stuff. 2.6 # 2.7 -# 20090301 <pankso@slitaz.org> - GNU gpl v3. 2.8 +# 20090307 <pankso@slitaz.org> - GNU gpl v3. 2.9 # 2.10 : ${DIALOG=dialog} 2.11 2.12 @@ -35,22 +35,25 @@ 2.13 . /etc/eeepc.conf 2.14 case $EEEPC_MODEL in 2.15 701) 2.16 - KERNEL_MODULES='atl2' 2.17 SCREEN_SIZE='800x480x24' 2.18 - HACK_915='5c 800 480 32' ;; 2.19 + HACK_915='5c 800 480 32' 2.20 + KERNEL_MODULES='atl2 ath_pci' 2.21 + WIFI_INTERFACE='ath0' ;; 2.22 900) 2.23 - KERNEL_MODULES='atl2 ath_pci' 2.24 SCREEN_SIZE='1024x600x24' 2.25 HACK_915='54 1024 600 32' 2.26 + KERNEL_MODULES='atl2 ath_pci' 2.27 WIFI_INTERFACE='ath0' 2.28 # Fix poweroff 2.29 echo 'rmmod snd_hda_intel' >> /etc/init.d/shutdown.sh ;; 2.30 901) 2.31 - KERNEL_MODULES='atl1e rt2860sta' 2.32 SCREEN_SIZE='1024x600x24' 2.33 HACK_915='54 1024 600 32' 2.34 + KERNEL_MODULES='atl1e rt2860sta' 2.35 WIFI_INTERFACE='ra0' ;; 2.36 1000) 2.37 + SCREEN_SIZE='1024x600x24' 2.38 + HACK_915='54 1024 600 32' 2.39 KERNEL_MODULES='atl1e rt2860sta' 2.40 WIFI_INTERFACE='ra0' ;; 2.41 *)