diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-22 01:08:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-22 01:08:29 +0000 |
commit | 72077ef63bd22ea2e39ace536de5400c7557944c (patch) | |
tree | c459c3aa43f297d159f3d8f6a89a72c9d7f5dbda /package/pwc/Makefile | |
parent | d724e995f02fc52d6ea972168b5200504ffae6c7 (diff) | |
download | upstream-72077ef63bd22ea2e39ace536de5400c7557944c.tar.gz upstream-72077ef63bd22ea2e39ace536de5400c7557944c.tar.bz2 upstream-72077ef63bd22ea2e39ace536de5400c7557944c.zip |
compile fix for 2.6
SVN-Revision: 6170
Diffstat (limited to 'package/pwc/Makefile')
-rw-r--r-- | package/pwc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pwc/Makefile b/package/pwc/Makefile index 934d6b7625..52daff0c82 100644 --- a/package/pwc/Makefile +++ b/package/pwc/Makefile @@ -25,7 +25,7 @@ define KernelPackage/pwc TITLE:=USB Philips camera driver DESCRIPTION:=Kernel support for USB Philips camera SUBMENU:=USB Support - DEPENDS:=@BROKEN @LINUX_2_6 + DEPENDS:=@LINUX_2_6 @VIDEO_SUPPORT VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE) FILES:=$(PKG_BUILD_DIR)/pwc.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,70,$(shell cat ./files/pwc.modules)) |