mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
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
This commit is contained in:
parent
c03459abc1
commit
9b2620cf4e
@ -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…
Reference in New Issue
Block a user