diff options
-rw-r--r-- | applications/luci-app-radvd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-radvd/Makefile b/applications/luci-app-radvd/Makefile index 9b353ed59..214205683 100644 --- a/applications/luci-app-radvd/Makefile +++ b/applications/luci-app-radvd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org> +# Copyright (C) 2008-2016 The LuCI Team <luci@lists.subsignal.org> # # This is free software, licensed under the Apache License, Version 2.0 . # @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for Radvd -LUCI_DEPENDS:=+radvd +LUCI_DEPENDS:=+radvd @BROKEN include ../../luci.mk |