From: Hamish Guthrie Date: Thu, 18 Dec 2008 12:04:40 +0000 (+0000) Subject: cleanup X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=8e5e72994fbf3bf89eb83550dd4af7018aa7b419;p=15.05%2Fopenwrt.git cleanup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13681 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index 78fdfe2d70..7412a3644f 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -21,11 +21,13 @@ define Target/Description Build bootloader images for the Sony PS3 Game Console endef +ifeq ($(CONFIG_TARGET_ps3_petitboot),y) # no generic patches required define Kernel/Prepare bzcat $(DL_DIR)/$(LINUX_SOURCE) | $(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS) $(call PatchDir,$(PATCH_DIR),) endef +endif KERNELNAME:="zImage"