From 25e246f549c727ac7feca70dcebf1ea3c2845bd4 Mon Sep 17 00:00:00 2001 From: hcg Date: Thu, 18 Dec 2008 13:36:21 +0000 Subject: Amend patch handling in ps3 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13683 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ps3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux/ps3/Makefile') diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index 7412a3644..20eed76e4 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -22,7 +22,9 @@ define Target/Description endef ifeq ($(CONFIG_TARGET_ps3_petitboot),y) -# no generic patches required +# no patches required +# provide facility for specific patches +PATCH_DIR=patches-petitboot define Kernel/Prepare bzcat $(DL_DIR)/$(LINUX_SOURCE) | $(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS) $(call PatchDir,$(PATCH_DIR),) -- cgit v1.2.3