DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg
# For router targets
DEFAULT_PACKAGES.router:=dnsmasq iptables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall
+DEFAULT_PACKAGES.bootloader:=kexec-tools
# Additional packages for Linux 2.6
ifneq ($(KERNEL),2.4)
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
SUBTARGETS=petitboot
+DEVICE_TYPE=bootloader
+
LINUX_VERSION:=2.6.28.8
KERNEL_CC:=
BOARDNAME:=Petitboot
-DEVICE_TYPE:=bootloader
FEATURES:=fpu
+DEFAULT_PACKAGES+= dnsmasq
+
define Target/Description
Build Petitboot bootloader
endef