Skip to content

Commit 1341276

Browse files
committed
openwrt-24.10-rc4: fix luci-base
Signed-off-by: sbwml <[email protected]>
1 parent 6f39294 commit 1341276

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openwrt/scripts/05-fix-source.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# fix luci-base - rc4
4+
sed -i 's|\[sid\].hasOwnProperty|\[sid\]?.hasOwnProperty|g' feeds/luci/modules/luci-base/htdocs/luci-static/resources/uci.js
5+
36
# apk-tools
47
curl -s $mirror/openwrt/patch/apk-tools/9999-hack-for-linux-pre-releases.patch > package/system/apk/patches/9999-hack-for-linux-pre-releases.patch
58

0 commit comments

Comments
 (0)