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