]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/cryptodev
Firewall: Bugfix: wrong counter when using selfdefinded services in a rule that could...
[people/teissler/ipfire-2.x.git] / lfs / cryptodev
index 0c2f4863f87eb5f9299c272bac0842cbdd331809..14e463e2bf5d1bb7ec5f38531511094c7aafa8a1 100644 (file)
 
 include Config
 
+ifeq "$(KCFG)" "-xen"
+       KVER = 2.6.32.61
+endif
+
 VERSUFIX=ipfire$(KCFG)
 
 VER        = 1.4
@@ -81,6 +85,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        -mkdir -pv /usr/include/crypto
        cd $(DIR_APP) && make install \
                KERNEL_DIR=/lib/modules/$(KVER)-$(VERSUFIX)/build
-#      ln -svf ../crypto/cryptodev.h /usr/include/linux/cryptodev.h
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)