mirror of https://github.com/hak5/openwrt-owl.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 <mm@sig21.net> Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49017owl
parent
c28e41f0d7
commit
35c91a2274
|
@ -108,3 +108,12 @@
|
||||||
+#include "openwrt-kirkwood-common.h"
|
+#include "openwrt-kirkwood-common.h"
|
||||||
+
|
+
|
||||||
#endif /* _CONFIG_SHEEVAPLUG_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 */
|
||||||
|
|
Loading…
Reference in New Issue