uboot-kirkwood/goflexhome: add forgotten include openwrt-kirkwood-common.h"
[openwrt.git] / package / boot / uboot-kirkwood / patches / 200-openwrt-config.patch
index 0e0dd02..92e2b75 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/arm/cpu/arm926ejs/kirkwood/Kconfig
 +++ b/arch/arm/cpu/arm926ejs/kirkwood/Kconfig
-@@ -84,4 +84,7 @@
+@@ -84,4 +84,7 @@ source "board/raidsonic/ib62x0/Kconfig"
  source "board/Seagate/dockstar/Kconfig"
  source "board/Seagate/goflexhome/Kconfig"
  
 +#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 */