[package] udev: bump to 173
authorFlorian Fainelli <florian@openwrt.org>
Thu, 25 Aug 2011 10:49:29 +0000 (10:49 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 25 Aug 2011 10:49:29 +0000 (10:49 +0000)
commit337120901f6441e35a10e8b22ce554302a31e750
treea1ecb5ed9aa527d131e3a17ec61e5c56df17b038
parent35525ed19edfdc348d94b03259357c5841b2ca7f
[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]