Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
openwrt-24.10-rc4: fix luci-base
Browse files Browse the repository at this point in the history
Signed-off-by: sbwml <[email protected]>
  • Loading branch information
sbwml committed Dec 25, 2024
1 parent 6f39294 commit 1341276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openwrt/scripts/05-fix-source.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# fix luci-base - rc4
sed -i 's|\[sid\].hasOwnProperty|\[sid\]?.hasOwnProperty|g' feeds/luci/modules/luci-base/htdocs/luci-static/resources/uci.js

# apk-tools
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

Expand Down

0 comments on commit 1341276

Please sign in to comment.