From a3c97c273e2c548a3e12e9dea3f105b1efba1c36 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 30 Mar 2021 14:50:49 +0800 Subject: [PATCH] device: add OrangePi R1 Plus --- r1p.config.seed | 92 ++++++++++++++++++++++++++++++++++++++++++++++ r1s-h3.config.seed | 1 - r1s.config.seed | 1 - r2s.config.seed | 1 - r4s.config.seed | 1 - 5 files changed, 92 insertions(+), 4 deletions(-) create mode 100644 r1p.config.seed diff --git a/r1p.config.seed b/r1p.config.seed new file mode 100644 index 0000000..6c5da98 --- /dev/null +++ b/r1p.config.seed @@ -0,0 +1,92 @@ +CONFIG_TARGET_rockchip=y +CONFIG_TARGET_rockchip_armv8=y +CONFIG_TARGET_rockchip_armv8_DEVICE_xunlong_orangepi-r1-plus=y +CONFIG_DEVEL=y +# CONFIG_CCACHE is not set +CONFIG_TARGET_OPTIONS=y +CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53" +CONFIG_TARGET_ROOTFS_PARTSIZE=400 +CONFIG_TARGET_ROOTFS_EXT4FS=y +# CONFIG_TARGET_ROOTFS_SQUASHFS is not set +# CONFIG_SIGNED_PACKAGES is not set +CONFIG_IB=y +CONFIG_IB_STANDALONE=y + +CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y +CONFIG_PACKAGE_ipv6helper=y +CONFIG_PACKAGE_luci-app-aria2=y +CONFIG_PACKAGE_luci-app-adguardhome=y +CONFIG_PACKAGE_luci-app-appfilter=y +CONFIG_PACKAGE_luci-app-baidupcs-web=y +CONFIG_PACKAGE_luci-app-frpc=y +CONFIG_PACKAGE_luci-app-ipsec-vpnd=y +CONFIG_PACKAGE_luci-app-cifsd=y +CONFIG_PACKAGE_ddnsto=y +CONFIG_PACKAGE_luci-app-ddnsto=y +CONFIG_PACKAGE_luci-app-diskman=y +CONFIG_PACKAGE_luci-app-godproxy=y +CONFIG_PACKAGE_luci-app-jd-dailybonus=y +CONFIG_PACKAGE_luci-app-mentohust=y +CONFIG_PACKAGE_luci-app-netdata=y +CONFIG_PACKAGE_luci-app-nft-qos=y +CONFIG_PACKAGE_luci-app-oaf=y +CONFIG_PACKAGE_luci-app-openclash=y +CONFIG_PACKAGE_luci-app-openvpn-server=y +CONFIG_PACKAGE_luci-app-passwall=y +CONFIG_PACKAGE_luci-app-pptp-server=y +CONFIG_PACKAGE_luci-app-softethervpn=y +CONFIG_PACKAGE_luci-app-statistics=y +CONFIG_PACKAGE_luci-app-transmission=y +CONFIG_PACKAGE_luci-app-ttyd=y +CONFIG_PACKAGE_luci-app-uhttpd=y +CONFIG_PACKAGE_luci-app-usb-printer=y +CONFIG_PACKAGE_luci-app-uugamebooster=y +CONFIG_PACKAGE_luci-app-vnstat=y +CONFIG_PACKAGE_luci-app-vssr=y +CONFIG_PACKAGE_luci-app-zerotier=y +CONFIG_PACKAGE_luci-app-turboacc_INCLUDE_shortcut-fe=y +CONFIG_PACKAGE_luci-app-argon-config=y +CONFIG_PACKAGE_luci-theme-argonv3=y +CONFIG_PACKAGE_luci-theme-edge=y +CONFIG_PACKAGE_luci-theme-material=y +CONFIG_PACKAGE_luci-theme-netgear=y +CONFIG_PACKAGE_luci-theme-rosy=y +CONFIG_PACKAGE_luci-theme-infinityfreedom=y +CONFIG_PACKAGE_bash=y +CONFIG_PACKAGE_coremark=y +CONFIG_PACKAGE_curl=y +CONFIG_PACKAGE_fdisk=y +CONFIG_PACKAGE_htop=y +CONFIG_PACKAGE_losetup=y +CONFIG_PACKAGE_pv=y +CONFIG_PACKAGE_resize2fs=y +CONFIG_PACKAGE_sfdisk=y +CONFIG_PACKAGE_usb-modeswitch=y +CONFIG_PACKAGE_wget=y +CONFIG_PACKAGE_collectd-mod-ping=y +CONFIG_PACKAGE_collectd-mod-thermal=y +# CONFIG_OPENSSL_ENGINE_BUILTIN_AFALG is not set +# CONFIG_OPENSSL_ENGINE_BUILTIN_DEVCRYPTO is not set +CONFIG_PACKAGE_ddns-scripts_aliyun=y +CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y +CONFIG_PACKAGE_iptables-mod-conntrack-extra=y +CONFIG_PACKAGE_iptables-mod-ipopt=y +CONFIG_PACKAGE_iptables-mod-tproxy=y +CONFIG_PACKAGE_kmod-tcp-bbr=y +CONFIG_PACKAGE_kmod-ipt-offload=y +CONFIG_PACKAGE_kmod-fast-classifier=y +CONFIG_PACKAGE_kmod-pppol2tp=y +CONFIG_PACKAGE_kmod-zram=y + +CONFIG_DROPBEAR_ECC=y +CONFIG_DROPBEAR_ECC_FULL=y + +CONFIG_PACKAGE_kmod-drm-rockchip=y +CONFIG_PACKAGE_kmod-gpu-lima=y +CONFIG_PACKAGE_kmod-rtl8821cu=y +CONFIG_PACKAGE_iw=y +CONFIG_PACKAGE_iwinfo=y +CONFIG_PACKAGE_wpad-wolfssl=y +CONFIG_DRIVER_11AC_SUPPORT=y +CONFIG_DRIVER_11N_SUPPORT=y +CONFIG_DRIVER_11W_SUPPORT=y diff --git a/r1s-h3.config.seed b/r1s-h3.config.seed index ea75a96..37f211f 100644 --- a/r1s-h3.config.seed +++ b/r1s-h3.config.seed @@ -64,7 +64,6 @@ CONFIG_PACKAGE_sfdisk=y CONFIG_PACKAGE_usb-modeswitch=y CONFIG_PACKAGE_wget=y CONFIG_PACKAGE_collectd-mod-ping=y -CONFIG_PACKAGE_collectd-mod-cpufreq=y CONFIG_PACKAGE_collectd-mod-thermal=y # CONFIG_OPENSSL_ENGINE_BUILTIN_AFALG is not set # CONFIG_OPENSSL_ENGINE_BUILTIN_DEVCRYPTO is not set diff --git a/r1s.config.seed b/r1s.config.seed index 472c9b3..2941298 100644 --- a/r1s.config.seed +++ b/r1s.config.seed @@ -64,7 +64,6 @@ CONFIG_PACKAGE_sfdisk=y CONFIG_PACKAGE_usb-modeswitch=y CONFIG_PACKAGE_wget=y CONFIG_PACKAGE_collectd-mod-ping=y -CONFIG_PACKAGE_collectd-mod-cpufreq=y CONFIG_PACKAGE_collectd-mod-thermal=y # CONFIG_OPENSSL_ENGINE_BUILTIN_AFALG is not set # CONFIG_OPENSSL_ENGINE_BUILTIN_DEVCRYPTO is not set diff --git a/r2s.config.seed b/r2s.config.seed index d2d5d08..37a813e 100644 --- a/r2s.config.seed +++ b/r2s.config.seed @@ -64,7 +64,6 @@ CONFIG_PACKAGE_sfdisk=y CONFIG_PACKAGE_usb-modeswitch=y CONFIG_PACKAGE_wget=y CONFIG_PACKAGE_collectd-mod-ping=y -CONFIG_PACKAGE_collectd-mod-cpufreq=y CONFIG_PACKAGE_collectd-mod-thermal=y # CONFIG_OPENSSL_ENGINE_BUILTIN_AFALG is not set # CONFIG_OPENSSL_ENGINE_BUILTIN_DEVCRYPTO is not set diff --git a/r4s.config.seed b/r4s.config.seed index 68aab7b..c91b22d 100644 --- a/r4s.config.seed +++ b/r4s.config.seed @@ -64,7 +64,6 @@ CONFIG_PACKAGE_sfdisk=y CONFIG_PACKAGE_usb-modeswitch=y CONFIG_PACKAGE_wget=y CONFIG_PACKAGE_collectd-mod-ping=y -CONFIG_PACKAGE_collectd-mod-cpufreq=y CONFIG_PACKAGE_collectd-mod-thermal=y # CONFIG_OPENSSL_ENGINE_BUILTIN_AFALG is not set # CONFIG_OPENSSL_ENGINE_BUILTIN_DEVCRYPTO is not set