aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3/970-remove-unsane-filenames-from-deps_initramfs-list.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-01-24 20:02:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-01-24 20:02:02 +0000
commitcac0cf6daa5df1faed5bc0f7fc764506e93bace0 (patch)
treeda5a1596ae9201d3f99bb59ec8db0758aa27b03e /target/linux/generic/patches-3.3/970-remove-unsane-filenames-from-deps_initramfs-list.patch
parent67ad5ff2734551cf9548814b480a0bc5bacf7f1b (diff)
downloadmaster-187ad058-cac0cf6daa5df1faed5bc0f7fc764506e93bace0.tar.gz
master-187ad058-cac0cf6daa5df1faed5bc0f7fc764506e93bace0.tar.bz2
master-187ad058-cac0cf6daa5df1faed5bc0f7fc764506e93bace0.zip
kernel: remove linux 3.3 patches and config
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44109 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.3/970-remove-unsane-filenames-from-deps_initramfs-list.patch')
-rw-r--r--target/linux/generic/patches-3.3/970-remove-unsane-filenames-from-deps_initramfs-list.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/generic/patches-3.3/970-remove-unsane-filenames-from-deps_initramfs-list.patch b/target/linux/generic/patches-3.3/970-remove-unsane-filenames-from-deps_initramfs-list.patch
deleted file mode 100644
index 65c6ef7d0c..0000000000
--- a/target/linux/generic/patches-3.3/970-remove-unsane-filenames-from-deps_initramfs-list.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/usr/Makefile
-+++ b/usr/Makefile
-@@ -50,20 +50,22 @@ ifneq ($(wildcard $(obj)/.initramfs_data
- include $(obj)/.initramfs_data.cpio.d
- endif
-
-+deps_initramfs_sane := $(foreach v,$(deps_initramfs),$(if $(findstring :,$(v)),,$(v)))
-+
- quiet_cmd_initfs = GEN $@
- cmd_initfs = $(initramfs) -o $@ $(ramfs-args) $(ramfs-input)
-
- targets := initramfs_data.cpio.gz initramfs_data.cpio.bz2 initramfs_data.cpio.lzma initramfs_data.cpio.xz initramfs_data.cpio.lzo initramfs_data.cpio
- # do not try to update files included in initramfs
--$(deps_initramfs): ;
-+$(deps_initramfs_sane): ;
-
--$(deps_initramfs): klibcdirs
-+$(deps_initramfs_sane): klibcdirs
- # We rebuild initramfs_data.cpio if:
- # 1) Any included file is newer then initramfs_data.cpio
- # 2) There are changes in which files are included (added or deleted)
- # 3) If gen_init_cpio are newer than initramfs_data.cpio
- # 4) arguments to gen_initramfs.sh changes
--$(obj)/initramfs_data.cpio$(suffix_y): $(obj)/gen_init_cpio $(deps_initramfs) klibcdirs
-+$(obj)/initramfs_data.cpio$(suffix_y): $(obj)/gen_init_cpio $(deps_initramfs_sane) klibcdirs
- $(Q)$(initramfs) -l $(ramfs-input) > $(obj)/.initramfs_data.cpio.d
- $(call if_changed,initfs)
-