diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-20 15:35:29 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-20 15:35:29 +0200 |
commit | d0441ee875f5b86caeff4b624d6613f1e9d68795 (patch) | |
tree | ddb298950dc85abaffee48030b57d59f78da6cd9 /applications/luci-app-radvd/Makefile | |
parent | b2754db22bea2fa9f8492fb6af05734e578539d1 (diff) |
luci-app-radvd: remove from the repo
luci-app-radvd has been BROKEN since March 2016 as it depends
on radvd, which is still in oldpackages repo.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-radvd/Makefile')
-rw-r--r-- | applications/luci-app-radvd/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/applications/luci-app-radvd/Makefile b/applications/luci-app-radvd/Makefile deleted file mode 100644 index 214205683a..0000000000 --- a/applications/luci-app-radvd/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2008-2016 The LuCI Team <luci@lists.subsignal.org> -# -# This is free software, licensed under the Apache License, Version 2.0 . -# - -include $(TOPDIR)/rules.mk - -LUCI_TITLE:=LuCI Support for Radvd -LUCI_DEPENDS:=+radvd @BROKEN - -include ../../luci.mk - -# call BuildPackage - OpenWrt buildroot signature |