Sfoglia il codice sorgente

ps3: Update the Petitboot profile package dependencies

Signed-off-by: Geoff Levand <[email protected]>

SVN-Revision: 17303
Geoff Levand 16 anni fa
parent
commit
058b047c37
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      target/linux/ps3/petitboot/profiles/000-Default.mk

+ 3 - 3
target/linux/ps3/petitboot/profiles/000-Default.mk

@@ -7,9 +7,9 @@
 
 define Profile/Default
   NAME:=Default PS3 Petitboot profile
-  PACKAGES:=-dnsmasq -iptables -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
-	    -firewall \
-	    kexec-tools petitboot
+  PACKAGES:=-dnsmasq -iptables -opkg -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
+	    -firewall -mtd -hotplug2 -swconfig \
+	    kexec-tools ps3-utils petitboot
 endef
 
 define Profile/Default/Description