Changeset 6d2bff2 in freewrt


Ignore:
Timestamp:
Nov 4, 2006, 5:36:20 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
7704b18
Parents:
c80ffbe
Message:
  • remove rrdtool1, we do not need two packages with same functionality (idea by dirk some time ago)
  • remove empty Depends: lines in control files
  • remove iptables extra meta packages (more cleanup for iptables / kmod-iptables needed)

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1048 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
6 deleted
18 edited

Legend:

Unmodified
Added
Removed
  • package/Config.in

    rc80ffbe r6d2bff2  
    7171source "package/ser2net/Config.in"
    7272source "package/syslog-ng/Config.in"
    73 #menu "rrdtool........................... Round-Robin Database (RRD) libraries and tools"
    7473source "package/rrdtool/Config.in"
    75 source "package/rrdtool1/Config.in"
    7674source "package/rrdcollect/Config.in"
    77 #endmenu
    7875source "package/vim/Config.in"
    7976endmenu
  • package/Config.in.collections

    rc80ffbe r6d2bff2  
    226226        select FWRT_PACKAGE_IPERF
    227227        select FWRT_PACKAGE_IPSET
     228        select FWRT_COMPILE_IPTABLES
    228229        select FWRT_PACKAGE_IPTABLES
    229         select FWRT_PACKAGE_IPTABLES_EXTRA
    230230        select FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK
    231231        select FWRT_PACKAGE_IPTABLES_MOD_EXTRA
     
    307307        select FWRT_PACKAGE_LIBREADLINE
    308308        select FWRT_PACKAGE_LIBRRD
    309         select FWRT_PACKAGE_LIBRRD1
    310309        select FWRT_PACKAGE_LIBSABLEVM_CLASSPATH
    311310        select FWRT_PACKAGE_LIBSASL2
     
    512511        select FWRT_PACKAGE_ROOFNET
    513512        select FWRT_PACKAGE_RRDCGI
    514         select FWRT_PACKAGE_RRDCGI1
    515513        select FWRT_PACKAGE_RRDCOLLECT
    516514        select FWRT_PACKAGE_RRDCOLLECT_EXAMPLE
    517515        select FWRT_PACKAGE_RRDTOOL
    518         select FWRT_PACKAGE_RRDTOOL1
    519516        select FWRT_PACKAGE_RRS
    520517        select FWRT_PACKAGE_RRS_NOSSL
     
    645642        select FWRT_PACKAGE_KMOD_EBTABLES
    646643        select FWRT_PACKAGE_KMOD_IPTABLES
    647         select FWRT_PACKAGE_KMOD_IPTABLES_EXTRA
    648644        select FWRT_PACKAGE_KMOD_IPT_CONNTRACK
    649645        select FWRT_PACKAGE_KMOD_IPT_FILTER
  • package/Makefile

    rc80ffbe r6d2bff2  
    226226package-$(FWRT_PACKAGE_RRDCOLLECT) += rrdcollect
    227227package-$(FWRT_COMPILE_RRDTOOL) += rrdtool
    228 package-$(FWRT_COMPILE_RRDTOOL1) += rrdtool1
    229228package-$(FWRT_COMPILE_RRS) += rrs
    230229package-$(FWRT_PACKAGE_RSYNC) += rsync
  • package/axtls/ipkg/libaxtls.control

    rc80ffbe r6d2bff2  
    33Section: libs
    44Description: an embedded client/server TLSv1 SSL implementation
    5 Depends:
  • package/hostap-utils/ipkg/hostap-utils.control

    rc80ffbe r6d2bff2  
    22Priority: optional
    33Section: net
    4 Depends:
    54Description: Host AP driver utility programs
  • package/ipset/ipkg/ipset.control

    rc80ffbe r6d2bff2  
    33Section: net
    44Description: Netfilter ip sets administration utility
    5 Depends: kmod-iptables-extra
     5Depends: kmod-iptables
  • package/iptables/Config.in

    rc80ffbe r6d2bff2  
    1515
    1616          http://www.iptables.org/
    17 
    18 config FWRT_PACKAGE_IPTABLES_EXTRA
    19         prompt   "iptables-extra.................. Extra Iptables extensions for IPv4 firewalling (meta-package)"
    20         tristate
    21         default n
    22         depends FWRT_PACKAGE_IPTABLES
    23         select FWRT_PACKAGE_KMOD_IPTABLES_EXTRA
    24         select FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK
    25         select FWRT_PACKAGE_IPTABLES_MOD_EXTRA
    26         select FWRT_PACKAGE_IPTABLES_MOD_FILTER
    27         select FWRT_PACKAGE_IPTABLES_MOD_IMQ
    28         select FWRT_PACKAGE_IPTABLES_MOD_IPOPT
    29         select FWRT_PACKAGE_IPTABLES_MOD_IPSEC
    30         select FWRT_PACKAGE_IPTABLES_MOD_NAT
    31         select FWRT_PACKAGE_IPTABLES_MOD_ULOG
    32         help
    33           Extra Iptables extensions for IPv4 firewalling (meta-package)
    3417
    3518config FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK
  • package/iptables/Makefile

    rc80ffbe r6d2bff2  
    3838
    3939$(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)))
    4140$(eval $(call PKG_template,IPTABLES_UTILS,iptables-utils,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
    4241$(eval $(call PKG_template,IP6TABLES,ip6tables,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
     
    5251
    5352$(eval $(call IPKG_plugin_template,IPTABLES_MOD_CONNTRACK,$(IPT_CONNTRACK-m)))
    54 $(eval $(call IPKG_plugin_template,IPTABLES_MOD_EXTRA,$(IPT_EXTRA-m)))
    5553$(eval $(call IPKG_plugin_template,IPTABLES_MOD_FILTER,$(IPT_FILTER-m),layer7-install))
    5654$(eval $(call IPKG_plugin_template,IPTABLES_MOD_IMQ,$(IPT_IMQ-m)))
     
    8583        $(RSTRIP) $(IDIR_IPTABLES)
    8684        $(IPKG_BUILD) $(IDIR_IPTABLES) $(PACKAGE_DIR)
    87 
    88 $(IPKG_IPTABLES_EXTRA):
    89         $(IPKG_BUILD) $(IDIR_IPTABLES_EXTRA) $(PACKAGE_DIR)
    9085
    9186$(IPKG_IPTABLES_UTILS):
  • package/jpeg/ipkg/libjpeg.control

    rc80ffbe r6d2bff2  
    22Priority: optional
    33Section: libs
    4 Depends:
    54Description: The Independent JPEG Group's JPEG runtime library
    65
  • package/knock/ipkg/knock.control

    rc80ffbe r6d2bff2  
    22Priority: optional
    33Section: net
    4 Depends:
    54Description: A port-knocking client
  • package/nocatsplash/ipkg/nocatsplash.control

    rc80ffbe r6d2bff2  
    22Priority: optional
    33Section: net
    4 Depends: iptables-extra, glib1
     4Depends: iptables, glib1
    55Description: NoCatSplash is an Open Public Network Gateway Daemon.
    66 It performs as a [captive/open/active] portal. When run on a gateway/router
  • package/rrdcollect/ipkg/rrdcollect.control

    rc80ffbe r6d2bff2  
    22Priority: optional
    33Section: admin
    4 Depends: librrd | librrd1
     4Depends: librrd
    55Description: Round-Robin Database (RRD) collecting daemon
    66 RRDcollect is a daemon which polls certain files in /proc/
  • package/util-linux/ipkg/fdisk.control

    rc80ffbe r6d2bff2  
    22Priority: optional
    33Section: admin
    4 Depends:
    54Description: Partition table manipulation utility
  • package/util-linux/ipkg/swap-utils.control

    rc80ffbe r6d2bff2  
    22Priority: optional
    33Section: admin
    4 Depends:
    54Description: Swap space management utilities
  • package/vsftpd/ipkg/vsftpd.control

    rc80ffbe r6d2bff2  
    33Section: net
    44Description: a fast and secure FTP server
    5 Depends:
  • package/wifidog/ipkg/wifidog.control

    rc80ffbe r6d2bff2  
    22Priority: optional
    33Section: net
    4 Depends: iptables, iptables-extra, kmod-iptables-extra
     4Depends: iptables
    55Description: WiFiDog is a complete and embeddable captive portal
    66        solution for wireless community groups or individuals who
  • package/wknock/ipkg/wknock.control

    rc80ffbe r6d2bff2  
    22Section: net
    33Priority: optional
    4 Depends: libpcap, wl
     4Depends: libpcap
    55Description: A tool to hide your Access Point against opportunistic attackers.
  • target/linux/Config.in

    rc80ffbe r6d2bff2  
    109109        help
    110110          Kernel modules for IPv4 firewalling
    111 
    112 config FWRT_PACKAGE_KMOD_IPTABLES_EXTRA
    113         prompt "kmod-iptables-extra............... Extra Netfilter modules for IPv4 firewalling (meta-package)"
    114         tristate
    115         default n
    116         select FWRT_PACKAGE_KMOD_IPT_CONNTRACK
    117         select FWRT_PACKAGE_KMOD_IPT_FILTER
    118         select FWRT_PACKAGE_KMOD_IPT_IPOPT
    119         select FWRT_PACKAGE_KMOD_IPT_IPSEC
    120         select FWRT_PACKAGE_KMOD_IPT_NAT
    121         select FWRT_PACKAGE_KMOD_IPT_NAT_EXTRA
    122         select FWRT_PACKAGE_KMOD_IPT_QUEUE
    123         select FWRT_PACKAGE_KMOD_IPT_ULOG
    124         select FWRT_PACKAGE_KMOD_IPT_EXTRA
    125         help
    126           Extra Netfilter kernel modules for IPv4 firewalling (meta-package)
    127111
    128112config FWRT_PACKAGE_KMOD_IPT_CONNTRACK
Note: See TracChangeset for help on using the changeset viewer.