Changeset 2798
- Timestamp:
- 06/14/07 15:28:58 (1 year ago)
- Files:
-
- trunk/freewrt/mk/build.mk (modified) (1 diff)
- trunk/freewrt/package/base-files/Makefile (modified) (1 diff)
- trunk/freewrt/package/base-files/ipkg/base-files.control (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/mk/build.mk
r2795 r2798 44 44 BASH='${BASH}' ${MBSH} ${TOPDIR}/scripts/scan-pkgs.sh 45 45 ifeq ($(strip ${FWRT_TARGET_NOKERNEL}),y) 46 ifeq ($(strip ${FWRT_PACKAGE_BASE_FILES}),m) 46 47 $(MAKE) -f mk/build.mk tools/install toolchain/install package/compile package_index 48 else 49 $(MAKE) -f mk/build.mk tools/install toolchain/install package/compile package_index root_clean package/install 50 endif 47 51 else ifeq ($(strip ${FWRT_PACKAGE_BASE_FILES}),m) 48 52 $(MAKE) -f mk/build.mk tools/install toolchain/install target/config-prepare target/compile package/compile trunk/freewrt/package/base-files/Makefile
r2796 r2798 365 365 gzip -9c ${TOPDIR}/.config >$(IDIR_BASE_FILES)/etc/freewrt.config.gz 366 366 endif 367 echo 'Package: base-files-${PKG_ID}' >>${IDIR_BASE_FILES}/CONTROL/control 367 368 368 369 ${_IPKGS_COOKIE}: ${TOPDIR}/package/base-files/.svn/entries trunk/freewrt/package/base-files/ipkg/base-files.control
r2796 r2798 1 Package: base-files2 1 Priority: base 3 2 Section: base


