pxcab: R.I.P.
[openwrt.git] / target / linux / ps3 / petitboot / profiles / 000-Default.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/Default
9   NAME:=Default PS3 Petitboot profile
10   PACKAGES:=-dnsmasq -iptables -opkg -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
11             -firewall -mtd -hotplug2 -swconfig \
12             kexec-tools ps3-utils petitboot
13 endef
14
15 define Profile/Default/Description
16         Default PS3 Petitboot profile
17 endef
18 $(eval $(call Profile,Default))
19