fix kmod-atmtcp compile
[openwrt.git] / package / kernel / modules / network.mk
index 945d643..619dc37 100644 (file)
@@ -28,7 +28,7 @@ define KernelPackage/atmtcp
     Kernel module for ATM over TCP support
   DEPENDS:=@LINUX_2_6 kmod-atm
   FILES:=$(LINUX_DIR)/drivers/atm/atmtcp.$(LINUX_KMOD_SUFFIX)
-  KCONFIG:=CONFIG_ATM_TCP
+  KCONFIG:=CONFIG_ATM_TCP CONFIG_ATM_DRIVERS=y
   SUBMENU:=$(NSMENU)
   AUTOLOAD:=$(call AutoLoad,40,atmtcp)
 endef
@@ -310,7 +310,7 @@ define KernelPackage/via-rhine
        Kernel modules for Via Rhine Ethernet chipsets.
   FILES:=$(LINUX_DIR)/drivers/net/via-rhine.$(LINUX_KMOD_SUFFIX)
   KCONFIG:=CONFIG_VIA_RHINE
-  DEPENDS:=@LINUX_2_6_X86||@LINUX_2_6_RB532
+  DEPENDS:=@LINUX_2_6_X86
   SUBMENU:=$(NDMENU)
   AUTOLOAD:=$(call AutoLoad,50,via-rhine)
 endef
This page took 0.02691 seconds and 4 git commands to generate.