Skip to content

Commit

Permalink
kernel: add dummy net device
Browse files Browse the repository at this point in the history
Thank you Thomas Jansen.
(partly closes openwrt#5849)

SVN-Revision: 24272
  • Loading branch information
hauke committed Dec 5, 2010
1 parent ab461fd commit fe5b868
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package/kernel/modules/netdevices.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit fe5b868

Please sign in to comment.