diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2009-10-19 23:45:58 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-21 10:19:23 +0200 |
commit | 61901bd74a622450139358ea0c0f37d4568ad570 (patch) | |
tree | c87d070084dbeebe63686a16495bd953aa5a7648 /CHANGES | |
parent | 0ad5869528742f90791b6a13b94f1fa49c41e809 (diff) | |
download | buildroot-novena-61901bd74a622450139358ea0c0f37d4568ad570.tar.gz buildroot-novena-61901bd74a622450139358ea0c0f37d4568ad570.zip |
libnl: handle all installed libraries
libnl does not only install libnl.so, but also libnl-nf.so,
libnl-genl.so and libnl-route.so. Change the post-install
and uninstall hooks to handle these libraries as well.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,11 +6,11 @@ Updated/fixed packages: autoconf, busybox, directfb, dnsmasq, e2fsprogs, festival, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good, imagemagick, iptables, kernel-headers, kismet, - libevent, libglib2, liblockfile, libmad, libupnp, libuuid, ltrace, - lua, mdadm, ncftp, ncurses, netkittelnet, ntfs-3g, openssl, php, - python, quagga, radvd, rsync, samba, shared-mime-info, speech-tools, - squashfs, syslinux, u-boot, util-linux, valgrind, vsftpd, wipe, - wpa-supplicant, xdata_xcursor-themes, zlib + libevent, libglib2, liblockfile, libmad, libnl, libupnp, libuuid, + ltrace, lua, mdadm, ncftp, ncurses, netkittelnet, ntfs-3g, openssl, + php, python, quagga, radvd, rsync, samba, shared-mime-info, + speech-tools, squashfs, syslinux, u-boot, util-linux, valgrind, + vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, zlib Removed package: mdnsresponder, mpatrol |