Commit b7e187c 1 parent e99c8aa commit b7e187c Copy full SHA for b7e187c
File tree 4 files changed +4
-19
lines changed
4 files changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ CONFIG_PACKAGE_vim-fuller=y
13
13
14
14
### Web Admin
15
15
CONFIG_PACKAGE_luci=y
16
- CONFIG_PACKAGE_luci-mod-dashboard=y
17
16
18
17
### LuCI Apps
19
18
CONFIG_PACKAGE_luci-app-sqm=y
Original file line number Diff line number Diff line change @@ -16,24 +16,10 @@ CONFIG_PACKAGE_tailscale=y
16
16
CONFIG_PACKAGE_zerotier=m
17
17
18
18
### LuCI Apps
19
- CONFIG_PACKAGE_luci-app-ddns=y
20
- CONFIG_PACKAGE_luci-app-vlmcsd=y
21
- CONFIG_PACKAGE_luci-app-nft-qos=m
22
- CONFIG_PACKAGE_luci-app-unbound=m
19
+ CONFIG_PACKAGE_luci-app-ddns=m
23
20
CONFIG_PACKAGE_luci-app-openvpn=m
24
- CONFIG_PACKAGE_luci-app-passwall=y
25
21
CONFIG_PACKAGE_luci-app-webadmin=y
26
22
CONFIG_PACKAGE_luci-app-filetransfer=y
27
23
CONFIG_PACKAGE_luci-app-unblockneteasemusic=m
28
24
29
- # Monitor
30
- # CONFIG_PACKAGE_luci-app-vnstat2=y
31
- # Downloader
32
- # CONFIG_PACKAGE_luci-app-aria2=y
33
- # CONFIG_PACKAGE_webui-aria2=y
34
- # Printer
35
- CONFIG_PACKAGE_luci-app-p910nd=m
36
- # AirPlay
37
- CONFIG_PACKAGE_luci-app-airplay2=m
38
-
39
25
# Note: Extra disk space may required
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ git clone https://github.com/muink/luci-app-netdata.git --branch nossl_version
14
14
cat >> " $confdir /extra.conf" << EOF
15
15
16
16
# Netdata
17
- CONFIG_PACKAGE_luci-app-netdata=y
17
+ # CONFIG_PACKAGE_luci-app-netdata=y
18
18
19
19
EOF
20
20
Original file line number Diff line number Diff line change 1
1
# ## Hostname
2
- name=' MineWrt '
2
+ name=' HomeWrt '
3
3
4
4
# Modify the default timezone (/etc/config/system)
5
5
# https://github.com/openwrt/openwrt/blob/v23.05.2/package/base-files/files/bin/config_generate#L314
@@ -17,7 +17,7 @@ tz='Asia/Singapore'
17
17
sed -i " s#timezone='UTC'#zonename='$tz '#g" package/base-files/files/bin/config_generate
18
18
19
19
# ## LAN IP
20
- addr=' 10.10.1.2 '
20
+ addr=' 172.22.0.1 '
21
21
mask=' 255.255.0.0'
22
22
23
23
# Modify the default LAN IP address and subnet mask (/etc/config/network)
You can’t perform that action at this time.
0 commit comments