summaryrefslogtreecommitdiff
path: root/packages/net/net.mk
diff options
context:
space:
mode:
authorAverell Kinouani <averell.kinouani@embtoolkit.org>2015-07-26 18:41:27 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-07-26 19:51:28 +0200
commit733096af0743a81756e9d6f54e9e541fe7e61f3f (patch)
treef7d695787a0b03f06b109c7da08b77fc81e08793 /packages/net/net.mk
parente01941925b4bda814f2685ec6776600217b097ea (diff)
downloadembtoolkit-733096af0743a81756e9d6f54e9e541fe7e61f3f.tar.gz
embtoolkit-733096af0743a81756e9d6f54e9e541fe7e61f3f.tar.bz2
embtoolkit-733096af0743a81756e9d6f54e9e541fe7e61f3f.tar.xz
install new packages in network category: - dnsmasq - odhcp6c - radvd
Diffstat (limited to 'packages/net/net.mk')
-rw-r--r--packages/net/net.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/net/net.mk b/packages/net/net.mk
index 30cce44..b533a75 100644
--- a/packages/net/net.mk
+++ b/packages/net/net.mk
@@ -45,3 +45,12 @@ $(call embtk_include_pkg,libtirpc)
# tcpdump
$(call embtk_include_pkg,tcpdump)
+
+# radvd
+$(call embtk_include_pkg,radvd)
+
+# dnsmasq
+$(call embtk_include_pkg,dnsmasq)
+
+# odhcp6c
+$(call embtk_include_pkg,odhcp6c)