projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fb88e2
)
ar71xx: nuke fs_all variable in image/Makefile
author
Gabor Juhos
<juhosg@openwrt.org>
Tue, 24 Jan 2012 09:47:25 +0000
(09:47 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Tue, 24 Jan 2012 09:47:25 +0000
(09:47 +0000)
SVN-Revision: 29880
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index e94374daab545148579d9867dce9d288570477e1..dc433e05118aafef0811a744d006f4f46fa221d7 100644
(file)
--- 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