diff options
author | John Crispin <blogic@openwrt.org> | 2013-04-17 11:54:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-04-17 11:54:09 +0000 |
commit | 1b240db9851744880175fb37d9fddfec179d5f92 (patch) | |
tree | d5db523ce981e9e74b8184fc8e396a6c306a1f6c /target/linux/ramips | |
parent | 49df5264b62ac846e9fc080fd005df6319e9fed3 (diff) | |
download | upstream-1b240db9851744880175fb37d9fddfec179d5f92.tar.gz upstream-1b240db9851744880175fb37d9fddfec179d5f92.tar.bz2 upstream-1b240db9851744880175fb37d9fddfec179d5f92.zip |
[ramips] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36349 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |