diff options
author | Luka Perkov <luka@openwrt.org> | 2016-03-14 17:06:17 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-03-14 17:06:17 +0000 |
commit | 35c91a22747aeea994af7eef4212cfb81dbf9cd1 (patch) | |
tree | 142fb89e07457d17552bf628c925eae0a5fe3d9a | |
parent | c28e41f0d7bb1bd2c373f6ac7fbaca83326069b6 (diff) | |
download | upstream-35c91a22747aeea994af7eef4212cfb81dbf9cd1.tar.gz upstream-35c91a22747aeea994af7eef4212cfb81dbf9cd1.tar.bz2 upstream-35c91a22747aeea994af7eef4212cfb81dbf9cd1.zip |
uboot-kirkwood/goflexhome: add forgotten include openwrt-kirkwood-common.h"
otherwise the uboot is missing important commands like bootz
Signed-off-by: Martin Mueller <mm@sig21.net>
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 49017
-rw-r--r-- | package/boot/uboot-kirkwood/patches/200-openwrt-config.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch b/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch index 0e84d3bd62..92e2b75375 100644 --- a/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch +++ b/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch @@ -108,3 +108,12 @@ +#include "openwrt-kirkwood-common.h" + #endif /* _CONFIG_SHEEVAPLUG_H */ +--- a/include/configs/goflexhome.h ++++ b/include/configs/goflexhome.h +@@ -133,4 +133,6 @@ + #define CONFIG_RTC_MV + #endif /* CONFIG_CMD_DATE */ + ++#include "openwrt-kirkwood-common.h" ++ + #endif /* _CONFIG_GOFLEXHOME_H */ |