# HG changeset patch # User Christophe Lincoln # Date 1236457855 -3600 # Node ID 954adaf2445692975fd0dc1ef4630c8bf47ae98d # Parent 6a237ab847f847e60c1a426c3b39f2ded8ddd4ec slitaz-eeepc: add full support for 701 and 1000 diff -r 6a237ab847f8 -r 954adaf24456 slitaz-eeepc/receipt --- a/slitaz-eeepc/receipt Sat Mar 07 21:22:58 2009 +0100 +++ b/slitaz-eeepc/receipt Sat Mar 07 21:30:55 2009 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="slitaz-eeepc" -VERSION="1.0" +VERSION="1.1" CATEGORY="system-tools" SHORT_DESC="SliTaz EeePC scripts and configuration files." DEPENDS="915resolution dmidecode atl2 atl1e rt2860sta madwifi" diff -r 6a237ab847f8 -r 954adaf24456 slitaz-eeepc/stuff/tazeee --- a/slitaz-eeepc/stuff/tazeee Sat Mar 07 21:22:58 2009 +0100 +++ b/slitaz-eeepc/stuff/tazeee Sat Mar 07 21:30:55 2009 +0100 @@ -4,7 +4,7 @@ # to configure the EeePC model and a GTK box to have quick access to # SliTaz EeePC stuff. # -# 20090301 - GNU gpl v3. +# 20090307 - GNU gpl v3. # : ${DIALOG=dialog} @@ -35,22 +35,25 @@ . /etc/eeepc.conf case $EEEPC_MODEL in 701) - KERNEL_MODULES='atl2' SCREEN_SIZE='800x480x24' - HACK_915='5c 800 480 32' ;; + HACK_915='5c 800 480 32' + KERNEL_MODULES='atl2 ath_pci' + WIFI_INTERFACE='ath0' ;; 900) - KERNEL_MODULES='atl2 ath_pci' SCREEN_SIZE='1024x600x24' HACK_915='54 1024 600 32' + KERNEL_MODULES='atl2 ath_pci' WIFI_INTERFACE='ath0' # Fix poweroff echo 'rmmod snd_hda_intel' >> /etc/init.d/shutdown.sh ;; 901) - KERNEL_MODULES='atl1e rt2860sta' SCREEN_SIZE='1024x600x24' HACK_915='54 1024 600 32' + KERNEL_MODULES='atl1e rt2860sta' WIFI_INTERFACE='ra0' ;; 1000) + SCREEN_SIZE='1024x600x24' + HACK_915='54 1024 600 32' KERNEL_MODULES='atl1e rt2860sta' WIFI_INTERFACE='ra0' ;; *)