]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/bristuff
Zwischencommit fuer LFS.
[ipfire-2.x.git] / lfs / bristuff
index e22c74f46b24bff1aa64e66bc96fb63aa1aa4ee1..de6bc92ed8c46435957ef9503c30ead4beb39783 100644 (file)
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = bristuff
-PAK_VER    = ipfire-beta1
+PAK_VER    = 1
 
 ###############################################################################
 # Top-level Rules
@@ -84,27 +84,27 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        # Build uno/duo/quad GSM PCI driver
        cd $(DIR_APP)/ztgsm && \
-       make clean linux24 && \
+       make clean linux26 && \
        install -D -m 644 ztgsm.o /lib/modules/$(KVER)/misc/ztgsm.o
 
        # Build qozap
        cd $(DIR_APP)/qozap && \
-       make clean linux24 && \
+       make clean linux26 && \
        install -D -m 644 qozap.o /lib/modules/$(KVER)/misc/qozap.o
 
        # Build cwain
        cd $(DIR_APP)/cwain && \
-       make clean linux24 && \
+       make clean linux26 && \
        install -D -m 644 cwain.o /lib/modules/$(KVER)/misc/cwain.o
 
        # Build zaphfc
        cd $(DIR_APP)/zaphfc && \
        patch -Np1 < $(DIR_SRC)/src/patches/zaphfc_0.3.0-PRE-1o_florz-12.diff && \
-       cd $(DIR_APP)/zaphfc && make clean linux24 && \
+       cd $(DIR_APP)/zaphfc && make clean linux26 && \
        install -D -m 644 zaphfc.o /lib/modules/$(KVER)/misc/zaphfc.o
 
        # Compress the Kernelmodules
-       find /lib/modules/$(KVER)/misc/ -name '*.o' -a -type f | xargs gzip -f9
-       find /lib/modules/$(KVER)-smp/misc/ -name '*.o' -a -type f | xargs gzip -f9
+#      find /lib/modules/$(KVER)/misc/ -name '*.o' -a -type f | xargs gzip -f9
+#      find /lib/modules/$(KVER)-smp/misc/ -name '*.o' -a -type f | xargs gzip -f9
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)