mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-17 21:01:21 +08:00
11 lines
306 B
Bash
Executable File
11 lines
306 B
Bash
Executable File
#!/bin/bash
|
|
# --------------------------------------------------------
|
|
# Script for creating ACL file for each LuCI APP
|
|
sed -i \
|
|
-e "s/\(PKG_HASH\|PKG_MD5SUM\|PKG_MIRROR_HASH\):=.*/\1:=skip/" \
|
|
-e 's?\.\./\.\./luci.mk?$(TOPDIR)/feeds/luci/luci.mk?' \
|
|
-e 's/ca-certificates/ca-bundle/' \
|
|
*/Makefile
|
|
|
|
exit 0
|