aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-kirkwood
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2016-03-14 17:06:17 +0000
committerLuka Perkov <luka@openwrt.org>2016-03-14 17:06:17 +0000
commit747bfda55c1a109456162c1d4a390ed4e87ff017 (patch)
treece685d36d5c2f729aee44a1f41bdca8493cae0cd /package/boot/uboot-kirkwood
parent4a52a39c1c9fbf319b2403fa00b63c8c38f6ac86 (diff)
downloadmaster-187ad058-747bfda55c1a109456162c1d4a390ed4e87ff017.tar.gz
master-187ad058-747bfda55c1a109456162c1d4a390ed4e87ff017.tar.bz2
master-187ad058-747bfda55c1a109456162c1d4a390ed4e87ff017.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49017 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-kirkwood')
-rw-r--r--package/boot/uboot-kirkwood/patches/200-openwrt-config.patch9
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 */