diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-13 22:43:38 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-13 22:43:38 +0200 |
commit | b1b5cb926c0b1dc84a599c246a1a6d2987117da4 (patch) | |
tree | 0a1b29bd14f579616f53eb1647a130092144a4dc /applications/luci-app-mmc-over-gpio/Makefile | |
parent | ebab8375af04af6a78c470e96e423246725cdb94 (diff) |
luci-app-mmc-over-gpio: remove obsolete package
mmc-over-gpio package itself was removed in Jan 2017
with c9dd40f628e so remove also the LuCI frontend.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-mmc-over-gpio/Makefile')
-rw-r--r-- | applications/luci-app-mmc-over-gpio/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/applications/luci-app-mmc-over-gpio/Makefile b/applications/luci-app-mmc-over-gpio/Makefile deleted file mode 100644 index 4e7d69552..000000000 --- a/applications/luci-app-mmc-over-gpio/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2008-2014 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:=MMC-over-GPIO configuration module -LUCI_DEPENDS:=+kmod-mmc-over-gpio - -include ../../luci.mk - -# call BuildPackage - OpenWrt buildroot signature |