rpcd: iwinfo plugin fixes
[openwrt.git] / package / boot / uboot-lantiq / patches / 0024-MIPS-lantiq-easy50712-add-openwrt-lantiq-common.h.patch
1 From ac6896098d9dd62a248340e6a090574399e1fd87 Mon Sep 17 00:00:00 2001
2 From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
3 Date: Mon, 19 Aug 2013 18:46:47 +0200
4 Subject: MIPS: lantiq: easy50712: add openwrt-lantiq-common.h
5
6 Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
7
8 --- a/include/configs/easy50712.h
9 +++ b/include/configs/easy50712.h
10 @@ -62,13 +62,13 @@
11  #define CONFIG_CONSOLE_ASC             1
12  #define CONFIG_CONSOLE_DEV             "ttyLTQ1"
13  
14 -/* Commands */
15 -#define CONFIG_CMD_PING
16 -
17  /* Pull in default board configs for Lantiq XWAY Danube */
18  #include <asm/lantiq/config.h>
19  #include <asm/arch/config.h>
20  
21 +/* Pull in default OpenWrt configs for Lantiq SoC */
22 +#include "openwrt-lantiq-common.h"
23 +
24  #define CONFIG_ENV_UPDATE_UBOOT_NOR                                    \
25         "update-uboot-nor=run load-uboot-norspl-lzo write-uboot-nor\0"
26