mirror of https://github.com/hak5/openwrt-owl.git
parent
53402a64b3
commit
18038c803c
|
@ -286,20 +286,6 @@ endef
|
|||
|
||||
$(eval $(call KernelPackage,via-velocity))
|
||||
|
||||
define KernelPackage/ixp4xx-eth
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=IXP4xxt Ethernet Adapter kernel support
|
||||
DEPENDS:=@TARGET_ixp4xx
|
||||
KCONFIG:=CONFIG_IXP4XX_ETH
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/xscale/ixp4xx_eth.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,ixp4xx_eth)
|
||||
endef
|
||||
|
||||
define KernelPackage/ixp4xx-eth/description
|
||||
Kernel modules for Intel IXP4xx Ethernet chipsets.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ixp4xx-eth))
|
||||
|
||||
define KernelPackage/8139too
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
|
|
|
@ -56,3 +56,19 @@ define KernelPackage/crypto-hw-ixp4xx/description
|
|||
endef
|
||||
|
||||
$(eval $(call KernelPackage,crypto-hw-ixp4xx))
|
||||
|
||||
|
||||
define KernelPackage/ixp4xx-eth
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=IXP4xxt Ethernet Adapter kernel support
|
||||
DEPENDS:=@TARGET_ixp4xx
|
||||
KCONFIG:=CONFIG_IXP4XX_ETH
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/xscale/ixp4xx_eth.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,ixp4xx_eth)
|
||||
endef
|
||||
|
||||
define KernelPackage/ixp4xx-eth/description
|
||||
Kernel modules for Intel IXP4xx Ethernet chipsets.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ixp4xx-eth))
|
||||
|
|
Loading…
Reference in New Issue