summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-17 11:54:09 +0000
committerJohn Crispin <john@openwrt.org>2013-04-17 11:54:09 +0000
commite3003ea2a91272b198357d076b838c5991c3947a (patch)
tree1bdffa10b8f76692dde004bfc67789b2694eccde /target/linux
parente66a4af8c313820491bad4c13487996e317fa724 (diff)
downloadmaster-31e0f0ae-e3003ea2a91272b198357d076b838c5991c3947a.tar.gz
master-31e0f0ae-e3003ea2a91272b198357d076b838c5991c3947a.tar.bz2
master-31e0f0ae-e3003ea2a91272b198357d076b838c5991c3947a.zip
fix prepare_generic_squashfs
prepare_generic_squashfs was called twice on the generated images breaking mount_root Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36349
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ramips/image/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile
index 7a9c6ae6e8..4e8cde7310 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/Makefile
@@ -500,10 +500,6 @@ endif
#
# Generic Targets
#
-define Image/Build/squashfs
- $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
-endef
-
define Image/BuildKernel
cp $(KDIR)/vmlinux.elf $(BIN_DIR)/$(VMLINUX).elf
cp $(KDIR)/vmlinux $(BIN_DIR)/$(VMLINUX).bin