Skip to content

Commit b7e187c

Browse files
authored
homeWrt
1 parent e99c8aa commit b7e187c

File tree

4 files changed

+4
-19
lines changed

4 files changed

+4
-19
lines changed

settings/basic.conf

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ CONFIG_PACKAGE_vim-fuller=y
1313

1414
### Web Admin
1515
CONFIG_PACKAGE_luci=y
16-
CONFIG_PACKAGE_luci-mod-dashboard=y
1716

1817
### LuCI Apps
1918
CONFIG_PACKAGE_luci-app-sqm=y

settings/extra.conf

+1-15
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,10 @@ CONFIG_PACKAGE_tailscale=y
1616
CONFIG_PACKAGE_zerotier=m
1717

1818
### 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
2320
CONFIG_PACKAGE_luci-app-openvpn=m
24-
CONFIG_PACKAGE_luci-app-passwall=y
2521
CONFIG_PACKAGE_luci-app-webadmin=y
2622
CONFIG_PACKAGE_luci-app-filetransfer=y
2723
CONFIG_PACKAGE_luci-app-unblockneteasemusic=m
2824

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-
3925
# Note: Extra disk space may required

settings/extra.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git clone https://github.com/muink/luci-app-netdata.git --branch nossl_version
1414
cat >> "$confdir/extra.conf" <<EOF
1515
1616
# Netdata
17-
CONFIG_PACKAGE_luci-app-netdata=y
17+
# CONFIG_PACKAGE_luci-app-netdata=y
1818
1919
EOF
2020

settings/system.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Hostname
2-
name='MineWrt'
2+
name='HomeWrt'
33

44
# Modify the default timezone (/etc/config/system)
55
# https://github.com/openwrt/openwrt/blob/v23.05.2/package/base-files/files/bin/config_generate#L314
@@ -17,7 +17,7 @@ tz='Asia/Singapore'
1717
sed -i "s#timezone='UTC'#zonename='$tz'#g" package/base-files/files/bin/config_generate
1818

1919
### LAN IP
20-
addr='10.10.1.2'
20+
addr='172.22.0.1'
2121
mask='255.255.0.0'
2222

2323
# Modify the default LAN IP address and subnet mask (/etc/config/network)

0 commit comments

Comments
 (0)