diff options
Diffstat (limited to 'resources')
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/debian | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/dependencies/parabola | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/release/tobuild | 2 | ||||
-rwxr-xr-x | resources/scripts/helpers/build/release/util | 2 | ||||
-rwxr-xr-x | resources/scripts/misc/powertop.debian | 4 | ||||
-rw-r--r-- | resources/utilities/ich9deblob/src/ich9gen/mkgbe.c | 10 | ||||
-rw-r--r-- | resources/utilities/macbook21-three-finger-tap/README | 2 |
7 files changed, 11 insertions, 13 deletions
diff --git a/resources/scripts/helpers/build/dependencies/debian b/resources/scripts/helpers/build/dependencies/debian index 2e47371c..e5af8bab 100755 --- a/resources/scripts/helpers/build/dependencies/debian +++ b/resources/scripts/helpers/build/dependencies/debian @@ -1,6 +1,6 @@ #!/bin/bash -# for_trisquel7 script: installs build dependencies for Trisquel 7 +# script: installs build dependencies for Debian # # Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # diff --git a/resources/scripts/helpers/build/dependencies/parabola b/resources/scripts/helpers/build/dependencies/parabola index 44052418..5180c8cc 100755 --- a/resources/scripts/helpers/build/dependencies/parabola +++ b/resources/scripts/helpers/build/dependencies/parabola @@ -2,7 +2,7 @@ # helper script: installs build dependencies for Parabola -# this script is based on the script for Trisquel 7 +# this script is based on the script for Debian # # Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # Copyright (C) 2015 Klemens Nanni <klemens@posteo.de> diff --git a/resources/scripts/helpers/build/release/tobuild b/resources/scripts/helpers/build/release/tobuild index b3a9fb0c..5b7890e2 100755 --- a/resources/scripts/helpers/build/release/tobuild +++ b/resources/scripts/helpers/build/release/tobuild @@ -69,7 +69,7 @@ cp "resources/scripts/helpers/build/clean/bucts" "${distdir}/resources/scripts/h cp "resources/scripts/helpers/build/clean/flashrom" "${distdir}/resources/scripts/helpers/build/clean/" cp "resources/scripts/helpers/build/module/bucts" "${distdir}/resources/scripts/helpers/build/module/" cp "resources/scripts/helpers/build/module/flashrom" "${distdir}/resources/scripts/helpers/build/module/" -cp "resources/scripts/misc/powertop.trisquel7" "${distdir}/" +cp "resources/scripts/misc/powertop.debian" "${distdir}/" # this has to be done before generating # the "version" file diff --git a/resources/scripts/helpers/build/release/util b/resources/scripts/helpers/build/release/util index df4bd6be..a6d3fa62 100755 --- a/resources/scripts/helpers/build/release/util +++ b/resources/scripts/helpers/build/release/util @@ -230,7 +230,7 @@ cd "../../" cp "flash" "${distdir}/" # powertop script -cp "resources/scripts/misc/powertop.trisquel7" "${distdir}/" +cp "resources/scripts/misc/powertop.debian" "${distdir}/" printf "\n\n" diff --git a/resources/scripts/misc/powertop.debian b/resources/scripts/misc/powertop.debian index 1e29f38a..1227041e 100755 --- a/resources/scripts/misc/powertop.debian +++ b/resources/scripts/misc/powertop.debian @@ -1,6 +1,6 @@ #!/bin/bash -# powertop.trisquel7: automatically sets up powertop --auto-tune on startup in trisquel 7 +# powertop.debian: automatically sets up powertop --auto-tune on startup in Debian # # Copyright (C) 2014, 2015 Leah Rowe <info@minifree.org> # @@ -26,7 +26,7 @@ if [ $EUID -ne 0 ]; then exit 1 fi -# For Trisquel 7 users. +# For Debian users. apt-get -y install powertop diff --git a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c index bebe1ce1..d6865823 100644 --- a/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c +++ b/resources/utilities/ich9deblob/src/ich9gen/mkgbe.c @@ -28,11 +28,11 @@ struct GBEREGIONRECORD_4K generatedGbeStruct4k() /* MAC address (words 00h to 02h) */ /* see ../gbe/gbe.c */ gbeStruct4k.macAddress[0] = 0x00; - gbeStruct4k.macAddress[1] = 0xf5; - gbeStruct4k.macAddress[2] = 0xf0; - gbeStruct4k.macAddress[3] = 0x40; - gbeStruct4k.macAddress[4] = 0x71; - gbeStruct4k.macAddress[5] = 0xfe; + gbeStruct4k.macAddress[1] = 0xDE; + gbeStruct4k.macAddress[2] = 0xAD; + gbeStruct4k.macAddress[3] = 0xC0; + gbeStruct4k.macAddress[4] = 0xFF; + gbeStruct4k.macAddress[5] = 0xEE; /* Word 03h (Reserved) */ gbeStruct4k.reservedWord03h.reserved1_0 = 0x00; diff --git a/resources/utilities/macbook21-three-finger-tap/README b/resources/utilities/macbook21-three-finger-tap/README index dbd1e11d..c91fb7f3 100644 --- a/resources/utilities/macbook21-three-finger-tap/README +++ b/resources/utilities/macbook21-three-finger-tap/README @@ -6,8 +6,6 @@ for "button 2" or "middle click" when you log in to GNOME. It was written for the macbook2,1 touchpad but may be useful for other hardware as well. -It has been confirmed to work on Trisquel GNU/Linux 7.0. - Conditions for redistribution ============================= |