kernel: add dummy net device

Thank you Thomas Jansen.
(partly closes #5849)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24272 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Hauke Mehrtens 2010-12-05 21:23:21 +00:00
parent 125fe26418
commit 19f8b8ff70
1 changed files with 14 additions and 0 deletions

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