Changeset ed3352a2 in freewrt


Ignore:
Timestamp:
Jul 21, 2006, 9:31:26 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
d6462e5
Parents:
64e1977
Message:

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

git-svn-id: svn://www.freewrt.org/trunk/freewrt@328 afb5a338-a214-0410-bd46-81f09a774fd1

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/base-files/Makefile

    r64e1977 red3352a2  
    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 \
  • rules.mk

    r64e1977 red3352a2  
    128128export UNAME_S UNAME_R UNAME_M
    129129
     130MKPASSWD:=      $(STAGING_DIR)/bin/mkpasswd -H md5
     131
    130132EXTRACT_CMD=    mkdir -p ${WRKDIR}; \
    131133                cd ${WRKDIR} && \
Note: See TracChangeset for help on using the changeset viewer.