From: nico Date: Sat, 8 May 2010 13:15:57 +0000 (+0000) Subject: [packages] petitboot: add dependency on TARGET_ps3 (again) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0c7fae3ec32227667e2e58503768d3cac4a963ea;p=packages.git [packages] petitboot: add dependency on TARGET_ps3 (again) git-svn-id: svn://svn.openwrt.org/openwrt/packages@21403 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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