diff options
author | Geoff Levand <geoff@infradead.org> | 2009-08-18 21:52:34 +0000 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2009-08-18 21:52:34 +0000 |
commit | bfac7458d9cff4333bab237809fb7734ffb9cbf6 (patch) | |
tree | 9a2dc2fa3e0fd340864cbe7e2543143356a94a65 /target/linux/ps3/petitboot | |
parent | 9583c7707c5c9deec9bb541b1046ddcc80969f59 (diff) | |
download | upstream-bfac7458d9cff4333bab237809fb7734ffb9cbf6.tar.gz upstream-bfac7458d9cff4333bab237809fb7734ffb9cbf6.tar.bz2 upstream-bfac7458d9cff4333bab237809fb7734ffb9cbf6.zip |
ps3: Update the Petitboot profile package dependencies
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17303 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/petitboot')
-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 |