summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-08 23:38:37 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-08 23:38:37 +0000
commit2a3247ff2339f10104d88660e22d257205c27a57 (patch)
tree1b1489799446de05618a4b7402f68e98aa89dfef
parent4dbfa86fb54570f1e5e30d1ec0cc57f550fe990c (diff)
Add hfcmulti mISDN driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13945 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/kernel/modules/netdevices.mk14
-rw-r--r--target/linux/generic-2.6/config-2.6.262
-rw-r--r--target/linux/generic-2.6/config-2.6.271
-rw-r--r--target/linux/generic-2.6/config-2.6.281
4 files changed, 18 insertions, 0 deletions
diff --git a/package/kernel/modules/netdevices.mk b/package/kernel/modules/netdevices.mk
index a3e99fcfb..f16ae8f25 100644
--- a/package/kernel/modules/netdevices.mk
+++ b/package/kernel/modules/netdevices.mk
@@ -276,3 +276,17 @@ endef
$(eval $(call KernelPackage,ssb-gige))
+define KernelPackage/hfcmulti
+ TITLE:=HFC multiport cards (HFC-4S/8S/E1)
+ KCONFIG:=CONFIG_MISDN_HFCMULTI
+ DEPENDS:=+kmod-misdn
+ SUBMENU:=$(NETWORK_DEVICES_MENU)
+ FILES:=$(LINUX_DIR)/drivers/isdn/hardware/mISDN/hfcmulti.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,31,hfcmulti)
+endef
+
+define KernelPackage/hfcmulti/description
+ HFC multiport cards (HFC-4S/8S/E1) support
+endef
+
+$(eval $(call KernelPackage,hfcmulti))
diff --git a/target/linux/generic-2.6/config-2.6.26 b/target/linux/generic-2.6/config-2.6.26
index 465ee8fc3..674077620 100644
--- a/target/linux/generic-2.6/config-2.6.26
+++ b/target/linux/generic-2.6/config-2.6.26
@@ -781,6 +781,8 @@ CONFIG_MINIX_FS=m
# CONFIG_MINIX_SUBPARTITION is not set
CONFIG_MINI_FO=y
CONFIG_MISC_DEVICES=y
+# CONFIG_MISDN is not set
+# CONFIG_MISDN_HFCPCI is not set
CONFIG_MKISS=m
# CONFIG_MMC is not set
# CONFIG_MMC_ARMMMCI is not set
diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27
index 4c489ca49..cffac1c11 100644
--- a/target/linux/generic-2.6/config-2.6.27
+++ b/target/linux/generic-2.6/config-2.6.27
@@ -825,6 +825,7 @@ CONFIG_MINIX_FS=m
CONFIG_MINI_FO=y
CONFIG_MISC_DEVICES=y
# CONFIG_MISDN is not set
+# CONFIG_MISDN_HFCPCI is not set
CONFIG_MKISS=m
# CONFIG_MMC is not set
# CONFIG_MMC_ARMMMCI is not set
diff --git a/target/linux/generic-2.6/config-2.6.28 b/target/linux/generic-2.6/config-2.6.28
index 79329aa64..8479755b5 100644
--- a/target/linux/generic-2.6/config-2.6.28
+++ b/target/linux/generic-2.6/config-2.6.28
@@ -836,6 +836,7 @@ CONFIG_MINIX_FS=m
CONFIG_MINI_FO=y
CONFIG_MISC_DEVICES=y
# CONFIG_MISDN is not set
+# CONFIG_MISDN_HFCPCI is not set
CONFIG_MKISS=m
# CONFIG_MMC is not set
# CONFIG_MMC_ARMMMCI is not set