From 3c1610a752c7c42fdbc9bcb5404d104c4f9e616f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 17 Aug 2005 19:47:34 +0000 Subject: fix ar7 compile SVN-Revision: 1691 --- openwrt/target/linux/linux-2.4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openwrt/target/linux/linux-2.4/Makefile') diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index 36e18e7..afff6c1 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -168,10 +168,10 @@ $(eval $(call KMOD_template,SCHED,sched,\ )) $(eval $(call KMOD_template,VIDEODEV,videodev,\ $(MODULES_DIR)/kernel/drivers/media/video/videodev.o \ -)) +,CONFIG_VIDEO_DEV)) $(eval $(call KMOD_template,PWC,pwc,\ $(MODULES_DIR)/kernel/drivers/usb/pwc.o \ -)) +,CONFIG_USB_PWC)) $(TARGETS): $(PACKAGE_DIR) -- cgit v1.1