Final updates to default configuration of ps3 petitboot sub-target
SVN-Revision: 14918
This commit is contained in:
parent
af65816d5d
commit
b6d7bfc94f
@ -15,6 +15,7 @@ DEVICE_TYPE?=router
|
|||||||
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg
|
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg
|
||||||
# For router targets
|
# For router targets
|
||||||
DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall
|
DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall
|
||||||
|
DEFAULT_PACKAGES.bootloader:=kexec-tools
|
||||||
|
|
||||||
# Additional packages for Linux 2.6
|
# Additional packages for Linux 2.6
|
||||||
ifneq ($(KERNEL),2.4)
|
ifneq ($(KERNEL),2.4)
|
||||||
|
@ -12,6 +12,8 @@ BOARDNAME:=Sony PS3 Game Console
|
|||||||
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
||||||
SUBTARGETS=petitboot
|
SUBTARGETS=petitboot
|
||||||
|
|
||||||
|
DEVICE_TYPE=bootloader
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.8
|
LINUX_VERSION:=2.6.28.8
|
||||||
|
|
||||||
KERNEL_CC:=
|
KERNEL_CC:=
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
BOARDNAME:=Petitboot
|
BOARDNAME:=Petitboot
|
||||||
DEVICE_TYPE:=bootloader
|
|
||||||
FEATURES:=fpu
|
FEATURES:=fpu
|
||||||
|
|
||||||
|
DEFAULT_PACKAGES+= dnsmasq
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build Petitboot bootloader
|
Build Petitboot bootloader
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user