Changeset 3215

Show
Ignore:
Timestamp:
07/14/07 22:37:40 (1 year ago)
Author:
wbx
Message:

hi,
we had a longer discussion about this in the past. Today a Unix sysadmin
convinced me to change the policy and add ifconfig and route back as default.
People who need more space, should just disable it in the ADK, they know how to use it and know how to disable it. "new" users, but old unix people, just need
route/ifconfig, because it works on every other unix.

This commit is sponsored by Julian Wiesener.

;)

Files:

Legend:

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

    r3193 r3215  
    36423642config BUSYBOX_CONFIG_IFCONFIG 
    36433643        bool "ifconfig" 
    3644         default n 
     3644        default y 
    36453645        help 
    36463646          Ifconfig is used to configure the kernel-resident network interfaces. 
     
    40114011config BUSYBOX_CONFIG_ROUTE 
    40124012        bool "route" 
    4013         default n 
     4013        default y 
    40144014        help 
    40154015          Route displays or manipulates the kernel's IP routing tables. 
  • trunk/freewrt/package/busybox/Makefile

    r2956 r3215  
    99PKG_NAME:=              busybox 
    1010PKG_VERSION:=           1.4.2 
    11 PKG_RELEASE:=           20 
     11PKG_RELEASE:=           21 
    1212PKG_MD5SUM:=            b4c61fb15642be9dde20e8493788c585 
    1313DISTFILES:=             $(PKG_NAME)-$(PKG_VERSION).tar.bz2