mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix kmod-atmtcp compile
SVN-Revision: 8087
This commit is contained in:
parent
7ff45c5adb
commit
d5de71ebf8
@ -28,7 +28,7 @@ define KernelPackage/atmtcp
|
|||||||
Kernel module for ATM over TCP support
|
Kernel module for ATM over TCP support
|
||||||
DEPENDS:=@LINUX_2_6 kmod-atm
|
DEPENDS:=@LINUX_2_6 kmod-atm
|
||||||
FILES:=$(LINUX_DIR)/drivers/atm/atmtcp.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/atm/atmtcp.$(LINUX_KMOD_SUFFIX)
|
||||||
KCONFIG:=CONFIG_ATM_TCP
|
KCONFIG:=CONFIG_ATM_TCP CONFIG_ATM_DRIVERS=y
|
||||||
SUBMENU:=$(NSMENU)
|
SUBMENU:=$(NSMENU)
|
||||||
AUTOLOAD:=$(call AutoLoad,40,atmtcp)
|
AUTOLOAD:=$(call AutoLoad,40,atmtcp)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user