Changeset 6d052bd in freewrt
- Timestamp:
- Jul 27, 2006, 2:37:52 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- f2e3b63e
- Parents:
- 2314460
- Location:
- package/base-files
- Files:
-
- 1 deleted
- 1 edited
-
Makefile (modified) (2 diffs)
-
default/etc/shells (deleted)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files/Makefile
r2314460 r6d052bd 4 4 5 5 PKG_NAME:= base-files 6 PKG_RELEASE:= 96 PKG_RELEASE:= 10 7 7 WRKSRC= ${WRKDIR}/base-files 8 8 … … 91 91 dd if=$$rng of=$(IDIR_BASE)/etc/.rnd bs=512 count=1; \ 92 92 chmod 600 $(IDIR_BASE)/etc/.rnd 93 echo /bin/sh >${IDIR_BASE}/etc/shells 94 ifneq (${BUSYBOX_CONFIG_ASH},) 95 echo /bin/ash >>${IDIR_BASE}/etc/shells 96 endif 97 ifneq (${BUSYBOX_CONFIG_HUSH},) 98 echo /bin/hush >>${IDIR_BASE}/etc/shells 99 endif 100 ifneq (${BUSYBOX_CONFIG_LASH},) 101 echo /bin/lash >>${IDIR_BASE}/etc/shells 102 endif 103 ifneq (${BUSYBOX_CONFIG_MSH},) 104 echo /bin/msh >>${IDIR_BASE}/etc/shells 105 endif 106 ifneq (${FWRT_PACKAGE_MKSH},) 107 echo /bin/mksh >>${IDIR_BASE}/etc/shells 108 endif 109 ifneq (${FWRT_PACKAGE_MKSH_AS_BINASH},) 110 echo /bin/ash >>${IDIR_BASE}/etc/shells 111 endif 93 112 mkdir -p $(IDIR_BASE)/dev 94 113 mkdir -p $(IDIR_BASE)/etc/crontabs
Note:
See TracChangeset
for help on using the changeset viewer.
