Changeset 3c3c38d in freewrt
- Timestamp:
- Mar 24, 2007, 3:24:42 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 89869ca
- Parents:
- aa6d24d
- Location:
- package
- Files:
-
- 2 edited
-
Config.in (modified) (1 diff)
-
base-files/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/Config.in
raa6d24d r3c3c38d 355 355 menu "Extra stuff" 356 356 357 config FWRT_PACKAGE_CONFIG_IN_ETC 358 bool ".config in /etc - include gzipped version of .config in image" 359 default y 360 help 361 Copy the configuration file (.config) of FreeWRT to the image. The 362 file will be found in /etc/freewrt.config.gz. This takes about 363 7kBytes of file system space. From this file you can always rebuild 364 the image from source. 365 357 366 config FWRT_PREFIX 358 367 string "Set a prefix for firmware image file" -
package/base-files/Makefile
raa6d24d r3c3c38d 10 10 PKG_NAME:= base-files 11 11 PKG_VERSION:= 1.0 12 PKG_RELEASE:= 1 612 PKG_RELEASE:= 17 13 13 WRKSRC= ${WRKDIR}/base-files 14 14 … … 127 127 -find $(IDIR_BASE) -type d -name .svn | xargs rm -rf 128 128 -find $(IDIR_BASE) -name '.#*' | xargs rm -f 129 ifneq (${FWRT_PACKAGE_CONFIG_IN_ETC},) 130 gzip -9c ${TOPDIR}/.config > $(IDIR_BASE)/etc/freewrt.config.gz 131 endif 129 132 $(IPKG_BUILD) $(IDIR_BASE) $(PACKAGE_DIR) 130 133
Note:
See TracChangeset
for help on using the changeset viewer.
