projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ee8725
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29880
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index
e94374d
..
dc433e0
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