diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-22 10:44:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-01-22 10:44:28 +0000 |
commit | 686de0fbec7d31cb6ae60531a87618b65a5dc0be (patch) | |
tree | 3edcd9db6c51c1a5197445d3f5488f752d3c125a /protocols/ipv6/Makefile | |
parent | a4f3f52d1c5932633be3b58996f9b719120d0717 (diff) |
move dhcpv6 support into luci-proto-6x4, rename luci-proto-6x4 to luci-proto-ipv6
Diffstat (limited to 'protocols/ipv6/Makefile')
-rw-r--r-- | protocols/ipv6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/ipv6/Makefile b/protocols/ipv6/Makefile new file mode 100644 index 0000000000..f7fac7740e --- /dev/null +++ b/protocols/ipv6/Makefile @@ -0,0 +1,2 @@ +include ../../build/config.mk +include ../../build/module.mk |