From 1973a023292d88fb87b3c9aa9d9f6495599f0be6 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 7 Mar 2010 18:42:12 +0000 Subject: trunk: drop uvc_stremaer support, package was removed upstream --- .../luasrc/controller/uvc_streamer.lua | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua (limited to 'applications/luci-uvc_streamer/luasrc/controller') diff --git a/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua b/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua deleted file mode 100644 index 7b995c26b6..0000000000 --- a/applications/luci-uvc_streamer/luasrc/controller/uvc_streamer.lua +++ /dev/null @@ -1,28 +0,0 @@ ---[[ - -LuCI UVC Streamer -(c) 2008 Yanira - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id$ - -]]-- - -module("luci.controller.uvc_streamer", package.seeall) - -function index() - require("luci.i18n") - luci.i18n.loadc("uvc_streamer") - if not nixio.fs.access("/etc/config/uvc-streamer") then - return - end - - local page = entry({"admin", "services", "uvc_streamer"}, cbi("uvc_streamer"), luci.i18n.translate("Webcam streaming"), 60) - page.i18n = "uvc_streamer" - page.dependent = true -end -- cgit v1.2.3