From: Hannu Nyman Date: Sat, 12 Mar 2016 09:26:26 +0000 (+0200) Subject: luci-app-radvd: mark BROKEN as radvd is still in oldpackages X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=b77602f2e7ab72e7a20917b7c4ca1c2c01554aeb luci-app-radvd: mark BROKEN as radvd is still in oldpackages Mark luci-app-radvd BROKEN as it has dependency to radvd, which is still in oldpackages repo. This commit fixes #553 Signed-off-by: Hannu Nyman --- 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 +# Copyright (C) 2008-2016 The LuCI Team # # 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