Changeset 3372

Show
Ignore:
Timestamp:
08/01/07 15:58:23 (1 year ago)
Author:
tg
Message:

make chkuterm into a busybox applet

Files:

Legend:

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

    r3359 r3372  
    4949source "package/bitchx/Config.in" 
    5050source "package/cbtt/Config.in" 
    51 source "package/chkuterm/Config.in" 
    5251source "package/collectd/Config.in" 
    5352source "package/ctorrent/Config.in" 
  • trunk/freewrt/package/Makefile

    r3359 r3372  
    4141package-$(FWRT_PACKAGE_CGILIB) += cgilib 
    4242package-$(FWRT_PACKAGE_CHILLISPOT) += chillispot 
    43 package-${FWRT_PACKAGE_CHKUTERM} += chkuterm 
    4443package-$(FWRT_PACKAGE_CIFSMOUNT) += cifsmount 
    4544package-$(FWRT_PACKAGE_CLICK) += click 
  • trunk/freewrt/package/base-files/Makefile

    r3344 r3372  
    1010PKG_NAME:=              base-files 
    1111PKG_VERSION:=           1.1 
    12 PKG_RELEASE:=           23 
     12PKG_RELEASE:=           24 
    1313WRKDIST=                ${WRKDIR}/base-files 
    1414NO_DISTFILES:=          1 
  • trunk/freewrt/package/base-files/files/etc/profile

    r3238 r3372  
    1111[ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 "$@"; } 
    1212alias ls='ls --color' 
     13[ -z "$LC_CTYPE" ] && eval $(chkuterm 2>&-) 
    1314if [ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ]; then 
    1415        [ -z "$BASH_VERSION" ] || PS1='\u@\h:\w\$ ' 
    1516        alias ll="ls -l" 
    1617else 
     18        [[ $LC_CTYPE = *UTF* ]] && set -U 
    1719        . /etc/mkshrc 
    1820fi 
  • trunk/freewrt/package/busybox/Makefile

    r3367 r3372  
    99PKG_NAME:=              busybox 
    1010PKG_VERSION:=           1.4.2 
    11 PKG_RELEASE:=           25 
     11PKG_RELEASE:=           26 
    1212PKG_MD5SUM:=            b4c61fb15642be9dde20e8493788c585 
    1313DISTFILES:=             $(PKG_NAME)-$(PKG_VERSION).tar.bz2 
  • trunk/freewrt/package/busybox/bbconfig.full

    r3234 r3372  
     1# 
     2# Automatically generated make config: don't edit 
    13# Busybox version: 1.4.2 
     4# Wed Aug  1 15:54:33 2007 
    25# 
    36CONFIG_HAVE_DOT_CONFIG=y 
     
    5861# CONFIG_INSTALL_APPLET_HARDLINKS is not set 
    5962# CONFIG_INSTALL_APPLET_DONT is not set 
    60 CONFIG_PREFIX="@IDIR@
     63CONFIG_PREFIX="/home/thorsten/dev/brcm/build_mipsel/w-busybox-1.4.2-26/fake-mipsel/ipkg-busybox
    6164 
    6265# 
     
    240243# Console Utilities 
    241244# 
     245CONFIG_CHKUTERM=y 
    242246# CONFIG_CHVT is not set 
    243247CONFIG_CLEAR=y 
  • trunk/freewrt/package/busybox/bbconfig.norm

    r3234 r3372  
     1# 
     2# Automatically generated make config: don't edit 
    13# Busybox version: 1.4.2 
     4# Wed Aug  1 15:54:33 2007 
    25# 
    36CONFIG_HAVE_DOT_CONFIG=y 
     
    5861# CONFIG_INSTALL_APPLET_HARDLINKS is not set 
    5962# CONFIG_INSTALL_APPLET_DONT is not set 
    60 CONFIG_PREFIX="@IDIR@
     63CONFIG_PREFIX="/home/thorsten/dev/brcm/build_mipsel/w-busybox-1.4.2-26/fake-mipsel/ipkg-busybox
    6164 
    6265# 
     
    240243# Console Utilities 
    241244# 
     245CONFIG_CHKUTERM=y 
    242246# CONFIG_CHVT is not set 
    243247# CONFIG_CLEAR is not set