1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-29 23:51:17 +02:00

remove (unused?) linux symlink in BUILD_DIR

SVN-Revision: 8804
This commit is contained in:
Nicolas Thill 2007-09-16 16:28:50 +00:00
parent efb8b66786
commit 8c7105e20a

@ -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