mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-08 22:16:09 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user