summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2014-07-24 19:49:34 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-29 23:47:03 +0200
commit025d4a17298e85e6efad42bdde619e47bb78ba20 (patch)
tree2d4def827b0ea06b659dd9eadec4c7058ee1b524 /fs
parent419f276c1375e6923860b6d1590a7364f7f23d68 (diff)
linux: remove support of linux26-* targets
The linux-* mirror targets of linux26-* have been added a very long time ago (2010) and linux 2.6 is now considered 'old' anyway. It no longer makes sense to support these linux26-* targets, so this patch removes them. This is a simplification introduced in preparation of the kconfig-package infrastructure. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/initramfs/initramfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/initramfs/initramfs.mk b/fs/initramfs/initramfs.mk
index 5d3ea89f2..308924d57 100644
--- a/fs/initramfs/initramfs.mk
+++ b/fs/initramfs/initramfs.mk
@@ -7,7 +7,7 @@
ROOTFS_INITRAMFS_DEPENDENCIES += rootfs-cpio
-ROOTFS_INITRAMFS_POST_TARGETS += linux26-rebuild-with-initramfs
+ROOTFS_INITRAMFS_POST_TARGETS += linux-rebuild-with-initramfs
# The generic fs infrastructure isn't very useful here.