configs: move ETHADDR into common.h

This commit is contained in:
Alexander Couzens 2015-03-11 17:36:26 +01:00
parent e38d63e12d
commit 9735e7c4b9
3 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,6 @@
#define CONFIG_IPADDR 192.168.2.100
#define CONFIG_SERVERIP 192.168.2.254
#define CONFIG_ETHADDR 0x00:0xaa:0xbb:0xcc:0xdd:0xee
#define CFG_FAULT_ECHO_LINK_DOWN 1
#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmo-sob-ap1-squashfs-sysupgrade.bin"

View File

@ -54,6 +54,9 @@
#define CONFIG_NET_MULTI
/* dummy addr - it will be read from art partition. See BOARDCAL */
#define CONFIG_ETHADDR 0x00:0xaa:0xbb:0xcc:0xdd:0xee
#define CONFIG_MEMSIZE_IN_BYTES
#ifdef COMPRESSED_UBOOT

View File

@ -45,7 +45,6 @@
#define CONFIG_IPADDR 192.168.2.100
#define CONFIG_SERVERIP 192.168.2.254
#define CONFIG_ETHADDR 0x00:0xaa:0xbb:0xcc:0xdd:0xee
#define CFG_FAULT_ECHO_LINK_DOWN 1
#define RECOVERY_FILENAME_STRING "openwrt-ar71xx-generic-sysmo-sob-ap2-squashfs-sysupgrade.bin"