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.

13 lines
254 B

  1. #!/usr/bin/env python3
  2. # Copyright 2022 Sergey V. Lobanov <sergey@lobanov.in>
  3. #
  4. # SPDX-License-Identifier: GPL-2.0-or-later
  5. import sys
  6. kernel_name="Linux"
  7. operating_system="GNU/Linux"
  8. nodename="OpenWrt"
  9. processor="unknown"
  10. hardware_platform="unknown"