mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 19:59:28 -05:00
replace another instance of a relative path to generic-2.* with an absolute one (for symlinked target directories)
SVN-Revision: 5885
This commit is contained in:
@@ -63,7 +63,7 @@ endif
|
||||
|
||||
define Kernel/Prepare/Default
|
||||
bzcat $(DL_DIR)/$(LINUX_SOURCE) | tar -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS)
|
||||
[ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) $(GENERIC_PLATFORM_DIR)/patches
|
||||
[ -d $(GENERIC_PLATFORM_DIR)/patches ] && $(PATCH) $(LINUX_DIR) $(GENERIC_PLATFORM_DIR)/patches
|
||||
[ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches
|
||||
endef
|
||||
define Kernel/Prepare
|
||||
|
||||
Reference in New Issue
Block a user