summaryrefslogtreecommitdiffstats
path: root/target/linux/ppc40x/image
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-04-12 20:48:13 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-04-12 20:48:13 +0000
commit09722d0bdcce6a021ec20bdefc158878ce49b8dc (patch)
tree6105c778c0aae2c0ddbafe2da57df7b93026b124 /target/linux/ppc40x/image
parente55532b7af58979b92027d4194fe9e102c381ec7 (diff)
downloadmaster-31e0f0ae-09722d0bdcce6a021ec20bdefc158878ce49b8dc.tar.gz
master-31e0f0ae-09722d0bdcce6a021ec20bdefc158878ce49b8dc.tar.bz2
master-31e0f0ae-09722d0bdcce6a021ec20bdefc158878ce49b8dc.zip
ppc40x: upgrade to 3.18
left "broken" as I'm not sure if my only board is to blame.. testers welcomed Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45406
Diffstat (limited to 'target/linux/ppc40x/image')
-rw-r--r--target/linux/ppc40x/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/image/Makefile b/target/linux/ppc40x/image/Makefile
index 3a955e7bb3..4070774296 100644
--- a/target/linux/ppc40x/image/Makefile
+++ b/target/linux/ppc40x/image/Makefile
@@ -53,7 +53,7 @@ define Image/Build/squashfs
dd if=$(KDIR)/root.$(1) bs=128k conv=sync; \
) > $(BIN_DIR)/$(IMG_PREFIX)-kilauea-$(1).img
( \
- dd if=$(KDIR)/cuImage.magicbox bs=1408k conv=sync; \
+ dd if=$(KDIR)/cuImage.magicbox bs=64k conv=sync; \
dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
) > $(BIN_DIR)/$(IMG_PREFIX)-magicbox-$(1).img
( \