Skip to content

Commit

Permalink
reduce binary size.
Browse files Browse the repository at this point in the history
  • Loading branch information
el1n committed Mar 8, 2016
1 parent b78c4b6 commit f88e0a6
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
SoftEther VPN for OpenWrt
=
Your router is if ar71xx or brcm47xx, You do not need build steps.
Your router is if ar71xx or brcm47xx, You do not need build steps.
You can get binary package from http://b.mikomoe.jp/.

If need compile for OpenWrt 12.09, See old [README.MD](https://github.com/el1n/OpenWRT-package-softether/blob/7dc4c4ce19da9aa7dc2330e2dbbdc4d3e4dd4fcc/README.md).

See [Alberts00](https://github.com/Alberts00)'s blog if you want more detailed guide.
See [Alberts00](https://github.com/Alberts00)'s blog if you want more detailed guide.
Also you can download SE4WRT Chaos Calmer(15.05) build from his website.

If you are japanese or could read japanese, Visit [my blog](http://elin.mikomoe.jp/index.php?entry=OpenWRT%E3%81%A7SoftEther-VPN%E3%82%92%E5%8B%95%E3%81%8B%E3%81%99).
If you are japanese or could read japanese, Visit [my blog](http://elin.mikomoe.jp/index.php?entry=OpenWRT%E3%81%A7SoftEther-VPN%E3%82%92%E5%8B%95%E3%81%8B%E3%81%99).
Since this entry too old, i recommend read this README.MD if possible.

Note
Expand All @@ -19,6 +19,11 @@ Note
Binary has function of vpnserver/vpnclient/vpnbridge/vpncmd like busybox now.
Uninstall all the SoftEther VPN packages if you will update from old version.

+ WebUI is no longer available for Mar 8, 2016 or later version.
+ Languages except english no longer available for Mar 8, 2016 or later version.
+ pdf file no longer contain when generate a sample configuration file for openvpn for Mar 8, 2016 or later version.
New package size is smaller from 1.8MB to 1.1MB at these changes.

Compile and Install
-
1. Install the packages required to compile
Expand Down
4 changes: 4 additions & 0 deletions softethervpn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ define Build/Compile
-f src/makefiles/linux_32bit.mak \
clean

rm -fr $(PKG_BUILD_DIR)/src/bin/hamcore/*_cn.*
rm -fr $(PKG_BUILD_DIR)/src/bin/hamcore/*_ja.*
rm -fr $(PKG_BUILD_DIR)/src/bin/hamcore/openvpn_readme.pdf
rm -fr $(PKG_BUILD_DIR)/src/bin/hamcore/webui/
make \
-C $(PKG_BUILD_DIR) \
-f src/makefiles/linux_32bit.mak \
Expand Down
Loading

0 comments on commit f88e0a6

Please sign in to comment.