From: Felix Fietkau Date: Sat, 2 Jul 2005 16:18:49 +0000 (+0000) Subject: change the order in which kernel patches are applied (to generic -> board specific) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=01c0406833a7c73bf152f1752851c6b8d22c8fc7;p=openwrt%2Fsvn-archive%2Farchive.git change the order in which kernel patches are applied (to generic -> board specific) SVN-Revision: 1318 --- diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 869ed066d9..e1ae0b3800 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -156,8 +156,8 @@ $(LINUX_DIR)/.unpacked: $(DL_DIR)/$(LINUX_SOURCE) $(DL_DIR)/$(LINUX_BINARY_WL_DR touch $(LINUX_DIR)/.unpacked $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked - [ -d ./patches/$(BOARD) ] && $(PATCH) $(LINUX_DIR) ./patches/$(BOARD) $(PATCH) $(LINUX_DIR) ./patches/generic + [ -d ./patches/$(BOARD) ] && $(PATCH) $(LINUX_DIR) ./patches/$(BOARD) touch $(LINUX_DIR)/.patched $(LINUX_DIR)/.configured: $(LINUX_DIR)/.patched