Browse Source

Delete extra_command.patch

garypang13 4 years ago
parent
commit
76f4612f59
1 changed files with 0 additions and 10 deletions
  1. 0 10
      devices/common/patches/extra_command.patch

+ 0 - 10
devices/common/patches/extra_command.patch

@@ -1,10 +0,0 @@
---- a/package/base-files/files/etc/rc.common
-+++ b/package/base-files/files/etc/rc.common
-@@ -175,6 +175,6 @@ extra_command "enabled" "Check if service is started on boot"
- 	}
- }
- 
--ALL_COMMANDS="${EXTRA_COMMANDS}"
-+ALL_COMMANDS="start stop reload restart boot shutdown enable disable enabled depends ${EXTRA_COMMANDS}"
- list_contains ALL_COMMANDS "$action" || action=help
- $action "$@"