Changeset 3329

Show
Ignore:
Timestamp:
07/23/07 17:51:03 (1 year ago)
Author:
tg
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/target/image/common.mk

    r3328 r3329  
    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.