mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 15:51:07 +02:00
build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8559 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
40aa2d8b06
commit
4e6fd1b0dc
@ -8,6 +8,18 @@
|
|||||||
|
|
||||||
EMENU:=Other modules
|
EMENU:=Other modules
|
||||||
|
|
||||||
|
define KernelPackage/crc-itu-t
|
||||||
|
SUBMENU:=$(EMENU)
|
||||||
|
TITLE:=CRC ITU-T V.41 support
|
||||||
|
DESCRIPTION:=Kernel module for CRC ITU-T V.41 support
|
||||||
|
KCONFIG:=CONFIG_CRC_ITU_T
|
||||||
|
FILES:=$(LINUX_DIR)/lib/crc-itu-t.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,20,crc-itu-t)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,crc-itu-t))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/crypto
|
define KernelPackage/crypto
|
||||||
SUBMENU:=$(EMENU)
|
SUBMENU:=$(EMENU)
|
||||||
TITLE:=CryptoAPI modules
|
TITLE:=CryptoAPI modules
|
||||||
@ -43,6 +55,19 @@ endef
|
|||||||
$(eval $(call KernelPackage,crypto))
|
$(eval $(call KernelPackage,crypto))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/eeprom-93cx6
|
||||||
|
SUBMENU:=$(EMENU)
|
||||||
|
TITLE:=EEPROM 93CX6 support
|
||||||
|
DESCRIPTION:=Kernel module for EEPROM 93CX6 support
|
||||||
|
DEPENDS:=@LINUX_2_6
|
||||||
|
KCONFIG:=CONFIG_EEPROM_93CX6
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/misc/eeprom_93cx6.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,20,eeprom_93cx6)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,eeprom-93cx6))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/lp
|
define KernelPackage/lp
|
||||||
SUBMENU:=$(EMENU)
|
SUBMENU:=$(EMENU)
|
||||||
TITLE:=Parallel port and line printer support
|
TITLE:=Parallel port and line printer support
|
||||||
|
@ -290,7 +290,7 @@ CONFIG_E100=m
|
|||||||
# CONFIG_E1000 is not set
|
# CONFIG_E1000 is not set
|
||||||
# CONFIG_ECONET is not set
|
# CONFIG_ECONET is not set
|
||||||
# CONFIG_EEPRO100 is not set
|
# CONFIG_EEPRO100 is not set
|
||||||
CONFIG_EEPROM_93CX6=y
|
CONFIG_EEPROM_93CX6=m
|
||||||
# CONFIG_EFI_PARTITION is not set
|
# CONFIG_EFI_PARTITION is not set
|
||||||
# CONFIG_EFS_FS is not set
|
# CONFIG_EFS_FS is not set
|
||||||
# CONFIG_ELF_CORE is not set
|
# CONFIG_ELF_CORE is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user