X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9462cdba159035c9929d1ecb1a6705b0cfe1e079..a1b43cc8d900744c975bd97251b5964e5c73770d:/target/linux/ps3/Makefile diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index 78fdfe2d7..20eed76e4 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -21,11 +21,15 @@ define Target/Description Build bootloader images for the Sony PS3 Game Console endef -# no generic patches required +ifeq ($(CONFIG_TARGET_ps3_petitboot),y) +# 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),) endef +endif KERNELNAME:="zImage"