X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/22ba317f5174d231be82f368381216404d4032f3..6d87b611e233f1b44b9f49115b1824cc6572da1a:/openwrt/target/squashfs-lzma/squashfslzmaroot.mk diff --git a/openwrt/target/squashfs-lzma/squashfslzmaroot.mk b/openwrt/target/squashfs-lzma/squashfslzmaroot.mk index 1aa80e002..ee7ede84b 100644 --- a/openwrt/target/squashfs-lzma/squashfslzmaroot.mk +++ b/openwrt/target/squashfs-lzma/squashfslzmaroot.mk @@ -36,27 +36,7 @@ squashfslzma-dirclean: # ############################################################# -squashfslzmaroot: squashfslzma - @rm -rf $(TARGET_DIR)/usr/man - @rm -rf $(TARGET_DIR)/usr/info - $(SQUASHFSLZMA_DIR)/squashfs-tools/mksquashfs-lzma \ - $(TARGET_DIR) $(IMAGE).squashfslzma -noappend -root-owned -le - squashfslzmaroot-source: squashfslzma-source -squashfslzmaroot-clean: - -$(MAKE) -C $(SQUASHFSLZMA_DIR) clean - squashfslzmaroot-dirclean: rm -rf $(SQUASHFSLZMA_DIR) - -ifeq ($(strip $(BR2_TARGET_ROOTFS_SQUASHFS_LZMA)),y) -TARGETS+=squashfslzmaroot openwrt-image -ROOTFS=squashfslzma - -openwrt-image: openwrt - @make openwrt-code.bin TAG=W54G \ - EXTRAVERSION=$(EXTRAVERSION)-SQUASHFSLZMA - @make openwrt-code.bin TAG=W54S \ - EXTRAVERSION=$(EXTRAVERSION)-SQUASHFSLZMA -endif