aboutsummaryrefslogtreecommitdiff
path: root/net/netcat/patches
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* netcat: fix Illegal instruction on listen udpRick Frankland2020-06-30
| | | | | | | | | When listening to a udp port an Illegal instruction occurs. This did NOT happen when compiled with debug on. Fixes issue openwrt#4747, FS#2937 Signed-off-by: Rick Frankland <rfrankla@yahoo.com>
* Add netcat package from old 14.07 package repository.Adam Gensler2015-01-06
Signed-off-by: Adam Gensler openwrt@a.gnslr.us