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)
commit0ec7f94548abb8a22a6e1559e930a3df14a45043
tree554c3da00aaf177ae862f5f4a04da949eff75399
parent21f7943561192a16a617c10f6b062f23156d30e6
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>
SVN-Revision: 28085
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]