Changeset ed3352a2 in freewrt
- Timestamp:
- Jul 21, 2006, 9:31:26 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- d6462e5
- Parents:
- 64e1977
- Files:
-
- 2 edited
-
package/base-files/Makefile (modified) (1 diff)
-
rules.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files/Makefile
r64e1977 red3352a2 65 65 $(SED) 's,@TARGET@,$(BOARD)-$(KERNEL),g' $(IDIR_BASE)/etc/ipkg.conf 66 66 test -n $(BR2_RUNTIME_PASSWORD) && \ 67 $(SED) 's,*NP*,$(MD5CRYPT),g' $(IDIR_BASE)/etc/passwd \ 68 ) 67 $(SED) 's,*NP*,$(MD5CRYPT),g' $(IDIR_BASE)/etc/passwd 69 68 test -n $(BR2_RUNTIME_SSHKEY) && ( \ 70 69 mkdir -p $(IDIR_BASE)/etc/dropbear \ -
rules.mk
r64e1977 red3352a2 128 128 export UNAME_S UNAME_R UNAME_M 129 129 130 MKPASSWD:= $(STAGING_DIR)/bin/mkpasswd -H md5 131 130 132 EXTRACT_CMD= mkdir -p ${WRKDIR}; \ 131 133 cd ${WRKDIR} && \
Note:
See TracChangeset
for help on using the changeset viewer.
