diff options
author | Luka Perkov <luka@openwrt.org> | 2014-11-30 03:55:44 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-11-30 03:55:44 +0000 |
commit | c595a596801079592ad4bb64cd311faa0aad2abb (patch) | |
tree | 790f87815c8b421b285e7505461326b86317a5be /package/boot/uboot-kirkwood/patches/200-openwrt-config.patch | |
parent | 201af1b21915a91d7b43910e65aa8171b3fd7b4f (diff) | |
download | upstream-c595a596801079592ad4bb64cd311faa0aad2abb.tar.gz upstream-c595a596801079592ad4bb64cd311faa0aad2abb.tar.bz2 upstream-c595a596801079592ad4bb64cd311faa0aad2abb.zip |
uboot-kirkwood: bump to 2014.10
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43436
Diffstat (limited to 'package/boot/uboot-kirkwood/patches/200-openwrt-config.patch')
-rw-r--r-- | package/boot/uboot-kirkwood/patches/200-openwrt-config.patch | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch b/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch index f9aae0faaf..0e0dd02213 100644 --- a/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch +++ b/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch @@ -1,6 +1,16 @@ +--- a/arch/arm/cpu/arm926ejs/kirkwood/Kconfig ++++ b/arch/arm/cpu/arm926ejs/kirkwood/Kconfig +@@ -84,4 +84,7 @@ + source "board/Seagate/dockstar/Kconfig" + source "board/Seagate/goflexhome/Kconfig" + ++config SECOND_STAGE ++ bool "OpenWrt second stage hack" ++ + endif --- a/include/configs/dockstar.h +++ b/include/configs/dockstar.h -@@ -114,4 +114,6 @@ +@@ -115,4 +115,6 @@ #define CONFIG_CMD_MTDPARTS #define CONFIG_LZO @@ -9,7 +19,7 @@ #endif /* _CONFIG_DOCKSTAR_H */ --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h -@@ -144,4 +144,6 @@ +@@ -145,4 +145,6 @@ #define CONFIG_MTD_PARTITIONS #define CONFIG_CMD_MTDPARTS @@ -18,7 +28,7 @@ #endif /* _CONFIG_IB62x0_H */ --- a/include/configs/iconnect.h +++ b/include/configs/iconnect.h -@@ -117,4 +117,6 @@ +@@ -118,4 +118,6 @@ #define CONFIG_MTD_PARTITIONS #define CONFIG_CMD_MTDPARTS @@ -82,7 +92,7 @@ +#endif /* __OPENWRT_KIRKWOOD_COMMON_H */ --- a/include/configs/pogo_e02.h +++ b/include/configs/pogo_e02.h -@@ -114,4 +114,6 @@ +@@ -115,4 +115,6 @@ #define CONFIG_CMD_MTDPARTS #define CONFIG_LZO @@ -91,7 +101,7 @@ #endif /* _CONFIG_POGO_E02_H */ --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h -@@ -95,4 +95,6 @@ +@@ -143,4 +143,6 @@ #define CONFIG_CMD_MTDPARTS #define CONFIG_LZO |