ar71xx: setup platform data for ath9k on the TL-WR741ND, Bullet M and on the WNDR3700...
[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
This page took 0.040829 seconds and 5 git commands to generate.