You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
301 B

  1. commit 8686cae32fc04045c1404c2febf84242c298bf0d
  2. Author: Sergey V. Lobanov <sergey@lobanov.in>
  3. Date: Fri Jan 7 23:00:03 2022 +0300
  4. fix build on macos
  5. OpenWrt is always Linux. Disable OS detection
  6. --- a/mk/vendor.os
  7. +++ b/mk/vendor.os
  8. @@ -1,3 +1,3 @@
  9. #!/bin/sh
  10. -uname -s
  11. +echo Linux