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
This commit is contained in:
parent
c493e45058
commit
11c5730695
1 changed files with 1 additions and 0 deletions
|
@ -578,6 +578,7 @@ define KernelPackage/tulip
|
||||||
CONFIG_TULIP_MMIO=y \
|
CONFIG_TULIP_MMIO=y \
|
||||||
CONFIG_TULIP_NAPI=y \
|
CONFIG_TULIP_NAPI=y \
|
||||||
CONFIG_TULIP_NAPI_HW_MITIGATION=y \
|
CONFIG_TULIP_NAPI_HW_MITIGATION=y \
|
||||||
|
CONFIG_DE4X5=n \
|
||||||
CONFIG_WINBOND_840 \
|
CONFIG_WINBOND_840 \
|
||||||
CONFIG_DM9102 \
|
CONFIG_DM9102 \
|
||||||
CONFIG_ULI526X
|
CONFIG_ULI526X
|
||||||
|
|
Loading…
Reference in a new issue