diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:53:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:53:51 +0000 |
commit | 979bc5536dd4960748cc7a96426abdc8ace15131 (patch) | |
tree | 489257932a74e4eae93a088b5a74ab83e0111eb4 /target/linux/ps3/petitboot/profiles/000-Default.mk | |
parent | 6f794eeedb213b044da00ca89b61e6b6eca24f62 (diff) | |
download | upstream-979bc5536dd4960748cc7a96426abdc8ace15131.tar.gz upstream-979bc5536dd4960748cc7a96426abdc8ace15131.tar.bz2 upstream-979bc5536dd4960748cc7a96426abdc8ace15131.zip |
ps3: R.I.P.
It is broken and it is not maintained by anyone since long time.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34765
Diffstat (limited to 'target/linux/ps3/petitboot/profiles/000-Default.mk')
-rw-r--r-- | target/linux/ps3/petitboot/profiles/000-Default.mk | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/ps3/petitboot/profiles/000-Default.mk b/target/linux/ps3/petitboot/profiles/000-Default.mk deleted file mode 100644 index 61cfc07968..0000000000 --- a/target/linux/ps3/petitboot/profiles/000-Default.mk +++ /dev/null @@ -1,19 +0,0 @@ -# -# Copyright (C) 2009 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/Default - NAME:=Default PS3 Petitboot profile - 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 - Default PS3 Petitboot profile -endef -$(eval $(call Profile,Default)) - |