diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-21 15:28:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-21 15:28:39 +0000 |
commit | a00b558210c84cb592349216a40318261e693cc2 (patch) | |
tree | eae1fcbc1b0a6d53d20eb3be130b85cde1a106a8 /contrib/package | |
parent | 5898a32f557c7d7542734546eb6853f9b2c64f02 (diff) |
6rd configuration support.
Signed-off-by: Stéphan Kochen <stephan@kochen.nl>
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index d7286b536..9a6124ff2 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -213,7 +213,7 @@ endef $(eval $(call protocol,core,Support for static/dhcp/none)) $(eval $(call protocol,ppp,Support for PPP/PPPoE/PPPoA/PPtP)) -$(eval $(call protocol,6x4,Support for 6in4/6to4,+PACKAGE_luci-proto-6x4:6in4 +PACKAGE_luci-proto-6x4:6to4)) +$(eval $(call protocol,6x4,Support for 6in4/6to4/6rd,+PACKAGE_luci-proto-6x4:6in4 +PACKAGE_luci-proto-6x4:6to4 +PACKAGE_luci-proto-6x4:6rd)) $(eval $(call protocol,3g,Support for 3G,+PACKAGE_luci-proto-3g:comgt)) $(eval $(call protocol,relay,Support for relayd pseudo bridges,+PACKAGE_luci-proto-relay:relayd)) |