diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md index 0ecec78c..f4d56394 100755 --- a/.github/ISSUE_TEMPLATE/help.md +++ b/.github/ISSUE_TEMPLATE/help.md @@ -18,6 +18,7 @@ labels: help wanted - OpenMPTCProuter version: - OpenMPTCProuter VPS version: + - OpenMPTCProuter VPS provider: - OpenMPTCProuter platform: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md index 97ab9b3c..2716ec67 100755 --- a/.github/ISSUE_TEMPLATE/issue.md +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -35,6 +35,7 @@ labels: bug - OpenMPTCProuter version: - OpenMPTCProuter VPS version: + - OpenMPTCProuter VPS provider: - OpenMPTCProuter platform: - \ No newline at end of file + diff --git a/build.sh b/build.sh index f83a6e04..30725a98 100755 --- a/build.sh +++ b/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