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)
commit703033b3437beb98c37d08ef25d19a5e7427399f
treeae4f3ba7e3c8d1166149bc106c2e21e94d6770b1
parentc1aff23c3e9e84a03cec7300cde4a6695ec5c1d5
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34125 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]