Skip to content
Snippets Groups Projects
  1. Oct 22, 2016
    • Rafał Miłecki's avatar
      base-files: add ucidef_set_led_usbport for full usbport support · 2187f57d
      Rafał Miłecki authored
      
      This helper allows using usbport trigger directly. It requires usbport
      compatible syntax and supports specifying multiple USB ports, e.g.:
      ucidef_set_led_usbport "usb" "USB" "devicename:colour:function" "usb1-port1" "usb2-port1"
      
      This adds a proper object to the board.json, e.g.
      "usb": {
      	"name": "USB",
      	"type": "usbport",
      	"sysfs": "devicename:colour:function",
      	"ports": [
      		"usb1-port1",
      		"usb2-port1"
      	]
      }
      and supports translating it into uci section.
      
      Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
      2187f57d
  2. Aug 13, 2016
  3. Jun 07, 2016
  4. Mar 10, 2016
  5. Mar 07, 2016
  6. Feb 26, 2016
  7. Feb 25, 2016
  8. Dec 11, 2015
  9. Sep 04, 2015
  10. Jul 14, 2015
  11. Jul 08, 2015
  12. Feb 14, 2015
  13. Jan 17, 2015
  14. Oct 14, 2014
    • John Crispin's avatar
      scripts: fix wrong usage of '==' operator · 20940138
      John Crispin authored
      
      [base-files] shell-scripting: fix wrong usage of '==' operator
      
      normally the '==' is used for invoking a regex parser and is a bashism.
      all of the fixes just want to compare a string. the used busybox-ash
      will silently "ignore" this mistake, but make it portable/clean at least.
      
      this patch does not change the behavior/logic of the scripts.
      
      Signed-off-by: default avatarBastian Bittorf <bittorf@bluebottle.com>
      
      SVN-Revision: 42911
      20940138
  15. Oct 08, 2014
  16. Sep 25, 2014
  17. May 16, 2014
  18. Jan 23, 2014
  19. Apr 22, 2013
  20. Apr 09, 2013
  21. Aug 13, 2012
  22. May 29, 2012
  23. Dec 01, 2011
  24. Nov 22, 2011
  25. Nov 15, 2011
Loading