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 | 09722d0bdcce6a021ec20bdefc158878ce49b8dc (patch) | |
tree | 6105c778c0aae2c0ddbafe2da57df7b93026b124 /target/linux/ppc40x/image/Makefile | |
parent | e55532b7af58979b92027d4194fe9e102c381ec7 (diff) | |
download | upstream-09722d0bdcce6a021ec20bdefc158878ce49b8dc.tar.gz upstream-09722d0bdcce6a021ec20bdefc158878ce49b8dc.tar.bz2 upstream-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/Makefile')
-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 ( \ |