Changeset e16fd8f in freewrt


Ignore:
Timestamp:
Jul 23, 2007, 5:51:03 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
dafde95
Parents:
59fe064
Message:

fix busybox perms here and nuke the sh crap, mksh is always there

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/image/common.mk

    r59fe064 re16fd8f  
    6161                li=$$inode; \
    6262        done
     63        chmod 4111 ${KDIR}/root/bin/busybox
    6364        chmod 1777 ${KDIR}/root/tmp
    64         @if test ! -e ${KDIR}/root/bin/sh; then \
    65                 echo "Error: no /bin/sh found!" >&2; \
    66                 echo "Please select either busybox' ash or mksh and" >&2; \
    67                 echo "choose either of them as /bin/sh in menuconfig." >&2; \
    68                 exit 1; \
    69         fi
    70         @if test ! -e ${KDIR}/root/bin/ash; then \
    71                 echo "Error: no /bin/ash found!" >&2; \
    72                 echo "Please select either busybox' ash, or select" >&2; \
    73                 echo "mksh and 'use mksh as /bin/ash' in menuconfig." >&2; \
    74                 exit 1; \
    75         fi
    7665        # Ok, we can flash _that_ now.
Note: See TracChangeset for help on using the changeset viewer.