kernel: add dummy net device

Thank you Thomas Jansen.
(partly closes #5849)

SVN-Revision: 24272
This commit is contained in:
Hauke Mehrtens 2010-12-05 21:23:21 +00:00
parent ab461fd74f
commit fe5b868a4f

View File

@ -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))