mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-25 04:57:56 +02:00
Amend patch handling in ps3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13683 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7187643004
commit
25e246f549
@ -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),)
|
||||||
|
31652
target/linux/ps3/patches-2.6.27/001-perfmon-2.6.27.patch
Normal file
31652
target/linux/ps3/patches-2.6.27/001-perfmon-2.6.27.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user