Browse Source

uboot-kirkwood/goflexhome: add forgotten include openwrt-kirkwood-common.h"

otherwise the uboot is missing important commands like bootz

Signed-off-by: Martin Mueller <[email protected]>
Signed-off-by: Alexander Couzens <[email protected]>

SVN-Revision: 49017
Luka Perkov 9 years ago
parent
commit
35c91a2274
1 changed files with 9 additions and 0 deletions
  1. 9 0
      package/boot/uboot-kirkwood/patches/200-openwrt-config.patch

+ 9 - 0
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 */