We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f39294 commit 1341276Copy full SHA for 1341276
openwrt/scripts/05-fix-source.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
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
+
6
# apk-tools
7
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
8
0 commit comments