]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ipp2p
makegraphs umgebaut, sodass nurnoch rrd daten geschrieben werden die graphen
[people/pmueller/ipfire-2.x.git] / lfs / ipp2p
index 9e805fc9278c5ad2101b7f894598bed34d28be85..e2670f7b629c5aa688208276435cf5621d47a3a4 100644 (file)
--- a/lfs/ipp2p
+++ b/lfs/ipp2p
@@ -62,18 +62,18 @@ $(TARGET) :
        @rm -rf $(DIR_APP) && mkdir -p $(DIR_APP)
        @cp -vf $(DIR_SRC)/src/ipp2p/* $(DIR_APP)
        cd $(DIR_SRC) && rm -rf iptables-*
-       cd $(DIR_SRC) && tar xfz $(DIR_DL)/iptables-fixed.tar.gz
+       cd $(DIR_SRC) && tar xfj $(DIR_DL)/iptables-1.3.5.tar.bz2
        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-*