[packages] petitboot: add dependency on TARGET_ps3 (again)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21403 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2010-05-08 13:15:57 +00:00
parent 85c8ae7d5f
commit 0c7fae3ec3

View File

@ -28,7 +28,7 @@ define Package/petitboot
TITLE:=A kexec based bootloader
URL:=http://ozlabs.org/~jk/projects/petitboot/
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
DEPENDS:=+kexec-tools +libncurses +libtwin +udev +ps3-utils
DEPENDS:=@TARGET_ps3 +kexec-tools +libncurses +libtwin +udev +ps3-utils
endef
define Package/petitboot/description