add missing kconfig option for pppoa
SVN-Revision: 8965
This commit is contained in:
parent
12a7f0f292
commit
c7fb1aaf1d
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ define KernelPackage/pppoa
|
|||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=PPPoA support
|
||||
DEPENDS:=kmod-ppp +kmod-atm
|
||||
KCONFIG:=CONFIG_PPPOATM
|
||||
KCONFIG:=CONFIG_PPPOATM CONFIG_ATM_DRIVERS=y
|
||||
FILES:=$(LINUX_DIR)/net/atm/pppoatm.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,40,pppoatm)
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue