Skip to content

Commit 6f39294

Browse files
committed
build.sh: delete patch conflict files
Signed-off-by: sbwml <[email protected]>
1 parent a218bd5 commit 6f39294

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

openwrt/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ bash 03-convert_translation.sh
246246
bash 04-fix_kmod.sh
247247
bash 05-fix-source.sh
248248
[ -f "10-custom.sh" ] && bash 10-custom.sh
249+
find feeds -type f -name "*.orig" -exec rm -f {} \;
249250
[ "$(whoami)" = "runner" ] && endgroup
250251

251252
rm -f 0*-*.sh 10-custom.sh

openwrt/patch/odhcpd/luci-mod-network-add-option-for-ipv6-max-plt-vlt.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js
22
+++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js
3-
@@ -847,6 +847,20 @@ return view.extend({
3+
@@ -854,6 +854,20 @@ return view.extend({
44
so.depends('ra', 'server');
55
so.depends({ ra: 'hybrid', master: '0' });
66

0 commit comments

Comments
 (0)