Changeset 845
- Timestamp:
- 10/04/06 07:53:32 (2 years ago)
- Files:
-
- trunk/freewrt/mk/targets.mk (modified) (1 diff)
- trunk/freewrt/package/Config.in.runtime (modified) (1 diff)
- trunk/freewrt/package/base-files/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/targets.mk
r827 r845 70 70 71 71 export FS 72 73 FWRT_VERSION=devel 74 export FWRT_VERSION trunk/freewrt/package/Config.in.runtime
r836 r845 10 10 11 11 Leave empty to use distribution default: 12 http://www.freewrt.org/downloads/ snapshots/@TARGET@/packages12 http://www.freewrt.org/downloads/@VERSION@/@TARGET@/packages 13 13 14 14 config FWRT_RUNTIME_PASSWORD trunk/freewrt/package/base-files/Makefile
r827 r845 10 10 PKG_NAME:= base-files 11 11 PKG_VERSION:= 1.0 12 PKG_RELEASE:= 1 512 PKG_RELEASE:= 16 13 13 WRKSRC= ${WRKDIR}/base-files 14 14 … … 81 81 -e '/^src freewrt/s,"\(.*\)",\1,' $(IDIR_BASE)/etc/ipkg.conf 82 82 $(SED) 's,@TARGET@,$(BOARD)-$(KERNEL),g' $(IDIR_BASE)/etc/ipkg.conf 83 $(SED) 's,@VERSION@,$(FWRT_VERSION),g' $(IDIR_BASE)/etc/ipkg.conf 83 84 test -z $(FWRT_RUNTIME_PASSWORD) || \ 84 85 $(SED) 's,\*NP\*,$(MD5CRYPT),g' $(IDIR_BASE)/etc/passwd


