diff --git a/patches.sh b/patches.sh index fd5d417..240a060 100644 --- a/patches.sh +++ b/patches.sh @@ -66,3 +66,6 @@ line_number_h6=`grep -m1 -n 'h6 {' $css_file | cut -d: -f1` if [[ ! -z "$line_number_h6" ]]; then sed -i $line_number_h6',+10 s/font-weight: normal/font-weight: bold/' $css_file fi + +#set default theme to argon +sed -i '/uci commit luci/i\uci set luci.main.mediaurlbase="/luci-static/argon"' `find package -type f -path '*/default-settings/files/zzz-default-settings'` diff --git a/r1p.config.seed b/r1p.config.seed index af95d32..b4a9787 100644 --- a/r1p.config.seed +++ b/r1p.config.seed @@ -4,6 +4,7 @@ CONFIG_TARGET_rockchip_armv8_DEVICE_xunlong_orangepi-r1-plus=y CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53" CONFIG_TARGET_ROOTFS_PARTSIZE=600 + CONFIG_PACKAGE_luci-app-adbyby-plus=y CONFIG_PACKAGE_luci-app-ddnsto=y CONFIG_PACKAGE_luci-app-dockerman=y @@ -12,6 +13,7 @@ CONFIG_PACKAGE_luci-app-godproxy=y CONFIG_PACKAGE_luci-app-linkease=y CONFIG_PACKAGE_luci-app-netdata=y CONFIG_PACKAGE_luci-app-openclash=y +CONFIG_PACKAGE_luci-app-opkg=y CONFIG_PACKAGE_luci-app-passwall=y CONFIG_PACKAGE_luci-app-qbittorrent=y CONFIG_PACKAGE_luci-app-statistics=y diff --git a/r1s-h3.config.seed b/r1s-h3.config.seed index 5948f8f..b18c134 100644 --- a/r1s-h3.config.seed +++ b/r1s-h3.config.seed @@ -13,6 +13,9 @@ CONFIG_TARGET_ROOTFS_PARTSIZE=360 +CONFIG_PACKAGE_luci-app-opkg=y + + diff --git a/r2c.config.seed b/r2c.config.seed index bc12c20..be38457 100644 --- a/r2c.config.seed +++ b/r2c.config.seed @@ -4,6 +4,7 @@ CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r2c=y CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53" CONFIG_TARGET_ROOTFS_PARTSIZE=600 + CONFIG_PACKAGE_luci-app-adbyby-plus=y CONFIG_PACKAGE_luci-app-ddnsto=y CONFIG_PACKAGE_luci-app-dockerman=y @@ -12,6 +13,7 @@ CONFIG_PACKAGE_luci-app-godproxy=y CONFIG_PACKAGE_luci-app-linkease=y CONFIG_PACKAGE_luci-app-netdata=y CONFIG_PACKAGE_luci-app-openclash=y +CONFIG_PACKAGE_luci-app-opkg=y CONFIG_PACKAGE_luci-app-passwall=y CONFIG_PACKAGE_luci-app-qbittorrent=y CONFIG_PACKAGE_luci-app-statistics=y diff --git a/r2s.config.seed b/r2s.config.seed index 7845fc5..f2d477d 100644 --- a/r2s.config.seed +++ b/r2s.config.seed @@ -4,6 +4,7 @@ CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r2s=y CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53" CONFIG_TARGET_ROOTFS_PARTSIZE=600 + CONFIG_PACKAGE_luci-app-adbyby-plus=y CONFIG_PACKAGE_luci-app-ddnsto=y CONFIG_PACKAGE_luci-app-dockerman=y @@ -12,6 +13,7 @@ CONFIG_PACKAGE_luci-app-godproxy=y CONFIG_PACKAGE_luci-app-linkease=y CONFIG_PACKAGE_luci-app-netdata=y CONFIG_PACKAGE_luci-app-openclash=y +CONFIG_PACKAGE_luci-app-opkg=y CONFIG_PACKAGE_luci-app-passwall=y CONFIG_PACKAGE_luci-app-qbittorrent=y CONFIG_PACKAGE_luci-app-statistics=y diff --git a/r4s.config.seed b/r4s.config.seed index 0f9c1de..e7f0cb0 100644 --- a/r4s.config.seed +++ b/r4s.config.seed @@ -4,6 +4,7 @@ CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r4s=y CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a72.cortex-a53+crypto+crc -mtune=cortex-a72.cortex-a53" CONFIG_TARGET_ROOTFS_PARTSIZE=600 + CONFIG_PACKAGE_luci-app-adbyby-plus=y CONFIG_PACKAGE_luci-app-ddnsto=y CONFIG_PACKAGE_luci-app-dockerman=y @@ -12,6 +13,7 @@ CONFIG_PACKAGE_luci-app-godproxy=y CONFIG_PACKAGE_luci-app-linkease=y CONFIG_PACKAGE_luci-app-netdata=y CONFIG_PACKAGE_luci-app-openclash=y +CONFIG_PACKAGE_luci-app-opkg=y CONFIG_PACKAGE_luci-app-passwall=y CONFIG_PACKAGE_luci-app-qbittorrent=y CONFIG_PACKAGE_luci-app-statistics=y diff --git a/x86.config.seed b/x86.config.seed index 5c73da0..f52fa50 100644 --- a/x86.config.seed +++ b/x86.config.seed @@ -13,6 +13,7 @@ CONFIG_PACKAGE_luci-app-godproxy=y CONFIG_PACKAGE_luci-app-linkease=y CONFIG_PACKAGE_luci-app-netdata=y CONFIG_PACKAGE_luci-app-openclash=y +CONFIG_PACKAGE_luci-app-opkg=y CONFIG_PACKAGE_luci-app-passwall=y CONFIG_PACKAGE_luci-app-qbittorrent=y CONFIG_PACKAGE_luci-app-statistics=y