Changeset e16fd8f in freewrt
- Timestamp:
- Jul 23, 2007, 5:51:03 PM (18 years ago)
- Children:
- dafde95
- Parents:
- 59fe064
- File:
-
- 1 edited
-
target/image/common.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
target/image/common.mk
r59fe064 re16fd8f 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.
Note:
See TracChangeset
for help on using the changeset viewer.
