01_leds 154 B

1234567891011
  1. #!/bin/sh
  2. #
  3. # Copyright (C) 2015 OpenWrt.org
  4. #
  5. . /lib/functions/uci-defaults.sh
  6. ucidef_set_led_mmc "mmc" "MMC" "led0" "mmc0"
  7. ucidef_commit_leds
  8. exit 0