linux/generic: add kernel mppc/mppe for 2.6.37. http://yablochkin.net.ru/mppc/ (not enabled by default)

SVN-Revision: 24014
master
Alexandros C. Couloumbis 14 years ago
parent 5d3e4e0bd3
commit 4cf92fbdf7
  1. 4
      package/kernel/modules/netsupport.mk
  2. 1
      target/linux/generic/config-2.6.37
  3. 1744
      target/linux/generic/patches-2.6.37/251-mppe_mppc_2_6_36.patch

@ -511,8 +511,8 @@ define KernelPackage/mppe
KCONFIG:= \
CONFIG_PPP_MPPE_MPPC \
CONFIG_PPP_MPPE
FILES:=$(LINUX_DIR)/drivers/net/ppp_mppe.ko
AUTOLOAD:=$(call AutoLoad,31,ppp_mppe)
FILES:=$(LINUX_DIR)/drivers/net/ppp_mppe*.ko
AUTOLOAD:=$(call AutoLoad,31,ppp_mppe ppp_mppe_mppc)
endef
define KernelPackage/mppe/description

@ -1820,6 +1820,7 @@ CONFIG_PPC_4K_PAGES=y
# CONFIG_PPP_DEFLATE is not set
CONFIG_PPP_FILTER=y
# CONFIG_PPP_MPPE is not set
# CONFIG_PPP_MPPE_MPPC is not set
CONFIG_PPP_MULTILINK=y
# CONFIG_PPP_SYNC_TTY is not set
# CONFIG_PPS is not set

Loading…
Cancel
Save