mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-27 15:24:45 +00:00
8 lines
139 B
Bash
8 lines
139 B
Bash
#!/bin/bash
|
|
|
|
case "${OP_Maintainer},${OP_BRANCH}" in
|
|
coolsnowwolf,master)
|
|
AddPackage git other luci-app-usb3disable rufengsuixing
|
|
;;
|
|
esac
|