mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 08:28:26 +02:00
cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13681 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9462cdba15
commit
a3354e7005
@ -21,11 +21,13 @@ define Target/Description
|
|||||||
Build bootloader images for the Sony PS3 Game Console
|
Build bootloader images for the Sony PS3 Game Console
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_TARGET_ps3_petitboot),y)
|
||||||
# no generic patches required
|
# no generic patches required
|
||||||
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),)
|
||||||
endef
|
endef
|
||||||
|
endif
|
||||||
|
|
||||||
KERNELNAME:="zImage"
|
KERNELNAME:="zImage"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user