Skip to content

Commit

Permalink
ipq40xx: enable tftpput command, cmdline completion
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas-p committed Mar 20, 2018
1 parent 574629c commit 2fe1f60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/configs/ipq40xx_cdp.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ typedef struct {
#define CONFIG_INITRD_TAG 1
#define CONFIG_FIT
#define CONFIG_SYS_HUSH_PARSER
#define CONFIG_SYS_LONGHELP
#define CONFIG_AUTO_COMPLETE 1
#define CONFIG_SYS_NULLDEV
#define CONFIG_CMD_XIMG
#define CONFIG_CMD_NET
Expand Down Expand Up @@ -267,6 +269,7 @@ typedef struct {
#define CONFIG_IPADDR 192.168.2.100
#define CONFIG_SERVERIP 192.168.2.254
#define CONFIG_IPQ_NO_MACS 2
#define CONFIG_CMD_TFTPPUT
/*
* CRASH DUMP ENABLE
*/
Expand All @@ -276,7 +279,6 @@ typedef struct {
*/

#ifdef CONFIG_QCA_APPSBL_DLOAD
#define CONFIG_CMD_TFTPPUT
/* We will be uploading very big files */
#undef CONFIG_NET_RETRY_COUNT
#define CONFIG_NET_RETRY_COUNT 500
Expand Down

0 comments on commit 2fe1f60

Please sign in to comment.