From: Jonas Gorski Date: Sun, 21 Jul 2013 11:08:38 +0000 (+0000) Subject: kernel: fix config breakage from removing the de4x5 tulip driver X-Git-Tag: reboot~9744 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=11c573069562658382b9395aa7fb4a593143ef26;p=openwrt%2Fopenwrt.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 SVN-Revision: 37489 --- 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