Changeset 08e79f2 in freewrt for target/linux/kernel.mk


Ignore:
Timestamp:
Jul 6, 2006, 2:11:14 AM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
e82b032
Parents:
7443d5c
Message:

fix an ugly bug, kmod-* packages are not automatically installed
into the firmware. it was not a bad commit, it is/was a bug in openwrt
kamikaze...

git-svn-id: svn://www.freewrt.org/trunk/freewrt@174 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • target/linux/kernel.mk

    r7443d5c r08e79f2  
    6969        @mkdir -p $(TARGET_MODULES_DIR)
    7070        @rm -rf $(LINUX_BUILD_DIR)/root*
    71         @cp -fpR $(BUILD_DIR)/root $(LINUX_BUILD_DIR)/
     71        @$(CP) $(BUILD_DIR)/root $(LINUX_BUILD_DIR)/
    7272        echo -e 'dest root /\noption offline_root $(LINUX_BUILD_DIR)/root' > $(LINUX_BUILD_DIR)/ipkg.conf
    7373        $(MAKE) -C $(TOPDIR)/target/linux/package \
    7474                $(KPKG_MAKEOPTS) \
    7575                install
    76         @{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG_KERNEL) install $(INSTALL_TARGETS) || true; } $(MAKE_TRACE)
     76        [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG_KERNEL) install $(INSTALL_TARGETS)
    7777
    7878$(KERNEL_IPKG):
Note: See TracChangeset for help on using the changeset viewer.