From: jogo Date: Sun, 21 Jul 2013 11:08:38 +0000 (+0000) Subject: kernel: fix config breakage from removing the de4x5 tulip driver X-Git-Tag: fast2504n-3.10.28-merged~1872 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=6f07dcab9b0e0ba85463eb8bbf2eda84fd67f0dc;p=openwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37489 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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