From: juhosg Date: Tue, 24 Jan 2012 09:47:25 +0000 (+0000) Subject: ar71xx: nuke fs_all variable in image/Makefile X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/3ea7ce520057866773484edb1d6928f98665378e?hp=6c5c90403f69c4b10ca69c73e294cf79690939af ar71xx: nuke fs_all variable in image/Makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29880 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index e94374daa..dc433e051 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -29,13 +29,11 @@ KDIR_TMP:=$(KDIR)/tmp VMLINUX:=$(BIN_DIR)/$(IMG_PREFIX)-vmlinux UIMAGE:=$(BIN_DIR)/$(IMG_PREFIX)-uImage fs_squash:=squashfs-only -fs_all:=all fs_64k:=64k fs_64kraw:=64kraw fs_128k:=128k ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y) fs_squash:=initramfs - fs_all:=initramfs fs_64k:=initramfs fs_64kraw:=initramfs fs_128k:=initramfs