sunwait
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  24. 24
  25. 25
This Makefile can be used to build sunwait as a package for OpenWRT.

Dependency: OpenWRT SDK

Instructions:
- Download the OpenWRT SDK for your platform from;
https://downloads.openwrt.org/releases/xx.xx.x/targets/{platform}/generic/openwrt-sdk_*.tar.xz

- Extract it to somewhere;
tar -xf openwrt-sdk_*.Linux-x86_64.tar.xz

- Enter the sdk root;
cd openwrt-sdk_*.Linux-x86_64

- Set it up;
./scripts/feeds update -a

- Copy the Makefile from this path into the sdk, at;
{sdk root}/package/sunwait/Makefile

- From the sdk root, build it;
make package/sunwait/compile

This will create the package that can be installed to your router.