mirror of https://github.com/hak5/openwrt-owl.git
package the driver for smsc95xx chips
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39556owl
parent
18675e9ea6
commit
c48e13cc9d
|
@ -1008,6 +1008,21 @@ endef
|
||||||
$(eval $(call KernelPackage,usb-net-mcs7830))
|
$(eval $(call KernelPackage,usb-net-mcs7830))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/usb-net-smsc95xx
|
||||||
|
TITLE:=SMSC LAN95XX based USB 2.0 10/100 ethernet devices
|
||||||
|
KCONFIG:=CONFIG_USB_NET_SMSC95XX
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/smsc95xx.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,smsc95xx)
|
||||||
|
$(call AddDepends/usb-net)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/usb-net-smsc95xx/description
|
||||||
|
Kernel module for SMSC LAN95XX based devices
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,usb-net-smsc95xx))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/usb-net-dm9601-ether
|
define KernelPackage/usb-net-dm9601-ether
|
||||||
TITLE:=Support for DM9601 ethernet connections
|
TITLE:=Support for DM9601 ethernet connections
|
||||||
KCONFIG:=CONFIG_USB_NET_DM9601
|
KCONFIG:=CONFIG_USB_NET_DM9601
|
||||||
|
|
Loading…
Reference in New Issue