-
Notifications
You must be signed in to change notification settings - Fork 8
/
settings.sh
58 lines (54 loc) · 1.77 KB
/
settings.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# How to use this file:
# users/repo:branch:openwrt_package_location:kernel_config_options:additiona_post_git_function
#
ADD_PACKAGES="
jerrykuku/luci-theme-argon:master:themes::
jerrykuku/luci-app-argon-config:master:lean::
:::PACKAGE_luci-proto-qmi=y:
:::PACKAGE_kmod-mii=y:
:::PACKAGE_kmod-usb-wdm=y:
:::PACKAGE_uqmi=y:
:::LUCI_LANG_en=y:
:::FAT_DEFAULT_IOCHARSET=\"utf8\":
:::PACKAGE_bash=y:
iwrt/luci-app-ikoolproxy:main:other::
fw876/helloworld:main:other::
vernesong/OpenClash:dev:other:PACKAGE_luci-app-openclash=y:OpenClash
"
#
# Add a package name to remove from config
#
DEL_PACKAGES="
serverchan
pushbot
docker
DOCKER
aliyundrive
qbittorrent
aria2
unblockmusic
UnblockNeteaseMusic
uugamebooster
uhttpd
usb-printer
syncdial
vsftpd
onliner
nfs
samba
davfs2
cifs
passwall
"
TARGET_FIRMWARE_END="
ext4-combined.img.gz
squashfs-combined.img.gz
ext4-combined-efi.img.gz
squashfs-combined-efi.img.gz
sysupgrade.bin
"
OpenClash() {
cp -aRp ${OPENWRT_BASE}/package/${PACKAGE_LOCATION}/${PACKAGE_NAME}/luci-app-openclash ${OPENWRT_BASE}/package/${PACKAGE_LOCATION}/
rm -rf ${OPENWRT_BASE}/package/${PACKAGE_LOCATION}/${PACKAGE_NAME}/
}