Changeset 3329
- Timestamp:
- 07/23/07 17:51:03 (1 year ago)
- Files:
-
- trunk/freewrt/target/image/common.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/target/image/common.mk
r3328 r3329 61 61 li=$$inode; \ 62 62 done 63 chmod 4111 ${KDIR}/root/bin/busybox 63 64 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 fi70 @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 fi76 65 # Ok, we can flash _that_ now.


