mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-12 05:41:12 +00:00
kernel: add dummy net device
Thank you Thomas Jansen. (partly closes #5849) SVN-Revision: 24272
This commit is contained in:
parent
ab461fd74f
commit
fe5b868a4f
@ -501,3 +501,17 @@ define KernelPackage/solos-pci/description
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,solos-pci))
|
||||
|
||||
define KernelPackage/dummy
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=Dummy network device
|
||||
KCONFIG:=CONFIG_DUMMY
|
||||
FILES:=$(LINUX_DIR)/drivers/net/dummy.ko
|
||||
AUTOLOAD:=$(call AutoLoad,34,dummy)
|
||||
endef
|
||||
|
||||
define KernelPackage/dummy/description
|
||||
The dummy network device
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,dummy))
|
||||
|
Loading…
x
Reference in New Issue
Block a user