Skip to content
Snippets Groups Projects
Commit a8967860 authored by Seblu's avatar Seblu
Browse files

Enable dummy network driver

parent 95e87cbd
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git ...@@ -17,7 +17,7 @@ _repourl='git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
source=("$_repourl#tag=v${pkgver/_/-}" source=("$_repourl#tag=v${pkgver/_/-}"
"config.$CARCH") "config.$CARCH")
md5sums=('SKIP' md5sums=('SKIP'
'ec288f6d141f99730e0273c82e77c895') 'e4b2f58be803cc4a2c8369b1aef5a6a2')
prepare() { prepare() {
# fake linux directory if necessary # fake linux directory if necessary
......
...@@ -2368,7 +2368,7 @@ CONFIG_NETDEVICES=y ...@@ -2368,7 +2368,7 @@ CONFIG_NETDEVICES=y
CONFIG_MII=m CONFIG_MII=m
CONFIG_NET_CORE=y CONFIG_NET_CORE=y
CONFIG_BONDING=m CONFIG_BONDING=m
# CONFIG_DUMMY is not set CONFIG_DUMMY=m
CONFIG_EQUALIZER=m CONFIG_EQUALIZER=m
# CONFIG_NET_FC is not set # CONFIG_NET_FC is not set
CONFIG_IFB=m CONFIG_IFB=m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment