Changeset e7271be in freewrt


Ignore:
Timestamp:
Oct 20, 2006, 10:48:02 PM (19 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
7a57a5e
Parents:
a824bb5
Message:

Fixed behaviour of Package Collections to create
soft dependencies rather than hard dependencies,
as there still should be a way to change earlier
taken preselections.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@976 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • package/Config.in.collections

    ra824bb5 re7271be  
    99config FWRT_WLAN_DSL_ROUTER_PPPOE
    1010        bool "WLAN Router for DSL with PPPoE"
    11         select FWRT_PACKAGE_IPTABLES
    12         select FWRT_PACKAGE_DNSMASQ
    13         select FWRT_PACKAGE_BRIDGE_UTILS
    14         select FWRT_PACKAGE_BROADCOM_NAS
    15         select FWRT_PACKAGE_BROADCOM_WL_UTIL
    16         select FWRT_PACKAGE_PPP
    17         select FWRT_PACKAGE_PPP_MOD_PPPOE
    18         select FWRT_PACKAGE_OPENNTPD
    19         select FWRT_PACKAGE_EZIPUPDATE
    2011        help
    2112          Firmware for WLAN DSL router with pppoe. It selects a dns server,
     
    2516config FWRT_WLAN_DSL_ROUTER_PPTP
    2617        bool "WLAN Router for DSL with PPTP"
    27         select FWRT_PACKAGE_IPTABLES
    28         select FWRT_PACKAGE_DNSMASQ
    29         select FWRT_PACKAGE_BRIDGE_UTILS
    30         select FWRT_PACKAGE_BROADCOM_NAS
    31         select FWRT_PACKAGE_BROADCOM_WL_UTIL
    32         select FWRT_PACKAGE_PPTP
    33         select FWRT_PACKAGE_OPENNTPD
    34         select FWRT_PACKAGE_EZIPUPDATE
    3518        help
    3619          Firmware for WLAN DSL router with pppoe. It selects a dns server,
     
    4023config FWRT_WLAN_DSL_ROUTER_DHCP
    4124        bool "WLAN Router for DSL with DHCP (cable modem)"
    42         select FWRT_PACKAGE_IPTABLES
    43         select FWRT_PACKAGE_DNSMASQ
    44         select FWRT_PACKAGE_BRIDGE_UTILS
    45         select FWRT_PACKAGE_BROADCOM_NAS
    46         select FWRT_PACKAGE_BROADCOM_WL_UTIL
    47         select FWRT_PACKAGE_PPTP
    48         select FWRT_PACKAGE_OPENNTPD
    49         select FWRT_PACKAGE_EZIPUPDATE
    5025        help
    5126          Firmware for WLAN DSL router with dhcp client for wan interface. It
     
    5530config FWRT_OPENVPN_ROUTER
    5631        bool "Router for DSL with OpenVPN"
    57         select FWRT_PACKAGE_IPTABLES
    58         select FWRT_PACKAGE_DNSMASQ
    59         select FWRT_PACKAGE_PPP
    60         select FWRT_PACKAGE_PPP_MOD_PPPOE
    61         select FWRT_PACKAGE_OPENNTPD
    62         select FWRT_PACKAGE_OPENVPN
    6332        help
    6433          Firmware for DSL router with OpenVPN. It selects dns server,
     
    6736config FWRT_IPSEC_ROUTER
    6837        bool "Router for DSL with IPSec"
    69         select FWRT_PACKAGE_IPTABLES
    70         select FWRT_PACKAGE_DNSMASQ
    71         select FWRT_PACKAGE_PPP
    72         select FWRT_PACKAGE_PPP_MOD_PPPOE
    73         select FWRT_PACKAGE_OPENNTPD
    74         select FWRT_PACKAGE_OPENSWAN
    7538        help
    7639          Firmware for DSL router with IPSec. It selects dns server,
  • package/bridge-utils/Config.in

    ra824bb5 re7271be  
    22        prompt "bridge-utils...................... Ethernet bridging configuration utility"
    33        tristate
     4        default y if FWRT_WLAN_DSL_ROUTER_PPPOE
     5        default y if FWRT_WLAN_DSL_ROUTER_PPTP
     6        default y if FWRT_WLAN_DSL_ROUTER_DHCP
    47        default n
    58        help
  • package/broadcom-nas/Config.in

    ra824bb5 re7271be  
    1717        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL
    1818        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
     19        default y if FWRT_WLAN_DSL_ROUTER_PPPOE
     20        default y if FWRT_WLAN_DSL_ROUTER_PPTP
     21        default y if FWRT_WLAN_DSL_ROUTER_DHCP
    1922        default n
    2023        depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \
  • package/broadcom-wl-util/Config.in

    ra824bb5 re7271be  
    1717        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GL
    1818        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
     19        default y if FWRT_WLAN_DSL_ROUTER_PPPOE
     20        default y if FWRT_WLAN_DSL_ROUTER_PPTP
     21        default y if FWRT_WLAN_DSL_ROUTER_DHCP
    1922        default n
    2023        depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \
  • package/dnsmasq/Config.in

    ra824bb5 re7271be  
    22        prompt "dnsmasq........................... Lightweight DNS and DHCP server"
    33        tristate
     4        default y if FWRT_WLAN_DSL_ROUTER_PPPOE
     5        default y if FWRT_WLAN_DSL_ROUTER_PPTP
     6        default y if FWRT_WLAN_DSL_ROUTER_DHCP
     7        default y if FWRT_OPENVPN_ROUTER
     8        default y if FWRT_IPSEC_ROUTER
    49        default n
    510        help
  • package/ez-ipupdate/Config.in

    ra824bb5 re7271be  
    22        prompt "ez-ipupdate....................... Client for most dynamic DNS services"
    33        tristate
    4         default m if CONFIG_DEVEL
     4        default y if FWRT_WLAN_DSL_ROUTER_PPPOE
     5        default y if FWRT_WLAN_DSL_ROUTER_PPTP
     6        default y if FWRT_WLAN_DSL_ROUTER_DHCP
     7        default n
    58        help
    69          A client for many Dynamic DNS services.
  • package/iproute2/Config.in

    ra824bb5 re7271be  
    99        default n
    1010        select FWRT_COMPILE_IPROUTE2
     11        depends on ! BUSYBOX_CONFIG_IP
     12
     13comment  "ip................................ Already provided by Busybox"
     14        depends BUSYBOX_CONFIG_IP
    1115
    1216config FWRT_PACKAGE_TC
  • package/iptables/Config.in

    ra824bb5 re7271be  
    99        prompt "iptables.......................... IPv4 firewall administration tool"
    1010        tristate
     11        default y if FWRT_WLAN_DSL_ROUTER_PPPOE
     12        default y if FWRT_WLAN_DSL_ROUTER_PPTP
     13        default y if FWRT_WLAN_DSL_ROUTER_DHCP
     14        default y if FWRT_OPENVPN_ROUTER
     15        default y if FWRT_IPSEC_ROUTER
    1116        default n
    1217        select FWRT_COMPILE_IPTABLES
  • package/openntpd/Config.in

    ra824bb5 re7271be  
    22        prompt "openntpd.......................... A free and easy to use NTP (Network Time Protocol) implementation"
    33        tristate
    4         default m if CONFIG_DEVEL
     4        default y if FWRT_WLAN_DSL_ROUTER_PPPOE
     5        default y if FWRT_WLAN_DSL_ROUTER_PPTP
     6        default y if FWRT_WLAN_DSL_ROUTER_DHCP
     7        default y if FWRT_OPENVPN_ROUTER
     8        default y if FWRT_IPSEC_ROUTER
     9        default n
    510        help
    611          NTP server
  • package/openswan/Config.in

    ra824bb5 re7271be  
    22        prompt "openswan.......................... VPN solution using IPsec"
    33        tristate
     4        default y if FWRT_IPSEC_ROUTER
    45        default n
    56        select FWRT_PACKAGE_IP
  • package/openvpn/Config.in

    ra824bb5 re7271be  
    33        prompt "openvpn........................... Open source VPN solution using SSL"
    44        tristate
    5         default m if CONFIG_DEVEL
     5        default y if FWRT_OPENVPN_ROUTER
     6        default n
    67        select FWRT_PACKAGE_KMOD_TUN
    78        help
  • package/ppp/Config.in

    ra824bb5 re7271be  
    33        prompt "ppp............................... PPP (Point-to-Point Protocol) daemon"
    44        tristate
     5        default y if FWRT_WLAN_DSL_ROUTER_PPPOE
     6        default y if FWRT_OPENVPN_ROUTER
     7        default y if FWRT_IPSEC_ROUTER
    58        default n
    69        select FWRT_PACKAGE_KMOD_PPP
     
    2225        prompt "ppp-mod-pppoe................... PPPoE (PPP over Ethernet) plugin"
    2326        tristate
     27        default y if FWRT_WLAN_DSL_ROUTER_PPPOE
     28        default y if FWRT_OPENVPN_ROUTER
     29        default y if FWRT_IPSEC_ROUTER
    2430        default n
    2531        select FWRT_PACKAGE_KMOD_PPPOE
  • package/pptp/Config.in

    ra824bb5 re7271be  
    22        prompt "pptp.............................. PPTP (Point-to-Point Tunneling Protocol) client"
    33        tristate
    4         default m if CONFIG_DEVEL
     4        default y if FWRT_WLAN_DSL_ROUTER_PPTP
     5        default y if FWRT_WLAN_DSL_ROUTER_DHCP
     6        default n
    57        select FWRT_PACKAGE_KMOD_GRE
    68        select FWRT_PACKAGE_PPP
Note: See TracChangeset for help on using the changeset viewer.