generic: sanitize deps_initramfs list
authorGabor Juhos <juhosg@openwrt.org>
Fri, 9 Nov 2012 09:07:29 +0000 (09:07 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Fri, 9 Nov 2012 09:07:29 +0000 (09:07 +0000)
commit502661f685844105159a0e02e5141db1cfb48db0
tree1503e25235f81024ed17707b32e9c10abc87a96e
parent291d24c3ccb1522f976b3124aa7ea4b8a77c9d5e
generic: sanitize deps_initramfs list

If any filename in the intramfs dependency
list contains a colon, that causes a kernel
build error like this:

/devel/openwrt/build_dir/linux-ar71xx_generic/linux-3.6.6/usr/Makefile:58: *** multiple target patterns.  Stop.
make[5]: *** [usr] Error 2

Fix it by removing such filenames from the
deps_initramfs list.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34125
target/linux/generic/patches-3.3/970-remove-unsane-filenames-from-deps_initramfs-list.patch [new file with mode: 0644]
target/linux/generic/patches-3.6/970-remove-unsane-filenames-from-deps_initramfs-list.patch [new file with mode: 0644]