kexec for powerpc actually only support ps3 or gamecube, not magicbox for instance
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 20:20:02 +0000 (20:20 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 20:20:02 +0000 (20:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12223 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kexec-tools/Makefile

index 602b33c..d3d162e 100644 (file)
@@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/kexec-tools
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=@i386||@powerpc||@mipsel +zlib
+  DEPENDS:=@i386||@TARGET_ps3||@mipsel +zlib
   TITLE:=Kernel boots kernel
   URL:=http://kernel.org/pub/linux/kernel/people/horms/kexec-tools/
   MENU:=1
This page took 0.023177 seconds and 4 git commands to generate.