[atheros] rename picostation pico2 images to openwrt-atheros-ubnt2-pico2-... to avoid...
[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 -ppp -ppp-mod-pppoe -kmod-ipt-nathelper \
11 -firewall \
12 kexec-tools petitboot
13 endef
14
15 define Profile/Default/Description
16 Default PS3 Petitboot profile
17 endef
18 $(eval $(call Profile,Default))
19
This page took 0.039009 seconds and 5 git commands to generate.