Welcome to FlashSYS dev page!

Feel free to report any bugs and submit patches using ticket system.

Installation guide

In this example OpenWRT compiling directory is /home/user/openwrt

1. Navigate to your OpenWRT package directory (in our case: /home/user/openwrt/package)

2. Create directory flashsys2 and navigate to it (in our case: /home/user/openwrt/package/flashsys2)

3. Checkout current SVN version of FlashSYS2 using this command:

svn co svn://dev.flashsys.org/trunk/flashsys2/ ./

4. Go back to your OpenWRT compiling directory and select FlashSYS2 package using make menuconfig

5. Compile using make as usual

6. If you wish to install FlashSYS2 as a separate package, use opkg package manager that comes with OpenWRT

Also, you can checkout current SVN version to any directory and the copy flashsys2 folder to your OpenWRT package directory


To update FlashSYS2, navigate to flashsys2 package directory (in our case: /home/user/openwrt/package/flashsys2) and execute this command:

svn up


FlashSYS v1

FlashSYS v1 is available for evaluation purposes and can be downloaded using this command:

svn co svn://dev.flashsys.org/trunk/flashsys-v1/flashsys-admin

Please note: FlashSYS v1 requires alot of modifications of original OpenWRT packages and will not work as designed when compiled as a standalone package.