aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.6/970-remove-unsane-filenames-from-deps_initramfs-list.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-07-26 12:23:56 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-07-26 12:23:56 +0000
commitfce8116a3bb5411b1fd535e236ece7de9847d481 (patch)
tree4ee0e95fdffaf7737bc05046e05b4f6d38ad9615 /target/linux/generic/patches-3.6/970-remove-unsane-filenames-from-deps_initramfs-list.patch
parent025d73b5a7c48ce4f2e6b3df66f4be263c68aced (diff)
downloadupstream-fce8116a3bb5411b1fd535e236ece7de9847d481.tar.gz
upstream-fce8116a3bb5411b1fd535e236ece7de9847d481.tar.bz2
upstream-fce8116a3bb5411b1fd535e236ece7de9847d481.zip
kernel: remove kernel 3.6
kernel 3.6 is not used by any target any more, remove it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41834 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.6/970-remove-unsane-filenames-from-deps_initramfs-list.patch')
-rw-r--r--target/linux/generic/patches-3.6/970-remove-unsane-filenames-from-deps_initramfs-list.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/generic/patches-3.6/970-remove-unsane-filenames-from-deps_initramfs-list.patch b/target/linux/generic/patches-3.6/970-remove-unsane-filenames-from-deps_initramfs-list.patch
deleted file mode 100644
index 65c6ef7d0c..0000000000
--- a/target/linux/generic/patches-3.6/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)
-