Skip to content

Commit

Permalink
firewire.mk: sort kernel modules
Browse files Browse the repository at this point in the history
Signed-off-by: Lucian Cristian <[email protected]>
  • Loading branch information
lucize authored and blogic committed Feb 13, 2018
1 parent 02a1a8a commit c2d3047
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions package/kernel/linux/modules/firewire.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ endef
$(eval $(call KernelPackage,firewire))


define KernelPackage/firewire-net
SUBMENU:=$(FIREWIRE_MENU)
TITLE:=Support for IP networking over FireWire
DEPENDS:=kmod-firewire
KCONFIG:=CONFIG_FIREWIRE_NET
FILES:=$(LINUX_DIR)/drivers/firewire/firewire-net.ko
AUTOLOAD:=$(call AutoProbe,firewire-net)
endef

define KernelPackage/firewire-net/description
Kernel support for IPv4 over FireWire
endef

$(eval $(call KernelPackage,firewire-net))


define KernelPackage/firewire-ohci
SUBMENU:=$(FIREWIRE_MENU)
TITLE:=Support for OHCI-1394 controllers
Expand Down Expand Up @@ -58,17 +74,3 @@ endef
$(eval $(call KernelPackage,firewire-sbp2))


define KernelPackage/firewire-net
SUBMENU:=$(FIREWIRE_MENU)
TITLE:=Support for IP networking over FireWire
DEPENDS:=kmod-firewire
KCONFIG:=CONFIG_FIREWIRE_NET
FILES:=$(LINUX_DIR)/drivers/firewire/firewire-net.ko
AUTOLOAD:=$(call AutoProbe,firewire-net)
endef

define KernelPackage/firewire-net/description
Kernel support for IPv4 over FireWire
endef

$(eval $(call KernelPackage,firewire-net))

0 comments on commit c2d3047

Please sign in to comment.