Amend patch handling in ps3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13683 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Hamish Guthrie 2008-12-18 13:36:21 +00:00
parent c2c9472aa6
commit e9bddc34a3
2 changed files with 31655 additions and 1 deletions

View File

@ -22,7 +22,9 @@ define Target/Description
endef endef
ifeq ($(CONFIG_TARGET_ps3_petitboot),y) 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 define Kernel/Prepare
bzcat $(DL_DIR)/$(LINUX_SOURCE) | $(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS) bzcat $(DL_DIR)/$(LINUX_SOURCE) | $(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS)
$(call PatchDir,$(PATCH_DIR),) $(call PatchDir,$(PATCH_DIR),)

File diff suppressed because it is too large Load Diff