ar71xx: nuke fs_all variable in image/Makefile
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 24 Jan 2012 09:47:25 +0000 (09:47 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 24 Jan 2012 09:47:25 +0000 (09:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29880 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/image/Makefile

index e94374d..dc433e0 100644 (file)
@@ -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
This page took 0.023941 seconds and 4 git commands to generate.