diff options
author | John Crispin <john@openwrt.org> | 2013-04-17 11:54:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-17 11:54:09 +0000 |
commit | e3003ea2a91272b198357d076b838c5991c3947a (patch) | |
tree | 1bdffa10b8f76692dde004bfc67789b2694eccde /target/linux/ramips | |
parent | e66a4af8c313820491bad4c13487996e317fa724 (diff) | |
download | upstream-e3003ea2a91272b198357d076b838c5991c3947a.tar.gz upstream-e3003ea2a91272b198357d076b838c5991c3947a.tar.bz2 upstream-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/ramips')
-rw-r--r-- | target/linux/ramips/image/Makefile | 4 |
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 |