5 lines
74 B
Bash
5 lines
74 B
Bash
#!/bin/sh
|
|
|
|
# Enable hisi-wlan init script
|
|
rc-update add hisi-wlan default
|