mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Merge branch 'test' into develop
This commit is contained in:
commit
6d13fedbc1
3 changed files with 4 additions and 1 deletions
1
.github/ISSUE_TEMPLATE/help.md
vendored
1
.github/ISSUE_TEMPLATE/help.md
vendored
|
@ -18,6 +18,7 @@ labels: help wanted
|
|||
|
||||
- OpenMPTCProuter version: <!--- (Last is not a version) -->
|
||||
- OpenMPTCProuter VPS version: <!--- (Last is not a version) -->
|
||||
- OpenMPTCProuter VPS provider:
|
||||
- OpenMPTCProuter platform: <!--- (RPI2/RPI3/x86/x86_64) -->
|
||||
|
||||
<!--- (please do not attach text files) -->
|
3
.github/ISSUE_TEMPLATE/issue.md
vendored
3
.github/ISSUE_TEMPLATE/issue.md
vendored
|
@ -35,6 +35,7 @@ labels: bug
|
|||
|
||||
- OpenMPTCProuter version: <!--- (Last is not a version) -->
|
||||
- OpenMPTCProuter VPS version: <!--- (Last is not a version) -->
|
||||
- OpenMPTCProuter VPS provider:
|
||||
- OpenMPTCProuter platform: <!--- (RPI2/RPI3/x86/x86_64) -->
|
||||
|
||||
<!--- (please do not attach text files) -->
|
||||
<!--- (please do not attach text files) -->
|
||||
|
|
1
build.sh
1
build.sh
|
@ -452,6 +452,7 @@ cd "../.."
|
|||
rm -rf feeds/luci/modules/luci-mod-network
|
||||
[ -d feeds/${OMR_DIST}/luci-mod-status ] && rm -rf feeds/luci/modules/luci-mod-status
|
||||
[ -d feeds/${OMR_DIST}/luci-app-statistics ] && rm -rf feeds/luci/applications/luci-app-statistics
|
||||
[ -d feeds/${OMR_DIST}/luci-proto-modemmanager ] && rm -rf feeds/luci/protocols/luci-proto-modemmanager
|
||||
|
||||
echo "Add Occitan translation support"
|
||||
if ! patch -Rf -N -p1 -s --dry-run < patches/luci-occitan.patch; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue