diff options
author | Steven Barth <steven@midlink.org> | 2014-01-17 13:59:55 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-01-17 13:59:55 +0000 |
commit | 037762bb2c89f5a556768d207364f3fe35ae2de3 (patch) | |
tree | eacda1a3c11deb3b661de927d208fdd6b404e064 /include | |
parent | 259bddfde7d4e91cd705a0e2b37f584c006908bf (diff) | |
download | upstream-037762bb2c89f5a556768d207364f3fe35ae2de3.tar.gz upstream-037762bb2c89f5a556768d207364f3fe35ae2de3.tar.bz2 upstream-037762bb2c89f5a556768d207364f3fe35ae2de3.zip |
target: replace 6relayd with odhcpd by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39309 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk index ccec41f71c..51c1a59dca 100644 --- a/include/target.mk +++ b/include/target.mk @@ -14,7 +14,7 @@ DEVICE_TYPE?=router # Default packages - the really basic set DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd # For router targets -DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall 6relayd odhcp6c +DEFAULT_PACKAGES.router:=dnsmasq iptables ip6tables ppp ppp-mod-pppoe kmod-ipt-nathelper firewall odhcpd odhcp6c DEFAULT_PACKAGES.bootloader:= ifneq ($(DUMP),) |