summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2009-03-17 16:02:52 +0000
committerHamish Guthrie <hcg@openwrt.org>2009-03-17 16:02:52 +0000
commitb6d7bfc94f79463a9eb7f3e4635e2998f77afff2 (patch)
treef8333bf321a5902396619b35a182512a5ffe6adb /include
parentaf65816d5d2ad1c1979e76d8886a52499c3989cc (diff)
downloadopenwrt-b6d7bfc94f79463a9eb7f3e4635e2998f77afff2.tar.gz
openwrt-b6d7bfc94f79463a9eb7f3e4635e2998f77afff2.tar.bz2
openwrt-b6d7bfc94f79463a9eb7f3e4635e2998f77afff2.zip
Final updates to default configuration of ps3 petitboot sub-target
SVN-Revision: 14918
Diffstat (limited to 'include')
-rw-r--r--include/target.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target.mk b/include/target.mk
index 5d8baeaeb6..baca4b5e79 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -15,6 +15,7 @@ DEVICE_TYPE?=router
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)