Browse Source

Leon Messner:


			
			
				rocklinux
			
			
		
elon 17 years ago
parent
commit
c69513a50f
5 changed files with 39 additions and 33 deletions
  1. +1
    -1
      package/blindcoder/acerhk/acerhk.cache
  2. +1
    -1
      package/blindcoder/acerhk/acerhk.conf
  3. +4
    -4
      package/blindcoder/acerhk/acerhk.desc
  4. +33
    -0
      package/blindcoder/acerhk/depmod_2.6.18.patch
  5. +0
    -27
      package/blindcoder/acerhk/no_depmod.patch

+ 1
- 1
package/blindcoder/acerhk/acerhk.cache

@ -6,7 +6,7 @@
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/blindcoder/acerhk/acerhk.cache
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY] ROCK Linux is Copyright (C) 1998 - 2007 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by

+ 1
- 1
package/blindcoder/acerhk/acerhk.conf

@ -6,7 +6,7 @@
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/blindcoder/acerhk/acerhk.conf
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
# ROCK Linux is Copyright (C) 1998 - 2007 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

+ 4
- 4
package/blindcoder/acerhk/acerhk.desc

@ -7,7 +7,7 @@
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/blindcoder/acerhk/acerhk.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
[COPY] ROCK Linux is Copyright (C) 1998 - 2007 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
@ -30,7 +30,7 @@
[T] Bluetooth hardware found on some of the supported
[T] notebooks.
[U] http://www.informatik.hu-berlin.de/~tauber/acerhk/
[U] http://www.cakey.de/acerhk/archives/
[A] Olaf Tauber <otauber@web.de>
[M] Benjamin Schieder <blindcoder@scavenger.homeip.net>
@ -39,7 +39,7 @@
[L] GPL
[S] Beta
[V] 0.5.27
[V] 0.5.35
[P] X -----5---9 800.000
[D] 2352609028 acerhk-0.5.27.tar.bz2 http://www.informatik.hu-berlin.de/~tauber/acerhk/archives/
[D] 1715186898 acerhk-0.5.35.tar.bz2 http://www.cakey.de/acerhk/archives/acerhk-0.5.35.tar.bz2

+ 33
- 0
package/blindcoder/acerhk/depmod_2.6.18.patch

@ -0,0 +1,33 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/blindcoder/acerhk/depmod_2.6.18.patch
# ROCK Linux is Copyright (C) 1998 - 2007 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2007-05-16 21:53:04.000000000 +0200
+++ ./Makefile 2007-05-16 23:06:57.000000000 +0200
@@ -3,9 +3,9 @@
#KERNELSRC=/usr/src/linux
KERNELSRC?=/lib/modules/`uname -r`/build
# Starting with 2.6.18, the kernel version is in utsrelease.h instead of version.h, accomodate both cases
-KERNELVERSION=$(shell awk -F\" '/REL/ {print $$2}' $(shell grep -s -l REL $(KERNELSRC)/include/linux/version.h $(KERNELSRC)/include/linux/utsrelease.h))
+#KERNELVERSION=$(shell awk -F\" '/REL/ {print $$2}' $(shell grep -s -l REL $(KERNELSRC)/include/linux/version.h $(KERNELSRC)/include/linux/utsrelease.h))
+KERNELVERSION:=$(shell if [ -f $(KERNELSRC)/include/linux/utsrelease.h ]; then awk -F\" '/REL/ {print $$2}' $(KERNELSRC)/include/linux/utsrelease.h; else awk -F\" '/REL/ {print $$2}' $(KERNELSRC)/include/linux/version.h; fi)
KERNELMAJOR=$(shell echo $(KERNELVERSION)|head -c3)
-
# next line is for kernel 2.6, if you integrate the driver in the kernel tree
# /usr/src/linux/drivers/acerhk - or something similar
# don't forget to add the following line to the parent dir's Makefile:

+ 0
- 27
package/blindcoder/acerhk/no_depmod.patch

@ -1,27 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/blindcoder/acerhk/no_depmod.patch
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
diff -pruN acerhk-0.5.27-orig/Makefile acerhk-0.5.27/Makefile
--- acerhk-0.5.27-orig/Makefile 2005-09-09 14:59:26.000000000 +0200
+++ acerhk-0.5.27/Makefile 2005-09-09 14:59:39.000000000 +0200
@@ -63,4 +63,3 @@ install: $(TARGET)
#cp -v $(TARGET) /lib/modules/$(KERNELVERSION)/kernel/drivers/char
mkdir -p /lib/modules/$(KERNELVERSION)/extra
cp -v $(TARGET) /lib/modules/$(KERNELVERSION)/extra/
- depmod -a

Loading…
Cancel
Save