diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-07 18:42:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-07 18:42:12 +0000 |
commit | 1973a023292d88fb87b3c9aa9d9f6495599f0be6 (patch) | |
tree | 64925bcdd0ea73526857b7d3a19cf54e84fa249d /contrib | |
parent | 66fc0c4692401a5fc1e3633b58408fb5e7a20f63 (diff) |
trunk: drop uvc_stremaer support, package was removed upstream
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 3d3b8a795..764a2e871 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -651,17 +651,6 @@ define Package/luci-app-samba/install endef -define Package/luci-app-uvc_streamer - $(call Package/luci/webtemplate) - DEPENDS+=+luci-admin-full +PACKAGE_luci-app-uvc_streamer:uvc-streamer - TITLE:=Webcam Streaming - UVC-Streamer module -endef - -define Package/luci-app-uvc_streamer/install - $(call Package/luci/install/template,$(1),applications/luci-uvc_streamer) -endef - - define Package/luci-app-mmc_over_gpio $(call Package/luci/webtemplate) DEPENDS+=+luci-admin-full +PACKAGE_luci-app-mmc_over_gpio:kmod-mmc-over-gpio @@ -1118,9 +1107,6 @@ endif ifneq ($(CONFIG_PACKAGE_luci-app-samba),) PKG_SELECTED_MODULES+=applications/luci-samba endif -ifneq ($(CONFIG_PACKAGE_luci-app-uvc_streamer),) - PKG_SELECTED_MODULES+=applications/luci-uvc_streamer -endif ifneq ($(CONFIG_PACKAGE_luci-app-mmc_over_gpio),) PKG_SELECTED_MODULES+=applications/luci-mmc_over_gpio endif @@ -1274,7 +1260,6 @@ $(eval $(call BuildPackage,luci-app-upnp)) $(eval $(call BuildPackage,luci-app-ntpc)) $(eval $(call BuildPackage,luci-app-ddns)) $(eval $(call BuildPackage,luci-app-samba)) -$(eval $(call BuildPackage,luci-app-uvc_streamer)) $(eval $(call BuildPackage,luci-app-mmc_over_gpio)) $(eval $(call BuildPackage,luci-app-p910nd)) $(eval $(call BuildPackage,luci-app-ushare)) |