Changeset ed3352a2 in freewrt for package


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

File:
1 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 \
Note: See TracChangeset for help on using the changeset viewer.