generic: sanitize deps_initramfs list
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 9 Nov 2012 09:07:29 +0000 (09:07 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 9 Nov 2012 09:07:29 +0000 (09:07 +0000)
commit7b9dfebde479bccaada3c877cbf6b05dc52c9938
treeae4f3ba7e3c8d1166149bc106c2e21e94d6770b1
parent82f93a2d3fd6d9c0db441155105b8ef3578c17f6
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]