X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7c05c465eafee57623aac45cf2aed4c3423c174c..d72a387cda62d4122edcb9d95c608b61c40652d4:/openwrt/target/linux/linux-2.6/Makefile diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile index 9bd1e7c90..c71d9e4b3 100644 --- a/openwrt/target/linux/linux-2.6/Makefile +++ b/openwrt/target/linux/linux-2.6/Makefile @@ -47,6 +47,10 @@ include $(LINUX_KCONFIG) INSTALL_TARGETS := $(KERNEL_IPKG) TARGETS := +ifeq ($(BOARD),x86) +include ./x86.mk +endif + # Networking @@ -171,7 +175,7 @@ $(eval $(call KMOD_template,FS_XFS,fs-xfs,\ # Multimedia $(eval $(call KMOD_template,PWC,pwc,\ - $(MODULES_DIR)/kernel/drivers/usb/pwc.ko \ + $(MODULES_DIR)/kernel/drivers/usb/media/pwc/pwc.ko \ ,CONFIG_USB_PWC,kmod-videodev,63,pwc)) $(eval $(call KMOD_template,SOUNDCORE,soundcore,\