OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | # |
2 | # Copyright (C) 2010 OpenWrt.org |
||
3 | # |
||
4 | # This is free software, licensed under the GNU General Public License v2. |
||
5 | # See /LICENSE for more information. |
||
6 | # |
||
7 | |||
8 | define KernelPackage/ata-magicbox-cf |
||
9 | SUBMENU:=$(BLOCK_MENU) |
||
10 | TITLE:=Magicbox v2/OpenRB Compact flash support |
||
11 | DEPENDS:=@TARGET_ppc40x |
||
12 | KCONFIG:=CONFIG_PATA_MAGICBOX_CF |
||
13 | FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.ko |
||
14 | AUTOLOAD:=$(call AutoLoad,41,pata_magicbox_cf,1) |
||
15 | $(call AddDepends/ata) |
||
16 | endef |
||
17 | |||
18 | define KernelPackage/ata-magicbox-cf/description |
||
19 | Support for Magicbox v2/OpenRB on-board CF slot. |
||
20 | endef |
||
21 | |||
22 | $(eval $(call KernelPackage,ata-magicbox-cf)) |
||
23 | |||
24 | |||
25 | define KernelPackage/usb-isp116x-hcd |
||
26 | TITLE:=Support for the ISP116x USB Host Controller |
||
27 | DEPENDS:=@TARGET_ppc40x |
||
28 | KCONFIG:= \ |
||
29 | CONFIG_USB_ISP116X_HCD \ |
||
30 | CONFIG_USB_ISP116X_HCD_OF=y \ |
||
31 | CONFIG_USB_ISP116X_HCD_PLATFORM=n |
||
32 | FILES:=$(LINUX_DIR)/drivers/usb/host/isp116x-hcd.ko |
||
33 | AUTOLOAD:=$(call AutoLoad,50,isp116x-hcd) |
||
34 | $(call AddDepends/usb) |
||
35 | endef |
||
36 | |||
37 | define KernelPackage/usb-isp116x-hcd/description |
||
38 | Kernel support for the ISP116X USB Host Controller |
||
39 | endef |
||
40 | |||
41 | $(eval $(call KernelPackage,usb-isp116x-hcd)) |