Changeset 3327

Show
Ignore:
Timestamp:
07/23/07 16:55:24 (1 year ago)
Author:
tg
Message:

for initramfs as well as nokernel, don't build kernel (new for initramfs),
but extract and configure it (new for nokernel)

Files:

Legend:

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

    r3234 r3327  
    4343world: $(DISTDIR) $(BUILD_DIR) $(PACKAGE_DIR) ${TOPDIR}/.cfg/FWRT_HAVE_DOT_CONFIG 
    4444        BASH='${BASH}' ${MBSH} ${TOPDIR}/scripts/scan-pkgs.sh 
    45 ifeq ($(strip ${FWRT_TARGET_NOKERNEL}),y
     45ifneq ($(strip ${FWRT_TARGET_NOKERNEL})$(strip ${FWRT_TARGET_ROOTFS_INITRAMFS}),
    4646ifeq ($(strip ${FWRT_PACKAGE_BASE_FILES}),m) 
    47         $(MAKE) -f mk/build.mk tools/install toolchain/install package/compile package_index 
     47        $(MAKE) -f mk/build.mk tools/install toolchain/install target/config-prepare package/compile package_index 
    4848else 
    49         $(MAKE) -f mk/build.mk tools/install toolchain/install package/compile package_index root_clean package/install 
     49        $(MAKE) -f mk/build.mk tools/install toolchain/install target/config-prepare package/compile package_index root_clean package/install 
    5050endif 
    5151else ifeq ($(strip ${FWRT_PACKAGE_BASE_FILES}),m)