From 0c7fae3ec32227667e2e58503768d3cac4a963ea Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 8 May 2010 13:15:57 +0000 Subject: [PATCH] [packages] petitboot: add dependency on TARGET_ps3 (again) git-svn-id: svn://svn.openwrt.org/openwrt/packages@21403 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/petitboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/petitboot/Makefile b/utils/petitboot/Makefile index 3429fb6f0..fb78afe96 100644 --- a/utils/petitboot/Makefile +++ b/utils/petitboot/Makefile @@ -28,7 +28,7 @@ define Package/petitboot TITLE:=A kexec based bootloader URL:=http://ozlabs.org/~jk/projects/petitboot/ MAINTAINER:=Geoff Levand - DEPENDS:=+kexec-tools +libncurses +libtwin +udev +ps3-utils + DEPENDS:=@TARGET_ps3 +kexec-tools +libncurses +libtwin +udev +ps3-utils endef define Package/petitboot/description