From 54b74fafaddaad219aac193360b5d22e201bed6b Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 4 Nov 2011 12:35:14 +0000 Subject: [PATCH] packages/libv4l: mark as 2.6.30-37 only, v4l1 support has been removed in 2.6.38 git-svn-id: svn://svn.openwrt.org/openwrt/packages@28749 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libv4l/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/libv4l/Makefile b/libs/libv4l/Makefile index 368aff184..ea6e85059 100644 --- a/libs/libv4l/Makefile +++ b/libs/libv4l/Makefile @@ -1,6 +1,6 @@ # +# Copyright (C) 2009-2011 OpenWrt.org # Copyright (C) 2009 David Cooper -# Copyright (C) 2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -18,12 +18,13 @@ PKG_MD5SUM:=0d0d96d77c98871d2e5466c10cb30a0a include $(INCLUDE_DIR)/package.mk +# XXX: v4l1 support has been removed in 2.6.38 define Package/libv4l SECTION:=libs CATEGORY:=Libraries TITLE:=Video 4 Linux wrapper libraries URL:=http://people.atrpms.net/~hdegoede/ - DEPENDS:=+libpthread @!LINUX_2_4 + DEPENDS:=+libpthread @(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_33||LINUX_2_6_34||LINUX_2_6_35||LINUX_2_6_36||LINUX_2_6_37) endef define Package/libv4l/description -- 2.11.0