Author: luka Date: 2016-03-14 18:06:17 +0100 (Mon, 14 Mar 2016) New Revision: 49017
Modified: trunk/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch Log: 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]> Modified: trunk/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch =================================================================== --- trunk/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch 2016-03-14 17:06:16 UTC (rev 49016) +++ trunk/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch 2016-03-14 17:06:17 UTC (rev 49017) @@ -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 */ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
