diff options
author | geoff <geoff@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-18 21:52:34 +0000 |
---|---|---|
committer | geoff <geoff@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-18 21:52:34 +0000 |
commit | e34a3460f12cd1fa1aa65c9fa8e3f7d16d667a63 (patch) | |
tree | 9a2dc2fa3e0fd340864cbe7e2543143356a94a65 /target/linux/ps3/petitboot | |
parent | 5a4b37be4a6e412bbab8b2b45156464d9afecf84 (diff) |
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 |