remove (unused?) linux symlink in BUILD_DIR
authorNicolas Thill <nico@openwrt.org>
Sun, 16 Sep 2007 16:28:50 +0000 (16:28 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 16 Sep 2007 16:28:50 +0000 (16:28 +0000)
SVN-Revision: 8804

include/kernel-defaults.mk

index 40316e000371334bd6d4aeaabf0ff2bfd311c611..7e475660aeb94a05bf610f72c35095229d5bd616 100644 (file)
@@ -61,8 +61,6 @@ define Kernel/Configure/Default
        $(SCRIPT_DIR)/kconfig.pl 'm+' $(LINUX_DIR)/.config.target $(LINUX_DIR)/.config.override > $(LINUX_DIR)/.config
        $(call Kernel/Configure/$(KERNEL))
        rm -rf $(KERNEL_BUILD_DIR)/modules
-       @rm -f $(BUILD_DIR)/linux
-       ln -sf $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION) $(BUILD_DIR)/linux
 endef
 
 define Kernel/CompileModules/Default