mirror of https://github.com/hak5/openwrt-owl.git
parent
124f0b003a
commit
c3f7c0f121
|
@ -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
Loading…
Reference in New Issue