summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-07-21 11:08:38 +0000
committerJonas Gorski <jogo@openwrt.org>2013-07-21 11:08:38 +0000
commit11c573069562658382b9395aa7fb4a593143ef26 (patch)
treea232b45788e1104aebcb2e1cda4f2fa3181ad4a2 /package/kernel
parentc493e450581f26a241322cf00951415d51a99689 (diff)
downloadmaster-31e0f0ae-11c573069562658382b9395aa7fb4a593143ef26.tar.gz
master-31e0f0ae-11c573069562658382b9395aa7fb4a593143ef26.tar.bz2
master-31e0f0ae-11c573069562658382b9395aa7fb4a593143ef26.zip
kernel: fix config breakage from removing the de4x5 tulip driver
Properly define the config symbol to n so it doesn't break build for targets which do have it available (e.g. mostly everything except arm). Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37489
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/linux/modules/netdevices.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk
index bc270251ba..b667010aa3 100644
--- a/package/kernel/linux/modules/netdevices.mk
+++ b/package/kernel/linux/modules/netdevices.mk
@@ -578,6 +578,7 @@ define KernelPackage/tulip
CONFIG_TULIP_MMIO=y \
CONFIG_TULIP_NAPI=y \
CONFIG_TULIP_NAPI_HW_MITIGATION=y \
+ CONFIG_DE4X5=n \
CONFIG_WINBOND_840 \
CONFIG_DM9102 \
CONFIG_ULI526X