source: freewrt/package/util-linux/patches/501-mconfig.patch@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 2.5 KB
  • util-linux-2.

    old new  
    1616# Select for ARCH one of intel, alpha, sparc, arm, m68k, mips
    1717# Select for CPU i386 if the binaries must be able to run on an intel 386
    1818# (by default i486 code is generated, see below)
    19 CPU=$(shell uname -m)
    20 ARCH=$(shell echo $(CPU) | sed 's/i.86/intel/;s/arm.*/arm/')
     19CPU=
     20ARCH=mips
    2121
    2222# If HAVE_PAM is set to "yes", then login, chfn, chsh, and newgrp
    2323# will use PAM for authentication. Additionally, passwd will not be
     
    6464# If HAVE_WRITE is set to "yes", then write will not be built or
    6565# installed from the misc-utils subdirectory.
    6666# (There is a network aware write in netwrite from NetKit 0.16 or later.)
    67 HAVE_WRITE=no
     67HAVE_WRITE=yes
    6868
    6969# If HAVE_GETTY is set to "yes", then agetty will not be built or
    7070# installed from the login-utils subdirectory.  Note that agetty can
    7171# co-exist with other gettys, so this option should never be used.
    72 HAVE_GETTY=no
     72HAVE_GETTY=yes
    7373
    7474# If USE_TTY_GROUP is set to "yes", then wall and write will be installed
    7575# setgid to the "tty" group, and mesg will only set the group write bit.
     
    8282# If HAVE_KILL is set to "yes", then kill will not be built or
    8383# installed from the misc-utils subdirectory.
    8484# (There is also a kill in the procps package.)
    85 HAVE_KILL=no
     85HAVE_KILL=yes
    8686
    8787# If ALLOW_VCS_USE is set to "yes", then login will chown /dev/vcsN
    8888# to the current user, allowing her to make a screendump and do other
    8989# nifty things on the console, but also allowing him to keep an open
    9090# file descriptor after logging out to trick the next user.
    91 ALLOW_VCS_USE=yes
     91ALLOW_VCS_USE=no
    9292
    9393# If DO_STAT_MAIL is set to "yes", then login will stat() the mailbox
    9494# and tell the user that she has new mail. This can hang the login if
     
    102102# If HAVE_SLN is set to "yes", then sln won't be installed
    103103# (but the man page sln.8 will be installed anyway).
    104104# sln also comes with libc and glibc.
    105 HAVE_SLN=no
     105HAVE_SLN=yes
    106106
    107107# If HAVE_FDUTILS is set to "yes", then setfdprm won't be installed.
    108 HAVE_FDUTILS=no
     108HAVE_FDUTILS=yes
    109109
    110110# If SILENT_PG is set to "yes", then pg will not ring the bell
    111111# when an invalid key is pressed
    112 SILENT_PG=no
     112SILENT_PG=yes
    113113
    114114# If configure decides that Native Language Support (NLS) is available,
    115115# it sets MAY_ENABLE_NLS in defines.h. If you don't want NLS, set
    116116# DISABLE_NLS to "yes".
    117 DISABLE_NLS=no
     117DISABLE_NLS=yes
    118118
    119119# Different optimizations for different cpus.
    120120# Before gcc 2.8.0 only -m486
Note: See TracBrowser for help on using the repository browser.