Changeset 2786

Show
Ignore:
Timestamp:
06/14/07 09:58:53 (2 years ago)
Author:
tg
Message:

remove the ability to select busybox' own version of ed
I tried it, just to see how it compared to the standard
implementation of BSD ed and to (old and recent) GNU ed
and I was shocked.

Files:

Legend:

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

    r2737 r2786  
    18071807          Enable math functions of the Awk programming language. 
    18081808          NOTE: This will require libm to be present for linking. 
    1809  
    1810 config BUSYBOX_CONFIG_ED 
    1811         bool "ed" 
    1812         default n 
    1813         help 
    1814           The original 1970's Unix text editor, from the days of teletypes. 
    1815           Small, simple, evil.  Part of SUSv3.  If you're not already using 
    1816           this, you don't need it. 
    18171809 
    18181810config BUSYBOX_CONFIG_PATCH