Skip to content

Commit

Permalink
Typo in ip config
Browse files Browse the repository at this point in the history
  • Loading branch information
hzyitc committed Jul 4, 2022
1 parent 872da89 commit 7a4dece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/amlogic/configs/m8b_onecloud.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
#define CONFIG_HOSTNAME "onecloud"
#define CONFIG_ETHADDR 00:15:18:01:81:31
#define CONFIG_IPADDR 192.168.1.150
#define CONFIG_GATEWAYIP 192.168.1.255
#define CONFIG_GATEWAYIP 192.168.1.254
#define CONFIG_NETMASK 255.255.255.0
#define CONFIG_SERVERIP 192.168.1.100
#define CONFIG_BOOTFILE "uImage"
Expand Down

0 comments on commit 7a4dece

Please sign in to comment.