summaryrefslogtreecommitdiff
path: root/include/target.mk
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2009-04-16 10:40:15 +0000
committerHamish Guthrie <hcg@openwrt.org>2009-04-16 10:40:15 +0000
commitffc86f7e3a5b4be7dfdee2f201cfa4fc2a30a40e (patch)
tree6c6b1de678ad45d1fe93a8126174855f236b895c /include/target.mk
parenta2457665070d609a457d68c1eeb051b12bf43531 (diff)
downloadmtk-20170518-ffc86f7e3a5b4be7dfdee2f201cfa4fc2a30a40e.zip
mtk-20170518-ffc86f7e3a5b4be7dfdee2f201cfa4fc2a30a40e.tar.gz
mtk-20170518-ffc86f7e3a5b4be7dfdee2f201cfa4fc2a30a40e.tar.bz2
Update default configuration to use profiles
SVN-Revision: 15229
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index baca4b5..2f62c2a 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -15,7 +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
+DEFAULT_PACKAGES.bootloader:=
# Additional packages for Linux 2.6
ifneq ($(KERNEL),2.4)