projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add script for autogenerating /etc/config/network based on nvram, remove default...
[openwrt.git]
/
target
/
linux
/
image
/
brcm
/
Makefile
diff --git
a/target/linux/image/brcm/Makefile
b/target/linux/image/brcm/Makefile
index
01a3cab
..
c9ba78d
100644
(file)
--- a/
target/linux/image/brcm/Makefile
+++ b/
target/linux/image/brcm/Makefile
@@
-25,6
+25,11
@@
endif
ifeq ($(FS),jffs2-4MB)
TRXALIGN:=-a 0x10000
endif
+# see ticket #155
+ifeq ($(FS),squashfs)
+TRXALIGN:=-a 1024
+endif
+
$(KDIR)/loader.tmp.gz:
cp $(BUILD_DIR)/loader.gz $@
This page took
0.036487 seconds
and
4
git commands to generate.