mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix isdn4linux kernel modules with the 2.4.37 update
SVN-Revision: 16799
This commit is contained in:
parent
86b1a80b36
commit
fc5ad60288
@ -118,7 +118,6 @@ define KernelPackage/isdn4linux
|
|||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
TITLE:=Old ISDN4Linux (deprecated)
|
TITLE:=Old ISDN4Linux (deprecated)
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_ISDN=y \
|
|
||||||
CONFIG_ISDN_I4L \
|
CONFIG_ISDN_I4L \
|
||||||
CONFIG_ISDN_PPP=y \
|
CONFIG_ISDN_PPP=y \
|
||||||
CONFIG_ISDN_PPP_VJ=y \
|
CONFIG_ISDN_PPP_VJ=y \
|
||||||
@ -137,14 +136,26 @@ define KernelPackage/isdn4linux
|
|||||||
CONFIG_ISDN_DRV_LOOP=n \
|
CONFIG_ISDN_DRV_LOOP=n \
|
||||||
CONFIG_ISDN_DRV_PCBIT=n \
|
CONFIG_ISDN_DRV_PCBIT=n \
|
||||||
CONFIG_ISDN_DRV_SC=n \
|
CONFIG_ISDN_DRV_SC=n \
|
||||||
CONFIG_HYSDN=n
|
CONFIG_HYSDN=n \
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/drivers/isdn/i4l/isdn.$(LINUX_KMOD_SUFFIX) \
|
$(LINUX_DIR)/drivers/isdn/divert/dss1_divert.$(LINUX_KMOD_SUFFIX) \
|
||||||
$(LINUX_DIR)/drivers/isdn/i4l/isdn_bsdcomp.$(LINUX_KMOD_SUFFIX) \
|
|
||||||
$(LINUX_DIR)/drivers/isdn/divert/dss1_divert.$(LINUX_KMOD_SUFFIX)
|
|
||||||
AUTOLOAD:=$(call AutoLoad,40,isdn isdn_bsdcomp dss1_divert)
|
AUTOLOAD:=$(call AutoLoad,40,isdn isdn_bsdcomp dss1_divert)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/isdn4linux/2.4
|
||||||
|
KCONFIG+=CONFIG_ISDN
|
||||||
|
FILES+= \
|
||||||
|
$(LINUX_DIR)/drivers/isdn/isdn.$(LINUX_KMOD_SUFFIX) \
|
||||||
|
$(LINUX_DIR)/drivers/isdn/isdn_bsdcomp.$(LINUX_KMOD_SUFFIX)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/isdn4linux/2.6
|
||||||
|
KCONFIG+=CONFIG_ISDN=y
|
||||||
|
FILES+= \
|
||||||
|
$(LINUX_DIR)/drivers/isdn/i4l/isdn.$(LINUX_KMOD_SUFFIX) \
|
||||||
|
$(LINUX_DIR)/drivers/isdn/i4l/isdn_bsdcomp.$(LINUX_KMOD_SUFFIX)
|
||||||
|
endef
|
||||||
|
|
||||||
define KernelPackage/isdn4linux/description
|
define KernelPackage/isdn4linux/description
|
||||||
This driver allows you to use an ISDN adapter for networking
|
This driver allows you to use an ISDN adapter for networking
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user