[packages] wget: Fix installation and cleanup package makefile (#6990)
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 29 Mar 2010 14:58:36 +0000 (14:58 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 29 Mar 2010 14:58:36 +0000 (14:58 +0000)
commit223ecdb0d7591580fffa4f2c96ad300677be005e
tree6cf3e85e22a71fd2bbf5275c81f75b1b1f72632d
parent1f505afec7f92db47cf8639e269093dc920e683d
[packages] wget: Fix installation and cleanup package makefile (#6990)

* wget package binary installed at /usr/bin/wget-ssl
* wget-nossl package binary installed at /usr/bin/wget-nossl
* allows both packages to co-exist without conflict
* busybox symlink is replaced with symlink to newest package binary
* symlink is restored when removing package with the following preference:
1. /usr/bin/wget-ssl or /usr/bin/wget-nossl
2. /bin/busybox

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20583 3c298f89-4303-0410-b956-a3cf2f4a3e73
net/wget/Makefile