1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 08:01:25 +02:00

mark pwc as broken (at least on brcm-2.6 & x86-2.6)

SVN-Revision: 6243
This commit is contained in:
Nicolas Thill 2007-02-01 22:26:24 +00:00
parent 286cfe3c61
commit 66252eae04

@ -25,7 +25,7 @@ define KernelPackage/pwc
TITLE:=USB Philips camera driver
DESCRIPTION:=Kernel support for USB Philips camera
SUBMENU:=USB Support
DEPENDS:=@LINUX_2_6 @VIDEO_SUPPORT
DEPENDS:=@BROKEN @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))