Changeset 6d2bff2 in freewrt
- Timestamp:
- Nov 4, 2006, 5:36:20 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 7704b18
- Parents:
- c80ffbe
- Files:
-
- 6 deleted
- 18 edited
-
package/Config.in (modified) (1 diff)
-
package/Config.in.collections (modified) (4 diffs)
-
package/Makefile (modified) (1 diff)
-
package/axtls/ipkg/libaxtls.control (modified) (1 diff)
-
package/hostap-utils/ipkg/hostap-utils.control (modified) (1 diff)
-
package/ipset/ipkg/ipset.control (modified) (1 diff)
-
package/iptables/Config.in (modified) (1 diff)
-
package/iptables/Makefile (modified) (3 diffs)
-
package/iptables/ipkg/iptables-extra.control (deleted)
-
package/jpeg/ipkg/libjpeg.control (modified) (1 diff)
-
package/knock/ipkg/knock.control (modified) (1 diff)
-
package/nocatsplash/ipkg/nocatsplash.control (modified) (1 diff)
-
package/rrdcollect/ipkg/rrdcollect.control (modified) (1 diff)
-
package/rrdtool1/Config.in (deleted)
-
package/rrdtool1/Makefile (deleted)
-
package/rrdtool1/ipkg/librrd1.control (deleted)
-
package/rrdtool1/ipkg/rrdcgi1.control (deleted)
-
package/rrdtool1/ipkg/rrdtool1.control (deleted)
-
package/util-linux/ipkg/fdisk.control (modified) (1 diff)
-
package/util-linux/ipkg/swap-utils.control (modified) (1 diff)
-
package/vsftpd/ipkg/vsftpd.control (modified) (1 diff)
-
package/wifidog/ipkg/wifidog.control (modified) (1 diff)
-
package/wknock/ipkg/wknock.control (modified) (1 diff)
-
target/linux/Config.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/Config.in
rc80ffbe r6d2bff2 71 71 source "package/ser2net/Config.in" 72 72 source "package/syslog-ng/Config.in" 73 #menu "rrdtool........................... Round-Robin Database (RRD) libraries and tools"74 73 source "package/rrdtool/Config.in" 75 source "package/rrdtool1/Config.in"76 74 source "package/rrdcollect/Config.in" 77 #endmenu78 75 source "package/vim/Config.in" 79 76 endmenu -
package/Config.in.collections
rc80ffbe r6d2bff2 226 226 select FWRT_PACKAGE_IPERF 227 227 select FWRT_PACKAGE_IPSET 228 select FWRT_COMPILE_IPTABLES 228 229 select FWRT_PACKAGE_IPTABLES 229 select FWRT_PACKAGE_IPTABLES_EXTRA230 230 select FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK 231 231 select FWRT_PACKAGE_IPTABLES_MOD_EXTRA … … 307 307 select FWRT_PACKAGE_LIBREADLINE 308 308 select FWRT_PACKAGE_LIBRRD 309 select FWRT_PACKAGE_LIBRRD1310 309 select FWRT_PACKAGE_LIBSABLEVM_CLASSPATH 311 310 select FWRT_PACKAGE_LIBSASL2 … … 512 511 select FWRT_PACKAGE_ROOFNET 513 512 select FWRT_PACKAGE_RRDCGI 514 select FWRT_PACKAGE_RRDCGI1515 513 select FWRT_PACKAGE_RRDCOLLECT 516 514 select FWRT_PACKAGE_RRDCOLLECT_EXAMPLE 517 515 select FWRT_PACKAGE_RRDTOOL 518 select FWRT_PACKAGE_RRDTOOL1519 516 select FWRT_PACKAGE_RRS 520 517 select FWRT_PACKAGE_RRS_NOSSL … … 645 642 select FWRT_PACKAGE_KMOD_EBTABLES 646 643 select FWRT_PACKAGE_KMOD_IPTABLES 647 select FWRT_PACKAGE_KMOD_IPTABLES_EXTRA648 644 select FWRT_PACKAGE_KMOD_IPT_CONNTRACK 649 645 select FWRT_PACKAGE_KMOD_IPT_FILTER -
package/Makefile
rc80ffbe r6d2bff2 226 226 package-$(FWRT_PACKAGE_RRDCOLLECT) += rrdcollect 227 227 package-$(FWRT_COMPILE_RRDTOOL) += rrdtool 228 package-$(FWRT_COMPILE_RRDTOOL1) += rrdtool1229 228 package-$(FWRT_COMPILE_RRS) += rrs 230 229 package-$(FWRT_PACKAGE_RSYNC) += rsync -
package/axtls/ipkg/libaxtls.control
rc80ffbe r6d2bff2 3 3 Section: libs 4 4 Description: an embedded client/server TLSv1 SSL implementation 5 Depends: -
package/hostap-utils/ipkg/hostap-utils.control
rc80ffbe r6d2bff2 2 2 Priority: optional 3 3 Section: net 4 Depends:5 4 Description: Host AP driver utility programs -
package/ipset/ipkg/ipset.control
rc80ffbe r6d2bff2 3 3 Section: net 4 4 Description: Netfilter ip sets administration utility 5 Depends: kmod-iptables -extra5 Depends: kmod-iptables -
package/iptables/Config.in
rc80ffbe r6d2bff2 15 15 16 16 http://www.iptables.org/ 17 18 config FWRT_PACKAGE_IPTABLES_EXTRA19 prompt "iptables-extra.................. Extra Iptables extensions for IPv4 firewalling (meta-package)"20 tristate21 default n22 depends FWRT_PACKAGE_IPTABLES23 select FWRT_PACKAGE_KMOD_IPTABLES_EXTRA24 select FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK25 select FWRT_PACKAGE_IPTABLES_MOD_EXTRA26 select FWRT_PACKAGE_IPTABLES_MOD_FILTER27 select FWRT_PACKAGE_IPTABLES_MOD_IMQ28 select FWRT_PACKAGE_IPTABLES_MOD_IPOPT29 select FWRT_PACKAGE_IPTABLES_MOD_IPSEC30 select FWRT_PACKAGE_IPTABLES_MOD_NAT31 select FWRT_PACKAGE_IPTABLES_MOD_ULOG32 help33 Extra Iptables extensions for IPv4 firewalling (meta-package)34 17 35 18 config FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK -
package/iptables/Makefile
rc80ffbe r6d2bff2 38 38 39 39 $(eval $(call PKG_template,IPTABLES,iptables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 40 $(eval $(call PKG_template,IPTABLES_EXTRA,iptables-extra,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))41 40 $(eval $(call PKG_template,IPTABLES_UTILS,iptables-utils,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) 42 41 $(eval $(call PKG_template,IP6TABLES,ip6tables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) … … 52 51 53 52 $(eval $(call IPKG_plugin_template,IPTABLES_MOD_CONNTRACK,$(IPT_CONNTRACK-m))) 54 $(eval $(call IPKG_plugin_template,IPTABLES_MOD_EXTRA,$(IPT_EXTRA-m)))55 53 $(eval $(call IPKG_plugin_template,IPTABLES_MOD_FILTER,$(IPT_FILTER-m),layer7-install)) 56 54 $(eval $(call IPKG_plugin_template,IPTABLES_MOD_IMQ,$(IPT_IMQ-m))) … … 85 83 $(RSTRIP) $(IDIR_IPTABLES) 86 84 $(IPKG_BUILD) $(IDIR_IPTABLES) $(PACKAGE_DIR) 87 88 $(IPKG_IPTABLES_EXTRA):89 $(IPKG_BUILD) $(IDIR_IPTABLES_EXTRA) $(PACKAGE_DIR)90 85 91 86 $(IPKG_IPTABLES_UTILS): -
package/jpeg/ipkg/libjpeg.control
rc80ffbe r6d2bff2 2 2 Priority: optional 3 3 Section: libs 4 Depends:5 4 Description: The Independent JPEG Group's JPEG runtime library 6 5 -
package/knock/ipkg/knock.control
rc80ffbe r6d2bff2 2 2 Priority: optional 3 3 Section: net 4 Depends:5 4 Description: A port-knocking client -
package/nocatsplash/ipkg/nocatsplash.control
rc80ffbe r6d2bff2 2 2 Priority: optional 3 3 Section: net 4 Depends: iptables -extra, glib14 Depends: iptables, glib1 5 5 Description: NoCatSplash is an Open Public Network Gateway Daemon. 6 6 It performs as a [captive/open/active] portal. When run on a gateway/router -
package/rrdcollect/ipkg/rrdcollect.control
rc80ffbe r6d2bff2 2 2 Priority: optional 3 3 Section: admin 4 Depends: librrd | librrd14 Depends: librrd 5 5 Description: Round-Robin Database (RRD) collecting daemon 6 6 RRDcollect is a daemon which polls certain files in /proc/ -
package/util-linux/ipkg/fdisk.control
rc80ffbe r6d2bff2 2 2 Priority: optional 3 3 Section: admin 4 Depends:5 4 Description: Partition table manipulation utility -
package/util-linux/ipkg/swap-utils.control
rc80ffbe r6d2bff2 2 2 Priority: optional 3 3 Section: admin 4 Depends:5 4 Description: Swap space management utilities -
package/vsftpd/ipkg/vsftpd.control
rc80ffbe r6d2bff2 3 3 Section: net 4 4 Description: a fast and secure FTP server 5 Depends: -
package/wifidog/ipkg/wifidog.control
rc80ffbe r6d2bff2 2 2 Priority: optional 3 3 Section: net 4 Depends: iptables , iptables-extra, kmod-iptables-extra4 Depends: iptables 5 5 Description: WiFiDog is a complete and embeddable captive portal 6 6 solution for wireless community groups or individuals who -
package/wknock/ipkg/wknock.control
rc80ffbe r6d2bff2 2 2 Section: net 3 3 Priority: optional 4 Depends: libpcap , wl4 Depends: libpcap 5 5 Description: A tool to hide your Access Point against opportunistic attackers. -
target/linux/Config.in
rc80ffbe r6d2bff2 109 109 help 110 110 Kernel modules for IPv4 firewalling 111 112 config FWRT_PACKAGE_KMOD_IPTABLES_EXTRA113 prompt "kmod-iptables-extra............... Extra Netfilter modules for IPv4 firewalling (meta-package)"114 tristate115 default n116 select FWRT_PACKAGE_KMOD_IPT_CONNTRACK117 select FWRT_PACKAGE_KMOD_IPT_FILTER118 select FWRT_PACKAGE_KMOD_IPT_IPOPT119 select FWRT_PACKAGE_KMOD_IPT_IPSEC120 select FWRT_PACKAGE_KMOD_IPT_NAT121 select FWRT_PACKAGE_KMOD_IPT_NAT_EXTRA122 select FWRT_PACKAGE_KMOD_IPT_QUEUE123 select FWRT_PACKAGE_KMOD_IPT_ULOG124 select FWRT_PACKAGE_KMOD_IPT_EXTRA125 help126 Extra Netfilter kernel modules for IPv4 firewalling (meta-package)127 111 128 112 config FWRT_PACKAGE_KMOD_IPT_CONNTRACK
Note:
See TracChangeset
for help on using the changeset viewer.
