Date:2010-08-11 18:53:44 (2 years 9 months ago)
Author:nico
Commit:48ed30fc1b66df7a477fab71084db6d0f7792e41
Message:package/kernel: video: remove redundant AddDepends/video calls

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22596 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: package/kernel/modules/video.mk (5 diffs)

Change Details

package/kernel/modules/video.mk
8585
8686
8787define KernelPackage/video-ov511
88$(call AddDepends/video,@USB_SUPPORT +kmod-usb-core)
8988  TITLE:=OV511 USB webcam support
89  DEPENDS:=@USB_SUPPORT +kmod-usb-core
9090  KCONFIG:=CONFIG_VIDEO_OV511
9191  FILES:=$(LINUX_DIR)/drivers/media/video/ov511.ko
9292  AUTOLOAD:=$(call AutoLoad,70,ov511)
...... 
102102
103103
104104define KernelPackage/video-ovcamchip
105$(call AddDepends/video,@USB_SUPPORT +kmod-i2c-core)
106105  TITLE:=OV6xxx/OV7xxx Camera Chip support
106  DEPENDS:=@USB_SUPPORT +kmod-usb-core
107107  KCONFIG:=CONFIG_VIDEO_OVCAMCHIP
108108  FILES:=$(LINUX_DIR)/drivers/media/video/ovcamchip/ovcamchip.ko
109109  AUTOLOAD:=$(call AutoLoad,70,ovcamchip)
...... 
120120
121121
122122define KernelPackage/video-sn9c102
123$(call AddDepends/video,@USB_SUPPORT +kmod-usb-core)
124123  TITLE:=SN9C102 Camera Chip support
124  DEPENDS:=@USB_SUPPORT +kmod-usb-core
125125  KCONFIG:=CONFIG_USB_SN9C102
126126  FILES:=$(LINUX_DIR)/drivers/media/video/sn9c102/sn9c102.ko
127127  AUTOLOAD:=$(call AutoLoad,70,gspca_sn9c20x)
...... 
138138
139139
140140define KernelPackage/video-pwc
141$(call AddDepends/video,@USB_SUPPORT +kmod-usb-core)
142141  TITLE:=Philips USB webcam support
142  DEPENDS:=@USB_SUPPORT +kmod-usb-core
143143  KCONFIG:= \
144144    CONFIG_USB_PWC \
145145    CONFIG_USB_PWC_DEBUG=n
...... 
156156$(eval $(call KernelPackage,video-pwc))
157157
158158define KernelPackage/video-uvc
159$(call AddDepends/video,@USB_SUPPORT +kmod-usb-core)
160159  TITLE:=USB Video Class (UVC) support
160  DEPENDS:=@USB_SUPPORT +kmod-usb-core
161161  KCONFIG:= CONFIG_USB_VIDEO_CLASS
162162  FILES:=$(LINUX_DIR)/drivers/media/video/uvc/uvcvideo.ko
163163  AUTOLOAD:=$(call AutoLoad,90,uvcvideo)

Archive Download the corresponding diff file



interactive