mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
fix kmod-atmtcp compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8087 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user