You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tried using the iptables HMARK module and discovered that OpenWrt does not build/provide that module. HMARK is useful for load-balancing based on IP flow properties.
Please build and provide the HMARK module. Thank you!
The text was updated successfully, but these errors were encountered:
hnyman
pushed a commit
to hnyman/openwrt
that referenced
this issue
Jan 5, 2018
The current way of creating a STAMP_CONFIGURED filename for OpenSSL can
lead to an extremely long filename that makes touch unable to create it,
and fail the build.
Use mkhash to produce a hash against OPENSSL_OPTIONS which creates a
shortert stamp file,
Fixesopenwrt#572
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
The current way of creating a STAMP_CONFIGURED filename for OpenSSL can
lead to an extremely long filename that makes touch unable to create it,
and fail the build.
Use mkhash to produce a hash against OPENSSL_OPTIONS which creates a
shortert stamp file,
Fixesopenwrt#572
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
I recently tried using the iptables HMARK module and discovered that OpenWrt does not build/provide that module. HMARK is useful for load-balancing based on IP flow properties.
Please build and provide the HMARK module. Thank you!
The text was updated successfully, but these errors were encountered: