diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 20:48:13 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 20:48:13 +0000 |
commit | 92266f56f45d392e1a439b82119745fdf98c4f61 (patch) | |
tree | 61028cdba01475f6ee54d4a5620ab4003cda2205 /target/linux/ppc40x/image | |
parent | fb8d699ae7e3c612b447ee03db7aa334a5322c2f (diff) | |
download | master-187ad058-92266f56f45d392e1a439b82119745fdf98c4f61.tar.gz master-187ad058-92266f56f45d392e1a439b82119745fdf98c4f61.tar.bz2 master-187ad058-92266f56f45d392e1a439b82119745fdf98c4f61.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45406 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc40x/image')
-rw-r--r-- | target/linux/ppc40x/image/Makefile | 2 |
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 ( \ |