mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: add AutoProbe for ppp_async and ppp_synctty (should fix #14185)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38055 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user