OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | define KernelPackage/ata-oxnas-sata |
2 | SUBMENU:=$(BLOCK_MENU) |
||
3 | TITLE:=oxnas Serial ATA support |
||
4 | KCONFIG:=CONFIG_SATA_OXNAS |
||
5 | DEPENDS:=@TARGET_oxnas |
||
6 | FILES:=$(LINUX_DIR)/drivers/ata/sata_oxnas.ko |
||
7 | AUTOLOAD:=$(call AutoLoad,41,sata_oxnas,1) |
||
8 | $(call AddDepends/ata) |
||
9 | endef |
||
10 | |||
11 | define KernelPackage/ata-oxnas-sata/description |
||
12 | SATA support for OX934 core found in the OX8xx/PLX782x SoCs |
||
13 | endef |
||
14 | |||
15 | $(eval $(call KernelPackage,ata-oxnas-sata)) |
||
16 | |||
17 | |||
18 | define KernelPackage/usb2-oxnas |
||
19 | SUBMENU:=$(BLOCK_MENU) |
||
20 | TITLE:=OX820 EHCI driver |
||
21 | DEPENDS:=@TARGET_oxnas_ox820 +kmod-usb2 |
||
22 | KCONFIG:=CONFIG_USB_EHCI_OXNAS |
||
23 | FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-oxnas.ko |
||
24 | AUTOLOAD:=$(call AutoLoad,55,ehci-oxnas,1) |
||
25 | $(call AddDepends/usb) |
||
26 | endef |
||
27 | |||
28 | define KernelPackage/usb2-oxnas/description |
||
29 | This driver provides USB Device Controller support for the |
||
30 | EHCI USB host built-in to the OX820 SoC. |
||
31 | endef |
||
32 | |||
33 | $(eval $(call KernelPackage,usb2-oxnas)) |