diff options
author | Luka Perkov <luka@openwrt.org> | 2014-05-23 08:17:01 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-05-23 08:17:01 +0000 |
commit | d3fc4fbd74dcd4dbeaa29d222337eeb6c187a4fd (patch) | |
tree | 17c9660df2f09ff138ea72327fc0a3df1848cb69 /package/boot/uboot-kirkwood/patches/200-openwrt-config.patch | |
parent | 3bb20dedcd822ad5ed44e8bb2bcff7b15d447eef (diff) | |
download | upstream-d3fc4fbd74dcd4dbeaa29d222337eeb6c187a4fd.tar.gz upstream-d3fc4fbd74dcd4dbeaa29d222337eeb6c187a4fd.tar.bz2 upstream-d3fc4fbd74dcd4dbeaa29d222337eeb6c187a4fd.zip |
uboot-kirkwood: re-add Pogoplug E02 support
This patch modifies the u-boot config for the Pogoplug E02 to work with
OpenWrt. It also enables building a second stage bootloader image.
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 40828
Diffstat (limited to 'package/boot/uboot-kirkwood/patches/200-openwrt-config.patch')
-rw-r--r-- | package/boot/uboot-kirkwood/patches/200-openwrt-config.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch b/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch index 0c3e6781cc..f9aae0faaf 100644 --- a/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch +++ b/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch @@ -82,7 +82,7 @@ +#endif /* __OPENWRT_KIRKWOOD_COMMON_H */ --- a/include/configs/pogo_e02.h +++ b/include/configs/pogo_e02.h -@@ -102,4 +102,6 @@ +@@ -114,4 +114,6 @@ #define CONFIG_CMD_MTDPARTS #define CONFIG_LZO |