diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-07-30 21:19:49 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-07-30 21:19:49 +0000 |
commit | 43aabdf1854ed2f278f92ba283b75e913e7536ba (patch) | |
tree | 08492de69b0c261e5631dcc2c35c014733a3f7ae /target/linux/brcm47xx/image | |
parent | b6623aaf0393b60b02c1de1af524e4f35a2358a4 (diff) | |
download | upstream-43aabdf1854ed2f278f92ba283b75e913e7536ba.tar.gz upstream-43aabdf1854ed2f278f92ba283b75e913e7536ba.tar.bz2 upstream-43aabdf1854ed2f278f92ba283b75e913e7536ba.zip |
mostly revert commit r22396
CFE does not boot images generated with these checksums because of
wrong checksum.
After flashing then with tftp to my Asus wl500-GPv1 the following messages
are show:
Null Rescue Flag.
Boot program checksum is invalid
Hello!! Enter Rescue Mode: (Check error)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22418 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/image')
-rw-r--r-- | target/linux/brcm47xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index f534f5f284..69a31e7554 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -56,7 +56,7 @@ define trxalign/jffs2-64k -a 0x10000 -f $(KDIR)/root.$(1) endef define trxalign/squashfs --a 1024 -f $(KDIR)/root.$(1) $(if $(2),-f $(2)) -a 0x10000 -F $(KDIR)/fs_mark +-a 1024 -f $(KDIR)/root.$(1) $(if $(2),-f $(2)) -a 0x10000 -A $(KDIR)/fs_mark endef define Image/Build/trxV2 |