diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-22 15:07:38 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-24 09:40:46 +0100 |
commit | c9e4cf229923cf6fa79729a764f651827086e3f1 (patch) | |
tree | 746e4fc846cca04bc0be8c083eba997c4c4e0424 /package/boot/uboot-kirkwood/patches/200-openwrt-config.patch | |
parent | 3f55e5aeb5ef269db8e64eea1b113cb6daf20327 (diff) | |
download | upstream-c9e4cf229923cf6fa79729a764f651827086e3f1.tar.gz upstream-c9e4cf229923cf6fa79729a764f651827086e3f1.tar.bz2 upstream-c9e4cf229923cf6fa79729a764f651827086e3f1.zip |
kirkwood: convert iconnect, ib62x0 and pogoplug_e02 to the new image build code
Update the correspoding u-boot configs to stop relying on
kernel-in-rootfs, which was removed a while back
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/boot/uboot-kirkwood/patches/200-openwrt-config.patch')
-rw-r--r-- | package/boot/uboot-kirkwood/patches/200-openwrt-config.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch b/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch index e9cca0887e..37f30d0a50 100644 --- a/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch +++ b/package/boot/uboot-kirkwood/patches/200-openwrt-config.patch @@ -19,7 +19,7 @@ #endif /* _CONFIG_DOCKSTAR_H */ --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h -@@ -114,4 +114,6 @@ +@@ -108,4 +108,6 @@ #define CONFIG_RTC_MV #endif /* CONFIG_CMD_DATE */ @@ -28,7 +28,7 @@ #endif /* _CONFIG_IB62x0_H */ --- a/include/configs/iconnect.h +++ b/include/configs/iconnect.h -@@ -109,4 +109,6 @@ +@@ -103,4 +103,6 @@ #define CONFIG_MTD_PARTITIONS #define CONFIG_CMD_MTDPARTS @@ -80,7 +80,7 @@ +#endif /* __OPENWRT_KIRKWOOD_COMMON_H */ --- a/include/configs/pogo_e02.h +++ b/include/configs/pogo_e02.h -@@ -104,4 +104,6 @@ +@@ -99,4 +99,6 @@ #define CONFIG_CMD_MTDPARTS #define CONFIG_LZO |