优化第三方软件包添加方式

This commit is contained in:
Hyy2001X
2021-07-17 00:15:56 +08:00
parent 2bfa03cf6c
commit cd7c4f8234
4 changed files with 44 additions and 12 deletions
+8 -2
View File
@@ -1,2 +1,8 @@
git other luci-app-usb3disable rufengsuixing
svn package/kernel mt76 openwrt/openwrt/trunk/package/kernel
#!/bin/bash
case "${OP_Maintainer},${OP_BRANCH}" in
coolsnowwolf,master)
AddPackage git other luci-app-usb3disable rufengsuixing
# AddPackage svn package/kernel mt76 openwrt/openwrt/trunk/package/kernel
;;
esac