[package] udev: bump to 173
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Aug 2011 10:49:29 +0000 (10:49 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Aug 2011 10:49:29 +0000 (10:49 +0000)
commitd2d50ad0de3e25c7ff27beb44a5fdf2db16b5e3a
treea1ecb5ed9aa527d131e3a17ec61e5c56df17b038
parent3e6e12295cb214c967095c990cc25bd00d06549e
[package] udev: bump to 173

Yet another update, I inherited a wrong behaviour with older versions.
It used to $(INSTALL_BIN) symlinks which results in copying the dereferenced
file and not the symlink itself, now uses $(CP) and it's reported working (and running)
by at least one person in IRC (using a glibc toolchain with mips). Works and runs on
my toolchain (mipsel uClibc) too.

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28085 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/udev/Config.in
package/udev/Makefile
package/udev/patches/0001-build-don-t-use-gc-sections.patch [new file with mode: 0644]
package/udev/patches/0002-udevd-add-lrt-for-message-queue-symbols.patch [new file with mode: 0644]