From 799f8a41443df3329aaff04d5c3137d5a34f0968 Mon Sep 17 00:00:00 2001 From: wbx Date: Mon, 9 Jan 2006 17:16:22 +0000 Subject: x86-2.6 compile fixes for snapshot build git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2867 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/package/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openwrt/target/linux/package/Makefile') diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index 5fc604d5a9..3d28ca77e3 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -2,8 +2,10 @@ include $(TOPDIR)/rules.mk ifneq ($(BOARD),ar7) +ifneq ($(BOARD)-$(KERNEL),x86-2.6) package-$(BR2_PACKAGE_KMOD_ALSA) += alsa endif +endif package-$(BR2_PACKAGE_KMOD_FUSE) += fuse package-$(BR2_PACKAGE_KMOD_HOSTAP) += hostap package-$(BR2_PACKAGE_KMOD_BCM43XX_DSCAPE) += bcm43xx-dscape -- cgit v1.2.3