add kmod-net-e100 and kmod-pcmcia packages, fix typo
SVN-Revision: 2310
This commit is contained in:
parent
4b7d84f07e
commit
8c5db04639
@ -365,6 +365,12 @@ config BR2_PACKAGE_KMOD_NET_AIRO
|
||||
This package contains the airo.o kernel module.
|
||||
|
||||
|
||||
config BR2_PACKAGE_KMOD_E100
|
||||
tristate "kmod-net-e100.................. Intel(R) PRO/100+ cards kernel support"
|
||||
default m
|
||||
help
|
||||
Intel(R) PRO/100+ cards kernel support
|
||||
|
||||
config BR2_PACKAGE_KMOD_B44
|
||||
tristate "kmod-net-b44................... Broadcom 44XX, 47XX ethernet driver"
|
||||
default m
|
||||
@ -470,10 +476,16 @@ config BR2_PACKAGE_KMOD_NET_PRISM54
|
||||
This package contains the prism54.o kernel module.
|
||||
|
||||
|
||||
comment "PCMCIA/CardBus support --------"
|
||||
|
||||
config BR2_PACKAGE_KMOD_PCMCIA_CORE
|
||||
tristate "kmod-pcmcia-core............... PCMCIA/CardBus support"
|
||||
default m
|
||||
|
||||
comment "USB support -------------------"
|
||||
|
||||
config BR2_PACKAGE_KMOD_USB
|
||||
tristate "kmod-usb....................... USB support"
|
||||
tristate "kmod-usb-core.................. USB support"
|
||||
default m
|
||||
|
||||
config BR2_PACKAGE_KMOD_USB_UHCI
|
||||
|
4
openwrt/target/linux/control/kmod-net-e100.control
Normal file
4
openwrt/target/linux/control/kmod-net-e100.control
Normal file
@ -0,0 +1,4 @@
|
||||
Package: kmod-net-e100
|
||||
Priority: optional
|
||||
Section: sys
|
||||
Description: Intel(R) PRO/100+ cards kernel support
|
4
openwrt/target/linux/control/kmod-pcmcia-core.control
Normal file
4
openwrt/target/linux/control/kmod-pcmcia-core.control
Normal file
@ -0,0 +1,4 @@
|
||||
Package: kmod-pcmcia-core
|
||||
Priority: optional
|
||||
Section: sys
|
||||
Description: PCMCIA/CardBus kernel support
|
@ -211,6 +211,10 @@ $(eval $(call KMOD_template,NET_B44,net-b44,\
|
||||
$(MODULES_DIR)/kernel/drivers/net/b44.o \
|
||||
,CONFIG_B44,,10,b44))
|
||||
|
||||
$(eval $(call KMOD_template,NET_E100,net-e100,\
|
||||
$(MODULES_DIR)/kernel/drivers/net/e100.o \
|
||||
,CONFIG_E100,,10,e100))
|
||||
|
||||
$(eval $(call KMOD_template,NET_HERMES,net-hermes,\
|
||||
$(MODULES_DIR)/kernel/drivers/net/wireless/hermes.o \
|
||||
$(MODULES_DIR)/kernel/drivers/net/wireless/orinoco.o \
|
||||
@ -233,6 +237,15 @@ $(eval $(call KMOD_template,NET_PRISM54,net-prism54,\
|
||||
,CONFIG_PRISM54,,10,prism54))
|
||||
|
||||
|
||||
# PCMCIA/CardBus
|
||||
|
||||
$(eval $(call KMOD_template,PCMCIA_CORE,pcmcia-core,\
|
||||
$(MODULES_DIR)/kernel/drivers/pcmcia/pcmcia_core.o \
|
||||
$(MODULES_DIR)/kernel/drivers/pcmcia/ds.o \
|
||||
$(MODULES_DIR)/kernel/drivers/pcmcia/yenta_socket.o \
|
||||
,CONFIG_PCMCIA,,50,pcmcia_core))
|
||||
|
||||
|
||||
# USB
|
||||
|
||||
$(eval $(call KMOD_template,USB,usb-core,\
|
||||
|
Loading…
Reference in New Issue
Block a user