1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 03:29:48 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6243 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-02-01 22:26:24 +00:00
parent a77c31b1e1
commit e9b18468c5

View File

@ -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))