summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/plextor-convertX-driver/convertX.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-06-06 05:42:02 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-06-06 05:42:02 (GMT)
commitfeda84feddf1292b00b2bb641072c0f414b159b1 (patch)
tree4428e1b425394648168a9d094ae6fb6a2f9b4ed7 /abs/core-testing/plextor-convertX-driver/convertX.install
parent4c3293b79113967cfe86eab4ff6ec974f809e07e (diff)
downloadlinhes_pkgbuild-feda84feddf1292b00b2bb641072c0f414b159b1.zip
linhes_pkgbuild-feda84feddf1292b00b2bb641072c0f414b159b1.tar.gz
linhes_pkgbuild-feda84feddf1292b00b2bb641072c0f414b159b1.tar.bz2
Changed kernel version to reflect latest. Latest software version.
Diffstat (limited to 'abs/core-testing/plextor-convertX-driver/convertX.install')
-rwxr-xr-xabs/core-testing/plextor-convertX-driver/convertX.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/plextor-convertX-driver/convertX.install b/abs/core-testing/plextor-convertX-driver/convertX.install
index 8dfd0b7..8081c6a 100755
--- a/abs/core-testing/plextor-convertX-driver/convertX.install
+++ b/abs/core-testing/plextor-convertX-driver/convertX.install
@@ -5,7 +5,7 @@ pre_install() {
post_install() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.17-STB
+ KERNEL_VERSION=2.6.28-LinHES
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
@@ -13,7 +13,7 @@ post_install() {
post_upgrade() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.17-STB
+ KERNEL_VERSION=2.6.28-LinHES
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}
@@ -21,7 +21,7 @@ post_upgrade() {
post_remove() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.17-STB
+ KERNEL_VERSION=2.6.28-LinHES
depmod -v $KERNEL_VERSION > /dev/null 2>&1
/bin/true
}