Changeset 328

Show
Ignore:
Timestamp:
07/21/06 21:31:26 (6 years ago)
Author:
tg
Message:

without this patch, mkpasswd cannot ever have worked on GNU/Linux even

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/base-files/Makefile

    r326 r328  
    6565        $(SED) 's,@TARGET@,$(BOARD)-$(KERNEL),g' $(IDIR_BASE)/etc/ipkg.conf 
    6666        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 
    6968        test -n $(BR2_RUNTIME_SSHKEY) && ( \ 
    7069            mkdir -p $(IDIR_BASE)/etc/dropbear \ 
  • trunk/freewrt/rules.mk

    r319 r328  
    128128export UNAME_S UNAME_R UNAME_M 
    129129 
     130MKPASSWD:=      $(STAGING_DIR)/bin/mkpasswd -H md5 
     131 
    130132EXTRACT_CMD=    mkdir -p ${WRKDIR}; \ 
    131133                cd ${WRKDIR} && \