add ps3-dump-bootloader to package install
authorymano <ymano@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 May 2008 21:49:24 +0000 (21:49 +0000)
committerymano <ymano@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 5 May 2008 21:49:24 +0000 (21:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11052 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/ps3-utils/Makefile

index 38ef225..03e58a3 100644 (file)
@@ -40,6 +40,7 @@ define Package/ps3-utils/install
        $(INSTALL_DIR) $(1)/usr/lib
 
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ps3-boot-game-os $(1)/usr/sbin
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ps3-dump-bootloader $(1)/usr/sbin
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ps3-flash-util $(1)/usr/sbin
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/ps3-video-mode $(1)/usr/bin
 
This page took 0.025942 seconds and 4 git commands to generate.