diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-13 17:47:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-13 17:47:30 +0000 |
commit | 0f04f7479c64b669b9c0d2b7ab1bad3b507ec067 (patch) | |
tree | 0a34156cd77f84ae6883f69dda01e0220d172997 /target/linux/ar7/image/Makefile | |
parent | ec4e61e55886efe794e13420114e667885aa369e (diff) | |
download | upstream-0f04f7479c64b669b9c0d2b7ab1bad3b507ec067.tar.gz upstream-0f04f7479c64b669b9c0d2b7ab1bad3b507ec067.tar.bz2 upstream-0f04f7479c64b669b9c0d2b7ab1bad3b507ec067.zip |
remove the squashfs alignement define
Patch from Daniel Gimpelevich.
SVN-Revision: 33754
Diffstat (limited to 'target/linux/ar7/image/Makefile')
-rw-r--r-- | target/linux/ar7/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ar7/image/Makefile b/target/linux/ar7/image/Makefile index 5580687bed..6278b31275 100644 --- a/target/linux/ar7/image/Makefile +++ b/target/linux/ar7/image/Makefile @@ -55,7 +55,6 @@ bs=131072 conv=sync endef define align/squashfs -bs=65536 conv=sync endef define Image/Build/CyberTAN |