Changeset 2798

Show
Ignore:
Timestamp:
06/14/07 15:28:58 (1 year ago)
Author:
tg
Message:

• base-files: fix .ipk file name
• build.mk: if FWRT_PACKAGE_BASE_FILES=y also create build_mipsel/root

(for chroot build_i386/root/)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/mk/build.mk

    r2795 r2798  
    4444        BASH='${BASH}' ${MBSH} ${TOPDIR}/scripts/scan-pkgs.sh 
    4545ifeq ($(strip ${FWRT_TARGET_NOKERNEL}),y) 
     46ifeq ($(strip ${FWRT_PACKAGE_BASE_FILES}),m) 
    4647        $(MAKE) -f mk/build.mk tools/install toolchain/install package/compile package_index 
     48else 
     49        $(MAKE) -f mk/build.mk tools/install toolchain/install package/compile package_index root_clean package/install 
     50endif 
    4751else ifeq ($(strip ${FWRT_PACKAGE_BASE_FILES}),m) 
    4852        $(MAKE) -f mk/build.mk tools/install toolchain/install target/config-prepare target/compile package/compile 
  • trunk/freewrt/package/base-files/Makefile

    r2796 r2798  
    365365        gzip -9c ${TOPDIR}/.config >$(IDIR_BASE_FILES)/etc/freewrt.config.gz 
    366366endif 
     367        echo 'Package: base-files-${PKG_ID}' >>${IDIR_BASE_FILES}/CONTROL/control 
    367368 
    368369${_IPKGS_COOKIE}: ${TOPDIR}/package/base-files/.svn/entries 
  • trunk/freewrt/package/base-files/ipkg/base-files.control

    r2796 r2798  
    1 Package: base-files 
    21Priority: base 
    32Section: base