commit | 5aa2297da7f10e4ff231d33f18609396b40aa474 | [log] [tgz] |
---|---|---|
author | Luka Perkov <luka@openwrt.org> | Mon Nov 11 07:27:53 2013 +0100 |
committer | Luka Perkov <luka.perkov@sartura.hr> | Sun Jan 25 23:56:15 2015 +0100 |
tree | 329b3e8a7f1a5a5e0c5730c1bf23c7d208088c42 | |
parent | 49413ea3f5b05079c11d284a8520da2bc421442e [diff] |
kirkwood: define empty CONFIG_MVGBE_PORTS by default Each board with defines it's own set of values. If we do not define CONFIG_MVGBE_PORTS we will hit following error: mvgbe.c: In function 'mvgbe_initialize': mvgbe.c:700:34: error: 'CONFIG_MVGBE_PORTS' undeclared (first use in this function) u8 used_ports[MAX_MVGBE_DEVS] = CONFIG_MVGBE_PORTS; This patch fixes above described problem. Signed-off-by: Luka Perkov <luka@openwrt.org> Acked-by: Prafulla Wadaskar <prafulla@marvell.com>