Changeset 600c8ab in freewrt
- Timestamp:
- Aug 1, 2007, 3:58:23 PM (18 years ago)
- Children:
- ed9cf56
- Parents:
- 3c8b2d7
- Location:
- package
- Files:
-
- 1 added
- 5 deleted
- 7 edited
-
Config.in (modified) (1 diff)
-
Makefile (modified) (1 diff)
-
base-files/Makefile (modified) (1 diff)
-
base-files/files/etc/profile (modified) (1 diff)
-
busybox/Makefile (modified) (1 diff)
-
busybox/bbconfig.full (modified) (3 diffs)
-
busybox/bbconfig.norm (modified) (3 diffs)
-
busybox/patches/100-chkuterm.patch (added)
-
chkuterm/Config.in (deleted)
-
chkuterm/Makefile (deleted)
-
chkuterm/extra/Makefile (deleted)
-
chkuterm/extra/chkuterm.c (deleted)
-
chkuterm/ipkg/chkuterm.control (deleted)
Legend:
- Unmodified
- Added
- Removed
-
package/Config.in
r3c8b2d7 r600c8ab 49 49 source "package/bitchx/Config.in" 50 50 source "package/cbtt/Config.in" 51 source "package/chkuterm/Config.in"52 51 source "package/collectd/Config.in" 53 52 source "package/ctorrent/Config.in" -
package/Makefile
r3c8b2d7 r600c8ab 41 41 package-$(FWRT_PACKAGE_CGILIB) += cgilib 42 42 package-$(FWRT_PACKAGE_CHILLISPOT) += chillispot 43 package-${FWRT_PACKAGE_CHKUTERM} += chkuterm44 43 package-$(FWRT_PACKAGE_CIFSMOUNT) += cifsmount 45 44 package-$(FWRT_PACKAGE_CLICK) += click -
package/base-files/Makefile
r3c8b2d7 r600c8ab 10 10 PKG_NAME:= base-files 11 11 PKG_VERSION:= 1.1 12 PKG_RELEASE:= 2 312 PKG_RELEASE:= 24 13 13 WRKDIST= ${WRKDIR}/base-files 14 14 NO_DISTFILES:= 1 -
package/base-files/files/etc/profile
r3c8b2d7 r600c8ab 11 11 [ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 "$@"; } 12 12 alias ls='ls --color' 13 [ -z "$LC_CTYPE" ] && eval $(chkuterm 2>&-) 13 14 if [ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ]; then 14 15 [ -z "$BASH_VERSION" ] || PS1='\u@\h:\w\$ ' 15 16 alias ll="ls -l" 16 17 else 18 [[ $LC_CTYPE = *UTF* ]] && set -U 17 19 . /etc/mkshrc 18 20 fi -
package/busybox/Makefile
r3c8b2d7 r600c8ab 9 9 PKG_NAME:= busybox 10 10 PKG_VERSION:= 1.4.2 11 PKG_RELEASE:= 2 511 PKG_RELEASE:= 26 12 12 PKG_MD5SUM:= b4c61fb15642be9dde20e8493788c585 13 13 DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 -
package/busybox/bbconfig.full
r3c8b2d7 r600c8ab 1 # 2 # Automatically generated make config: don't edit 1 3 # Busybox version: 1.4.2 4 # Wed Aug 1 15:54:33 2007 2 5 # 3 6 CONFIG_HAVE_DOT_CONFIG=y … … 58 61 # CONFIG_INSTALL_APPLET_HARDLINKS is not set 59 62 # CONFIG_INSTALL_APPLET_DONT is not set 60 CONFIG_PREFIX=" @IDIR@"63 CONFIG_PREFIX="/home/thorsten/dev/brcm/build_mipsel/w-busybox-1.4.2-26/fake-mipsel/ipkg-busybox" 61 64 62 65 # … … 240 243 # Console Utilities 241 244 # 245 CONFIG_CHKUTERM=y 242 246 # CONFIG_CHVT is not set 243 247 CONFIG_CLEAR=y -
package/busybox/bbconfig.norm
r3c8b2d7 r600c8ab 1 # 2 # Automatically generated make config: don't edit 1 3 # Busybox version: 1.4.2 4 # Wed Aug 1 15:54:33 2007 2 5 # 3 6 CONFIG_HAVE_DOT_CONFIG=y … … 58 61 # CONFIG_INSTALL_APPLET_HARDLINKS is not set 59 62 # CONFIG_INSTALL_APPLET_DONT is not set 60 CONFIG_PREFIX=" @IDIR@"63 CONFIG_PREFIX="/home/thorsten/dev/brcm/build_mipsel/w-busybox-1.4.2-26/fake-mipsel/ipkg-busybox" 61 64 62 65 # … … 240 243 # Console Utilities 241 244 # 245 CONFIG_CHKUTERM=y 242 246 # CONFIG_CHVT is not set 243 247 # CONFIG_CLEAR is not set
Note:
See TracChangeset
for help on using the changeset viewer.
