HDDTemp nun fuer jede Platte und nicht nur die erste :D

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@384 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-01-07 13:58:16 +00:00
parent 05207d6927
commit 9217f23647
10 changed files with 212 additions and 73 deletions

View File

@@ -87,6 +87,8 @@ ifeq "$(SMP)" ""
-include \$$(KRNLINCL)/linux/modversions.h' \
-e '/^DEFINES/a\ \
-DMODVERSIONS \\' src/Makefile
cd $(DIR_APP) && sed -i \
-e 's/$$(shell uname -r)/$(KVER)/' Makefile
else
cd $(DIR_APP) && sed -i \
-e 's/$$(shell uname -m)/$(MACHINE)/' \
@@ -97,6 +99,8 @@ else
-include \$$(KRNLINCL)/linux/modversions.h' \
-e '/^DEFINES/a\ \
-DMODVERSIONS \\' src/Makefile
cd $(DIR_APP) && sed -i \
-e 's/$$(shell uname -r)/$(KVER)-smp/' Makefile
endif
cd $(DIR_APP) && CC="$(KGCC)" make
cd $(DIR_APP) && CC="$(KGCC)" make install