diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2009-03-17 16:02:52 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2009-03-17 16:02:52 +0000 |
commit | 170a11cddf207625e44168e6f49a8049c0a88e80 (patch) | |
tree | 05fb5ae1fbb0b9ce872d1c57dcb7c5be204dbd50 /include | |
parent | ffc4e6246ff49c5ebbc8d10505c804591e6c5076 (diff) | |
download | upstream-170a11cddf207625e44168e6f49a8049c0a88e80.tar.gz upstream-170a11cddf207625e44168e6f49a8049c0a88e80.tar.bz2 upstream-170a11cddf207625e44168e6f49a8049c0a88e80.zip |
Final updates to default configuration of ps3 petitboot sub-target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14918 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 1 |
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) |