Changeset f59cfbb in freewrt for package


Ignore:
Timestamp:
Jul 21, 2006, 11:35:46 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
054c5fc
Parents:
e60801e
Message:

fixed doubled quotes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/base-files/Makefile

    re60801e rf59cfbb  
    3636PACKAGES_INSTALL:=$(IPKG_BASE) $(IPKG_UCLIBC)
    3737
    38 MD5CRYPT := $(shell $(MKPASSWD) "$(BR2_RUNTIME_PASSWORD)")
     38MD5CRYPT := $(shell $(MKPASSWD) $(BR2_RUNTIME_PASSWORD))
    3939
    4040ifeq ($(BR2_PACKAGE_LIBGCC),y)
     
    6464            -e '/^src freewrt/s,"\(.*\)",\1,' $(IDIR_BASE)/etc/ipkg.conf
    6565        $(SED) 's,@TARGET@,$(BOARD)-$(KERNEL),g' $(IDIR_BASE)/etc/ipkg.conf
    66         test -z '$(BR2_RUNTIME_PASSWORD)' || \
     66        test -z $(BR2_RUNTIME_PASSWORD) || \
    6767            $(SED) 's,*NP*,$(MD5CRYPT),g' $(IDIR_BASE)/etc/passwd
    6868        test -z '$(BR2_RUNTIME_SSHKEY)' || ( \
Note: See TracChangeset for help on using the changeset viewer.