diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-09 17:16:22 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-09 17:16:22 +0000 |
commit | d1f90bbe86153b38df68f48c0f18854cc71bfae6 (patch) | |
tree | 04aa590cbd44ea25c57de38f2739a41532be2af7 /target/linux/package/Makefile | |
parent | 62adc1bc11c690e96fc4d1b0fd2464d06932c9a4 (diff) |
x86-2.6 compile fixes for snapshot build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2867 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/Makefile')
-rw-r--r-- | target/linux/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile index 5fc604d5a..3d28ca77e 100644 --- a/target/linux/package/Makefile +++ b/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 |