]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/ipp2p
Buildfixes...
[people/teissler/ipfire-2.x.git] / lfs / ipp2p
index cf206fdc863a04ffff0589c63faba0e607841df3..e2670f7b629c5aa688208276435cf5621d47a3a4 100644 (file)
--- a/lfs/ipp2p
+++ b/lfs/ipp2p
@@ -66,14 +66,14 @@ $(TARGET) :
        cd $(DIR_SRC) && ln -sf iptables-* iptables
 ifeq "$(SMP)" "1"
        cd $(DIR_APP) && make ipt_ipp2p.ko
-       cp -f $(DIR_APP)/ipt_ipp2p.ko /lib/modules/$(KVER)-smp/kernel/net/ipv4/netfilter
+       cp -f $(DIR_APP)/ipt_ipp2p.ko /lib/modules/$(KVER)-ipfire-smp/kernel/net/ipv4/netfilter
 else
 ifeq "$(IPT)" "1"
        cd $(DIR_APP) && make
        cp -f $(DIR_APP)/libipt_ipp2p.o /lib/iptables
 else
        cd $(DIR_APP) && make ipt_ipp2p.ko
-       cp -f $(DIR_APP)/ipt_ipp2p.ko /lib/modules/$(KVER)/kernel/net/ipv4/netfilter
+       cp -f $(DIR_APP)/ipt_ipp2p.ko /lib/modules/$(KVER)-ipfire/kernel/net/ipv4/netfilter
 endif
 endif
        @rm -rf $(DIR_APP) $(DIR_SRC)/iptables-*