X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fbristuff;h=de6bc92ed8c46435957ef9503c30ead4beb39783;hb=b1221488beb94167f8a953d8853efcefd286b678;hp=e22c74f46b24bff1aa64e66bc96fb63aa1aa4ee1;hpb=ae179f6ea650db98e4338aa72df148fde47a15e8;p=ipfire-2.x.git diff --git a/lfs/bristuff b/lfs/bristuff index e22c74f46b..de6bc92ed8 100644 --- a/lfs/bristuff +++ b/lfs/bristuff @@ -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)