diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-08-18 21:52:34 +0000 |
---|---|---|
committer | Geoff Levand <geoffrey.levand@am.sony.com> | 2009-08-18 21:52:34 +0000 |
commit | 058b047c3771c5b0c76491f13391e978a70e001d (patch) | |
tree | d6a49122d54ad8cdfed5d5d7b74e7fef2b7a7bbf /target | |
parent | ffd920720bb25c7a9cfd94f411b743f242abd7c1 (diff) | |
download | upstream-058b047c3771c5b0c76491f13391e978a70e001d.tar.gz upstream-058b047c3771c5b0c76491f13391e978a70e001d.tar.bz2 upstream-058b047c3771c5b0c76491f13391e978a70e001d.zip |
ps3: Update the Petitboot profile package dependencies
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 17303
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ps3/petitboot/profiles/000-Default.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ps3/petitboot/profiles/000-Default.mk b/target/linux/ps3/petitboot/profiles/000-Default.mk index 5c433e1339..61cfc07968 100644 --- a/target/linux/ps3/petitboot/profiles/000-Default.mk +++ b/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 |