From: Luka Perkov Date: Mon, 14 Mar 2016 17:06:17 +0000 (+0000) Subject: uboot-kirkwood/goflexhome: add forgotten include openwrt-kirkwood-common.h" X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=cef39d69f3c8edab2c54d8f1499552d8b290f053;p=openwrt%2Fsvn-archive%2Farchive.git uboot-kirkwood/goflexhome: add forgotten include openwrt-kirkwood-common.h" otherwise the uboot is missing important commands like bootz Signed-off-by: Martin Mueller Signed-off-by: Alexander Couzens SVN-Revision: 49017 --- 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 */