Changeset f59cfbb in freewrt
- Timestamp:
- Jul 21, 2006, 11:35:46 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 054c5fc
- Parents:
- e60801e
- File:
-
- 1 edited
-
package/base-files/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files/Makefile
re60801e rf59cfbb 36 36 PACKAGES_INSTALL:=$(IPKG_BASE) $(IPKG_UCLIBC) 37 37 38 MD5CRYPT := $(shell $(MKPASSWD) "$(BR2_RUNTIME_PASSWORD)")38 MD5CRYPT := $(shell $(MKPASSWD) $(BR2_RUNTIME_PASSWORD)) 39 39 40 40 ifeq ($(BR2_PACKAGE_LIBGCC),y) … … 64 64 -e '/^src freewrt/s,"\(.*\)",\1,' $(IDIR_BASE)/etc/ipkg.conf 65 65 $(SED) 's,@TARGET@,$(BOARD)-$(KERNEL),g' $(IDIR_BASE)/etc/ipkg.conf 66 test -z '$(BR2_RUNTIME_PASSWORD)'|| \66 test -z $(BR2_RUNTIME_PASSWORD) || \ 67 67 $(SED) 's,*NP*,$(MD5CRYPT),g' $(IDIR_BASE)/etc/passwd 68 68 test -z '$(BR2_RUNTIME_SSHKEY)' || ( \
Note:
See TracChangeset
for help on using the changeset viewer.
