Author: nbd Date: 2016-01-17 12:03:41 +0100 (Sun, 17 Jan 2016) New Revision: 48272
Modified: trunk/package/kernel/linux/modules/usb.mk Log: kernel: add usb-net-sr9700 package Add support for CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices Signed-off-by: Heinrich Schuchardt <[email protected]> Modified: trunk/package/kernel/linux/modules/usb.mk =================================================================== --- trunk/package/kernel/linux/modules/usb.mk 2016-01-17 11:03:36 UTC (rev 48271) +++ trunk/package/kernel/linux/modules/usb.mk 2016-01-17 11:03:41 UTC (rev 48272) @@ -1315,6 +1315,21 @@ $(eval $(call KernelPackage,usb-net-rtl8152)) +define KernelPackage/usb-net-sr9700 + TITLE:=Support for CoreChip SR9700 ethernet devices + KCONFIG:=CONFIG_USB_NET_SR9700 + FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/sr9700.ko + AUTOLOAD:=$(call AutoProbe,sr9700) + $(call AddDepends/usb-net) +endef + +define KernelPackage/usb-net-sr9700/description + Kernel module for CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices +endef + +$(eval $(call KernelPackage,usb-net-sr9700)) + + define KernelPackage/usb-net-rndis TITLE:=Support for RNDIS connections KCONFIG:=CONFIG_USB_NET_RNDIS_HOST _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
