mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
SMP-Config angepasst.. CGIs usw. wurden im Windoof-Format gespeichert... muss noch alles korrigiert werden...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@67 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -303,6 +303,12 @@ CONFIG_IP_NF_ARPFILTER=m
|
||||
CONFIG_IP_NF_ARP_MANGLE=m
|
||||
# CONFIG_IP_NF_COMPAT_IPCHAINS is not set
|
||||
# CONFIG_IP_NF_COMPAT_IPFWADM is not set
|
||||
CONFIG_IP_NF_MATCH_IPP2P=m
|
||||
CONFIG_IP_NF_MATCH_COMMENT=m
|
||||
CONFIG_IP_NF_MATCH_LAYER7=m
|
||||
CONFIG_IP_NF_MATCH_LAYER7_DEBUG=n
|
||||
CONFIG_IP_NF_TARGET_IMQ=m
|
||||
CONFIG_IMQ=m
|
||||
|
||||
#
|
||||
# IP: Virtual Server Configuration
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
* Digest-1.08
|
||||
* Digest-HMAC-1.01
|
||||
* Digest-SHA1-2.10
|
||||
* GD-2.12
|
||||
* HTML-Parser-3.45
|
||||
* HTML-Tagset-3.04
|
||||
* LPRng-3.8.28
|
||||
|
||||
26
lfs/linux
26
lfs/linux
@@ -45,7 +45,7 @@ CXXFLAGS =
|
||||
#
|
||||
ifeq "$(ROOT)" ""
|
||||
ifeq "$(LFS_PASS)" "ipcop"
|
||||
ifeq "$(EMB)" ""
|
||||
ifeq "$(SMP)" ""
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)-ipcop
|
||||
endif
|
||||
ifeq "$(SMP)" "1"
|
||||
@@ -73,7 +73,7 @@ objects =$(DL_FILE) \
|
||||
netfilter-layer7-v2.1.tar.gz
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
openswan-1.0.10rc2.tar.gz = ftp://ftp.man.szczecin.pl/disks/disk0/security/network-security/ipsec/openswan/openswan-1.0.10rc2.tar.gz
|
||||
openswan-1.0.10rc2.tar.gz = http://www.openswan.org/download/openswan-1.0.10rc2.tar.gz
|
||||
patch-o-matic-ng-20060206.tar.bz2 = ftp://ftp.netfilter.org/pub/patch-o-matic-ng/snapshot/patch-o-matic-ng-20060206.tar.bz2
|
||||
iptables-1.3.5.tar.bz2 = http://www.netfilter.org/files/iptables-1.3.5.tar.bz2
|
||||
kbc_option_2420.patch = http://developer.osdl.org/rddunlap/patches/kbc_option_2420.patch
|
||||
@@ -159,15 +159,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_SRC) && tar xzf $(DIR_DL)/netfilter-layer7-v2.1.tar.gz
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/netfilter-layer7-v2.1/kernel-2.4-layer7-2.1.patch
|
||||
|
||||
ifeq "$(EMB)" "1"
|
||||
#Emb-patches
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_DL)/kbc_option_2420.patch
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_DL)/net4801.kernel.patch_2.4.31
|
||||
endif
|
||||
|
||||
ifeq "$(SMP)" ""
|
||||
# Only do this once on the non-SMP pass
|
||||
cd $(DIR_SRC) && tar czf $(DIR_DL)/iptables-fixed.tar.gz iptables-1.2.11
|
||||
cd $(DIR_SRC) && tar czf $(DIR_DL)/iptables-fixed.tar.gz iptables-1.3.5
|
||||
endif
|
||||
|
||||
# Olitec isdn gazel patch
|
||||
@@ -210,7 +204,7 @@ endif
|
||||
cd $(DIR_APP) && make CC="$(KGCC)" oldconfig
|
||||
cd $(DIR_APP) && make CC="$(KGCC)" dep
|
||||
cd $(DIR_APP) && make CC="$(KGCC)" clean
|
||||
if [ "$(MACHINE)" = "i386" -a "$(EMB)" = "" ]; then \
|
||||
if [ "$(MACHINE)" = "i386" -a "$(SMP)" = "" ]; then \
|
||||
cd $(DIR_APP) && make -j 3 CC="$(KGCC)" bzImage; \
|
||||
cd $(DIR_APP) && cp arch/$(MACHINE)/boot/bzImage /boot/vmlinuz-$(VER); \
|
||||
cd $(DIR_APP) && cp System.map /boot/System.map-$(VER); \
|
||||
@@ -218,15 +212,15 @@ endif
|
||||
ln -sf System.map-$(VER) /boot/System.map; \
|
||||
cd $(DIR_APP) && make CC="$(KGCC)" modules; \
|
||||
cd $(DIR_APP) && make CC="$(KGCC)" modules_install; \
|
||||
elif [ "$(MACHINE)" = "i386" -a "$(EMB)" = "1" ]; then \
|
||||
cd $(DIR_APP) && sed -i -e 's/EXTRAVERSION\ =/EXTRAVERSION\ =\ -EMB/' Makefile; \
|
||||
elif [ "$(MACHINE)" = "i386" -a "$(SMP)" = "1" ]; then \
|
||||
cd $(DIR_APP) && sed -i -e 's/EXTRAVERSION\ =/EXTRAVERSION\ =\ -smp/' Makefile; \
|
||||
cd $(DIR_APP) && make -j 3 CC="$(KGCC)" bzImage; \
|
||||
cd $(DIR_APP) && cp arch/$(MACHINE)/boot/bzImage /boot/vmlinuz-$(VER)-EMB; \
|
||||
cd $(DIR_APP) && cp System.map /boot/System.map-$(VER)-EMB; \
|
||||
ln -sf vmlinuz-$(VER)-EMB /boot/vmlinuz-EMB; \
|
||||
cd $(DIR_APP) && cp arch/$(MACHINE)/boot/bzImage /boot/vmlinuz-$(VER)-smp; \
|
||||
cd $(DIR_APP) && cp System.map /boot/System.map-$(VER)-smp; \
|
||||
ln -sf vmlinuz-$(VER)-smp /boot/vmlinuz-smp; \
|
||||
cd $(DIR_APP) && make CC="$(KGCC)" modules; \
|
||||
cd $(DIR_APP) && make CC="$(KGCC)" modules_install; \
|
||||
elif [ "$(MACHINE)" = "i386" -a "$(EMB)" = "installer" ]; then \
|
||||
elif [ "$(MACHINE)" = "i386" -a "$(SMP)" = "installer" ]; then \
|
||||
cd $(DIR_APP) && make -j 3 CC="$(KGCC)" bzImage; \
|
||||
cd $(DIR_APP) && cp arch/$(MACHINE)/boot/bzImage /boot/vmlinuz-installer; \
|
||||
elif [ "$(MACHINE)" = "alpha" ]; then \
|
||||
|
||||
@@ -98,5 +98,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
-e 's/^#\?X11Forwarding .*$$/X11Forwarding no/' \
|
||||
-e 's/^#\?AllowTcpForwarding .*$$/AllowTcpForwarding no/' \
|
||||
/etc/ssh/sshd_config
|
||||
touch /var/ipfire/remote/enable
|
||||
chown nobody:nobody /var/ipfire/remote/enable
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
@@ -22242,80 +22242,80 @@ etc/rc.d/rc.updatered
|
||||
##
|
||||
## iptables-1.3.4
|
||||
##
|
||||
#lib/iptables
|
||||
lib/iptables/libipt_CLASSIFY.so
|
||||
lib/iptables/libipt_CONNMARK.so
|
||||
lib/iptables/libipt_DNAT.so
|
||||
lib/iptables/libipt_DSCP.so
|
||||
lib/iptables/libipt_ECN.so
|
||||
lib/iptables/libipt_IPV4OPTSSTRIP.so
|
||||
lib/iptables/libipt_LOG.so
|
||||
lib/iptables/libipt_MARK.so
|
||||
lib/iptables/libipt_MASQUERADE.so
|
||||
lib/iptables/libipt_MIRROR.so
|
||||
lib/iptables/libipt_NETLINK.so
|
||||
lib/iptables/libipt_NETMAP.so
|
||||
lib/iptables/libipt_NFQUEUE.so
|
||||
lib/iptables/libipt_NOTRACK.so
|
||||
lib/iptables/libipt_POOL.so
|
||||
lib/iptables/libipt_REDIRECT.so
|
||||
lib/iptables/libipt_REJECT.so
|
||||
lib/iptables/libipt_SAME.so
|
||||
lib/iptables/libipt_SET.so
|
||||
lib/iptables/libipt_SNAT.so
|
||||
lib/iptables/libipt_TARPIT.so
|
||||
lib/iptables/libipt_TCPMSS.so
|
||||
lib/iptables/libipt_TOS.so
|
||||
lib/iptables/libipt_TRACE.so
|
||||
lib/iptables/libipt_TTL.so
|
||||
lib/iptables/libipt_ULOG.so
|
||||
lib/iptables/libipt_addrtype.so
|
||||
lib/iptables/libipt_ah.so
|
||||
lib/iptables/libipt_comment.so
|
||||
lib/iptables/libipt_connlimit.so
|
||||
lib/iptables/libipt_connmark.so
|
||||
lib/iptables/libipt_conntrack.so
|
||||
lib/iptables/libipt_dscp.so
|
||||
lib/iptables/libipt_dstlimit.so
|
||||
lib/iptables/libipt_ecn.so
|
||||
lib/iptables/libipt_esp.so
|
||||
lib/iptables/libipt_fuzzy.so
|
||||
lib/iptables/libipt_hashlimit.so
|
||||
lib/iptables/libipt_helper.so
|
||||
lib/iptables/libipt_icmp.so
|
||||
lib/iptables/libipt_iprange.so
|
||||
lib/iptables/libipt_ipv4options.so
|
||||
lib/iptables/libipt_length.so
|
||||
lib/iptables/libipt_limit.so
|
||||
lib/iptables/libipt_mac.so
|
||||
lib/iptables/libipt_mark.so
|
||||
lib/iptables/libipt_mport.so
|
||||
lib/iptables/libipt_multiport.so
|
||||
lib/iptables/libipt_nth.so
|
||||
lib/iptables/libipt_osf.so
|
||||
lib/iptables/libipt_owner.so
|
||||
lib/iptables/libipt_physdev.so
|
||||
lib/iptables/libipt_pkttype.so
|
||||
lib/iptables/libipt_pool.so
|
||||
lib/iptables/libipt_psd.so
|
||||
lib/iptables/libipt_quota.so
|
||||
lib/iptables/libipt_random.so
|
||||
lib/iptables/libipt_realm.so
|
||||
lib/iptables/libipt_recent.so
|
||||
lib/iptables/libipt_rpc.so
|
||||
lib/iptables/libipt_sctp.so
|
||||
lib/iptables/libipt_set.so
|
||||
lib/iptables/libipt_standard.so
|
||||
lib/iptables/libipt_state.so
|
||||
lib/iptables/libipt_string.so
|
||||
lib/iptables/libipt_tcp.so
|
||||
lib/iptables/libipt_tcpmss.so
|
||||
lib/iptables/libipt_time.so
|
||||
lib/iptables/libipt_tos.so
|
||||
lib/iptables/libipt_ttl.so
|
||||
lib/iptables/libipt_u32.so
|
||||
lib/iptables/libipt_udp.so
|
||||
lib/iptables/libipt_unclean.so
|
||||
lib/iptables
|
||||
#lib/iptables/libipt_CLASSIFY.so
|
||||
#lib/iptables/libipt_CONNMARK.so
|
||||
#lib/iptables/libipt_DNAT.so
|
||||
#lib/iptables/libipt_DSCP.so
|
||||
#lib/iptables/libipt_ECN.so
|
||||
#lib/iptables/libipt_IPV4OPTSSTRIP.so
|
||||
#lib/iptables/libipt_LOG.so
|
||||
#lib/iptables/libipt_MARK.so
|
||||
#lib/iptables/libipt_MASQUERADE.so
|
||||
#lib/iptables/libipt_MIRROR.so
|
||||
#lib/iptables/libipt_NETLINK.so
|
||||
#lib/iptables/libipt_NETMAP.so
|
||||
#lib/iptables/libipt_NFQUEUE.so
|
||||
#lib/iptables/libipt_NOTRACK.so
|
||||
#lib/iptables/libipt_POOL.so
|
||||
#lib/iptables/libipt_REDIRECT.so
|
||||
#lib/iptables/libipt_REJECT.so
|
||||
#lib/iptables/libipt_SAME.so
|
||||
#lib/iptables/libipt_SET.so
|
||||
#lib/iptables/libipt_SNAT.so
|
||||
#lib/iptables/libipt_TARPIT.so
|
||||
#lib/iptables/libipt_TCPMSS.so
|
||||
#lib/iptables/libipt_TOS.so
|
||||
#lib/iptables/libipt_TRACE.so
|
||||
#lib/iptables/libipt_TTL.so
|
||||
#lib/iptables/libipt_ULOG.so
|
||||
#lib/iptables/libipt_addrtype.so
|
||||
#lib/iptables/libipt_ah.so
|
||||
#lib/iptables/libipt_comment.so
|
||||
#lib/iptables/libipt_connlimit.so
|
||||
#lib/iptables/libipt_connmark.so
|
||||
#lib/iptables/libipt_conntrack.so
|
||||
#lib/iptables/libipt_dscp.so
|
||||
#lib/iptables/libipt_dstlimit.so
|
||||
#lib/iptables/libipt_ecn.so
|
||||
#lib/iptables/libipt_esp.so
|
||||
#lib/iptables/libipt_fuzzy.so
|
||||
#lib/iptables/libipt_hashlimit.so
|
||||
#lib/iptables/libipt_helper.so
|
||||
#lib/iptables/libipt_icmp.so
|
||||
#lib/iptables/libipt_iprange.so
|
||||
#lib/iptables/libipt_ipv4options.so
|
||||
#lib/iptables/libipt_length.so
|
||||
#lib/iptables/libipt_limit.so
|
||||
#lib/iptables/libipt_mac.so
|
||||
#lib/iptables/libipt_mark.so
|
||||
#lib/iptables/libipt_mport.so
|
||||
#lib/iptables/libipt_multiport.so
|
||||
#lib/iptables/libipt_nth.so
|
||||
#lib/iptables/libipt_osf.so
|
||||
#lib/iptables/libipt_owner.so
|
||||
#lib/iptables/libipt_physdev.so
|
||||
#lib/iptables/libipt_pkttype.so
|
||||
#lib/iptables/libipt_pool.so
|
||||
#lib/iptables/libipt_psd.so
|
||||
#lib/iptables/libipt_quota.so
|
||||
#lib/iptables/libipt_random.so
|
||||
#lib/iptables/libipt_realm.so
|
||||
#lib/iptables/libipt_recent.so
|
||||
#lib/iptables/libipt_rpc.so
|
||||
#lib/iptables/libipt_sctp.so
|
||||
#lib/iptables/libipt_set.so
|
||||
#lib/iptables/libipt_standard.so
|
||||
#lib/iptables/libipt_state.so
|
||||
#lib/iptables/libipt_string.so
|
||||
#lib/iptables/libipt_tcp.so
|
||||
#lib/iptables/libipt_tcpmss.so
|
||||
#lib/iptables/libipt_time.so
|
||||
#lib/iptables/libipt_tos.so
|
||||
#lib/iptables/libipt_ttl.so
|
||||
#lib/iptables/libipt_u32.so
|
||||
#lib/iptables/libipt_udp.so
|
||||
#lib/iptables/libipt_unclean.so
|
||||
sbin/iptables
|
||||
#sbin/iptables-restore
|
||||
#sbin/iptables-save
|
||||
@@ -24724,7 +24724,7 @@ sbin/vconfig
|
||||
##
|
||||
## installer extension
|
||||
##
|
||||
usr/local/bin/install2
|
||||
#usr/local/bin/install2
|
||||
##
|
||||
## stun-server
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user