mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 03:28:07 +00:00
Switched to HTTP from FTP for one of the mirrors. Rebased Patches. Removed ENGINES patch as it is only relevant for OpenSSL 1.0.2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
256 B
Diff
12 lines
256 B
Diff
--- a/conf/post-install
|
|
+++ b/conf/post-install
|
|
@@ -326,7 +326,7 @@ fake_fmt() {
|
|
case `uname -s` in
|
|
HP-UX*) FMT=cat;;
|
|
SunOS*) FMT=fake_fmt;;
|
|
- *) FMT=fmt;;
|
|
+ *) FMT=cat;;
|
|
esac
|
|
|
|
# If a parameter is not set via the command line or environment,
|