Changeset 9cf508e in freewrt for package/base-files/Makefile
- Timestamp:
- Jul 21, 2006, 3:52:46 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 0631111
- Parents:
- 1d8c05f
- File:
-
- 1 edited
-
package/base-files/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/base-files/Makefile
r1d8c05f r9cf508e 36 36 PACKAGES_INSTALL:=$(IPKG_BASE) $(IPKG_UCLIBC) 37 37 38 MD5CRYPT := $(shell $(MKPASSWD) "$(BR2_RUNTIME_PASSWORD)") 39 38 40 ifeq ($(BR2_PACKAGE_LIBGCC),y) 39 41 PACKAGES+=$(IPKG_LIBGCC) … … 62 64 -e '/^src freewrt/s,"\(.*\)",\1,' $(IDIR_BASE)/etc/ipkg.conf 63 65 $(SED) 's,@TARGET@,$(BOARD)-$(KERNEL),g' $(IDIR_BASE)/etc/ipkg.conf 66 test $(BR2_RUNTIME_PASSWORD) -eq "-KEY-" || (|| 67 test -n $(BR2_RUNTIME_PASSWORD) && \ 68 $(SED) 's,*NP*,$(MD5CRYPT),g' $(IDIR_BASE)/etc/passwd || \ 69 $(SED) 's,*NP*,,g' $(IDIR_BASE)/etc/passwd \ 70 ) 71 test -n $(BR2_RUNTIME_SSHKEY) && ( \ 72 mkdir -p $(IDIR_BASE)/etc/dropbear \ 73 echo $(BR2_RUNTIME_SSHKEY) > $(IDIR_BASE)/etc/dropbear/authorized_keys \ 74 ) 64 75 mkdir -p $(IDIR_BASE)/dev 65 76 mkdir -p $(IDIR_BASE)/etc/crontabs
Note:
See TracChangeset
for help on using the changeset viewer.
