diff options
author | Geoff Levand <geoff@infradead.org> | 2009-07-10 01:00:05 +0000 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2009-07-10 01:00:05 +0000 |
commit | 9dacfa8782447e4e31ad633290c94418592d1e41 (patch) | |
tree | 0e5b848f744087b715014f7dc1a1952b82666b3d /target | |
parent | f3cc73eaf1bd471b660d2728949d2b54c07427a5 (diff) | |
download | upstream-9dacfa8782447e4e31ad633290c94418592d1e41.tar.gz upstream-9dacfa8782447e4e31ad633290c94418592d1e41.tar.bz2 upstream-9dacfa8782447e4e31ad633290c94418592d1e41.zip |
PS3: Enable kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16756 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ps3/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index d392944cb7..64d8477199 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -29,12 +29,6 @@ define Target/Description Enable the Petitboot package to build a PS3 bootloader. endef -ifeq ($(CONFIG_TARGET_ps3_petitboot),y) -define Kernel/Patch -# no patches required -endef -endif - KERNELNAME:="zImage" $(eval $(call BuildTarget)) |