Changeset 2568

Show
Ignore:
Timestamp:
05/20/07 16:53:36 (2 years ago)
Author:
n0-1
Message:

resolve XOR-situation in a new way

in the past we were using stuff like
| depends on ! BUSYBOX_FOO_BAR
and
| prompt "already provided by busybox" if BUSYBOX_FOO_BAR
but this just sux!
Simple example: to select iproute2 'ip', one just needs to
deselect busybox 'ip' and 'use busybox ip applet' for ifupdown.
Using the new way shown here, one just selects gnu 'tar' and
busybox 'tar' will just disappear.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/busybox/Config.in

    r2519 r2568  
    647647        bool "tar" 
    648648        default y 
     649        depends on ! FWRT_PACKAGE_TAR 
    649650        help 
    650651          tar is an archiving program. It's commonly used with gzip to