aboutsummaryrefslogtreecommitdiffstats
path: root/target/squashfs-lzma/squashfslzmaroot.mk
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-03-06 03:34:52 +0000
committerMike Baker <mbm@openwrt.org>2005-03-06 03:34:52 +0000
commit3d904bb14a330fb72f60d4b78a40435389398655 (patch)
tree4c6922d42353c39b46dcd7cd09982fbe9c1f9765 /target/squashfs-lzma/squashfslzmaroot.mk
parentb92a98900c8308542da9f758cd656880081f1196 (diff)
downloadupstream-3d904bb14a330fb72f60d4b78a40435389398655.tar.gz
upstream-3d904bb14a330fb72f60d4b78a40435389398655.tar.bz2
upstream-3d904bb14a330fb72f60d4b78a40435389398655.zip
nbd's makefile/menuconfig rewrite
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/squashfs-lzma/squashfslzmaroot.mk')
-rw-r--r--target/squashfs-lzma/squashfslzmaroot.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/squashfs-lzma/squashfslzmaroot.mk b/target/squashfs-lzma/squashfslzmaroot.mk
index 1aa80e0029..ee7ede84b0 100644
--- a/target/squashfs-lzma/squashfslzmaroot.mk
+++ b/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