From: nbd Date: Thu, 19 Sep 2013 06:33:53 +0000 (+0000) Subject: kernel: add AutoProbe for ppp_async and ppp_synctty (should fix #14185) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ccc504aac258944d2e272e23e8c7905bb0796bfd;p=openwrt.git kernel: add AutoProbe for ppp_async and ppp_synctty (should fix #14185) Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38055 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index b9e7740d85..6f61630a46 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -536,6 +536,7 @@ define KernelPackage/ppp FILES:= \ $(LINUX_DIR)/drivers/net/ppp/ppp_async.ko \ $(LINUX_DIR)/drivers/net/ppp/ppp_generic.ko + AUTOLOAD:=$(call AutoProbe,ppp_async) endef define KernelPackage/ppp/description @@ -551,7 +552,7 @@ define KernelPackage/ppp-synctty DEPENDS:=kmod-ppp KCONFIG:=CONFIG_PPP_SYNC_TTY FILES:=$(LINUX_DIR)/drivers/net/ppp/ppp_synctty.ko - AUTOLOAD:=$(call AutoLoad,40,ppp_synctty) + AUTOLOAD:=$(call AutoProbe,ppp_synctty) endef define KernelPackage/ppp-synctty/description