]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/bristuff
Am Pakfire weitergearbeitet.
[people/pmueller/ipfire-2.x.git] / lfs / bristuff
index 96ea5112130cecd3dd894d74cf2b3f66f9d45c57..de6bc92ed8c46435957ef9503c30ead4beb39783 100644 (file)
@@ -26,7 +26,7 @@
 
 include Config
 
-VER        = 0.3.0-PRE-1q
+VER        = 0.3.0-PRE-1s
 
 THISAPP    = bristuff-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -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
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9b3ef09eca7166b7277e8519a11844bf
+$(DL_FILE)_MD5 = 760eba19b03d03cd1dc8648d6239b4af
 
 install : $(TARGET)
 
@@ -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)