mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
split out crc-ccitt
SVN-Revision: 13115
This commit is contained in:
parent
21bd5492b3
commit
73784f8351
@ -319,30 +319,18 @@ $(eval $(call KernelPackage,tun))
|
|||||||
define KernelPackage/ppp
|
define KernelPackage/ppp
|
||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
TITLE:=PPP modules
|
TITLE:=PPP modules
|
||||||
|
DEPENDS:=+LINUX_2_6:kmod-crc-ccitt
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_PPP \
|
CONFIG_PPP \
|
||||||
CONFIG_PPP_ASYNC \
|
CONFIG_PPP_ASYNC \
|
||||||
CONFIG_SLHC \
|
CONFIG_SLHC \
|
||||||
CONFIG_CRC_CCITT
|
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/drivers/net/ppp_async.$(LINUX_KMOD_SUFFIX) \
|
$(LINUX_DIR)/drivers/net/ppp_async.$(LINUX_KMOD_SUFFIX) \
|
||||||
$(LINUX_DIR)/drivers/net/ppp_generic.$(LINUX_KMOD_SUFFIX) \
|
$(LINUX_DIR)/drivers/net/ppp_generic.$(LINUX_KMOD_SUFFIX) \
|
||||||
$(LINUX_DIR)/drivers/net/slhc.$(LINUX_KMOD_SUFFIX)
|
$(LINUX_DIR)/drivers/net/slhc.$(LINUX_KMOD_SUFFIX)
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/ppp/2.4
|
|
||||||
AUTOLOAD:=$(call AutoLoad,30,slhc ppp_generic ppp_async)
|
AUTOLOAD:=$(call AutoLoad,30,slhc ppp_generic ppp_async)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/ppp/2.6
|
|
||||||
# KCONFIG+= \
|
|
||||||
# CONFIG_SLHC \
|
|
||||||
# CONFIG_CRC_CCITT
|
|
||||||
FILES+= \
|
|
||||||
$(LINUX_DIR)/lib/crc-ccitt.$(LINUX_KMOD_SUFFIX)
|
|
||||||
AUTOLOAD:=$(call AutoLoad,30,crc-ccitt slhc ppp_generic ppp_async)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/ppp/description
|
define KernelPackage/ppp/description
|
||||||
Kernel modules for PPP support
|
Kernel modules for PPP support
|
||||||
endef
|
endef
|
||||||
|
@ -22,6 +22,20 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,crc-itu-t))
|
$(eval $(call KernelPackage,crc-itu-t))
|
||||||
|
|
||||||
|
define KernelPackage/crc-ccitt
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
TITLE:=CRC-CCITT support
|
||||||
|
KCONFIG:=CONFIG_CRC_CCITT
|
||||||
|
FILES:=$(LINUX_DIR)/lib/crc-ccitt.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,20,crc-ccitt)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/crc-ccitt/description
|
||||||
|
Kernel module for CRC-CCITT support
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,crc-ccitt))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/crc7
|
define KernelPackage/crc7
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
Loading…
Reference in New Issue
Block a user