Changeset e7271be in freewrt for package/openntpd


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.