diff --git a/configs/orangepi-5-rk3588-sata_defconfig b/configs/orangepi-5-rk3588-sata_defconfig new file mode 100644 index 0000000000..b40e4d767e --- /dev/null +++ b/configs/orangepi-5-rk3588-sata_defconfig @@ -0,0 +1,85 @@ +CONFIG_TARGET_rockchip=y +CONFIG_TARGET_rockchip_armv8=y +CONFIG_TARGET_rockchip_armv8_DEVICE_xunlong_orangepi-5-sata=y +CONFIG_TARGET_KERNEL_PARTSIZE=64 +CONFIG_TARGET_ROOTFS_PARTSIZE=400 +# CONFIG_PACKAGE_dnsmasq is not set +CONFIG_PACKAGE_dnsmasq-full=y +CONFIG_PACKAGE_iperf3=y +CONFIG_PACKAGE_docker=y +CONFIG_PACKAGE_dockerd=y +CONFIG_PACKAGE_rsync=y +CONFIG_PACKAGE_rsyncd=y +CONFIG_PACKAGE_openssh-sftp-server=y +CONFIG_PACKAGE_iptables-mod-conntrack-extra=y +CONFIG_PACKAGE_iptables-mod-ipopt=y +CONFIG_PACKAGE_iptables-mod-tproxy=y +CONFIG_PACKAGE_zerotier=y +CONFIG_PACKAGE_wpa-supplicant=y +CONFIG_PACKAGE_uhttpd=y +CONFIG_PACKAGE_uhttpd-mod-ubus=y +CONFIG_PACKAGE_hostapd=y +CONFIG_PACKAGE_hostapd-common=y +CONFIG_PACKAGE_ifstat=y +CONFIG_PACKAGE_iftop=y +CONFIG_PACKAGE_ipset=y +CONFIG_PACKAGE_netperf=y +CONFIG_PACKAGE_squid=y +CONFIG_PACKAGE_tcpdump=y +CONFIG_PACKAGE_speedtest-netperf=y +CONFIG_PACKAGE_htop=y +CONFIG_PACKAGE_libusb-1.0=y +CONFIG_PACKAGE_blkid=y + +CONFIG_LUCI_LANG_zh_Hans=y +CONFIG_PACKAGE_luci-app-dockerman=y +CONFIG_DOCKER_OPTIONAL_FEATURES=y +CONFIG_PACKAGE_luci-app-ttyd=y +CONFIG_PACKAGE_luci-app-samba4=y +CONFIG_PACKAGE_luci-app-statistics=y +CONFIG_PACKAGE_luci-app-transmission=y +CONFIG_PACKAGE_luci-app-commands=y +CONFIG_PACKAGE_luci-app-vnstat2=y +# CONFIG_PACKAGE_luci-theme-argon is not set +CONFIG_PACKAGE_luci-app-aria2=y +CONFIG_PACKAGE_luci-app-ddns=y +CONFIG_PACKAGE_luci-app-watchcat=y +CONFIG_PACKAGE_luci-app-adblock=y +CONFIG_PACKAGE_luci-app-nlbwmon=y +CONFIG_PACKAGE_luci-app-ntpc=y +CONFIG_PACKAGE_luci-app-mwan3=y +CONFIG_PACKAGE_luci-app-qos=y +CONFIG_PACKAGE_luci-app-unbound=y + +CONFIG_PACKAGE_collectd-mod-ping=y +CONFIG_PACKAGE_collectd-mod-thermal=y +CONFIG_PACKAGE_kmod-mt76x0u=y +CONFIG_PACKAGE_kmod-mt7601u=y +CONFIG_PACKAGE_kmod-mt76x2u=y +CONFIG_PACKAGE_kmod-rtl8812au-ct=y +CONFIG_PACKAGE_kmod-rtl8821ae=y +CONFIG_PACKAGE_kmod-rtl8xxxu=y +CONFIG_PACKAGE_kmod-ipt-nat6=y +CONFIG_PACKAGE_kmod-nf-nat6=y +CONFIG_PACKAGE_kmod-usb-serial-option=y +CONFIG_PACKAGE_mt7601u-firmware=y +CONFIG_PACKAGE_rtl8188eu-firmware=y +CONFIG_PACKAGE_rtl8723au-firmware=y +CONFIG_PACKAGE_rtl8723bu-firmware=y +CONFIG_PACKAGE_rtl8821ae-firmware=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_PACKAGE_kmod-mac80211=y +CONFIG_PACKAGE_kmod-cfg80211=y +CONFIG_PACKAGE_kmod-rtl8821cu=y +CONFIG_PACKAGE_kmod-rtw88=y +CONFIG_PACKAGE_rtl8723bu-firmware=y +CONFIG_PACKAGE_rtl8723du-firmware=y +CONFIG_PACKAGE_bcmdhd-firmware=y +CONFIG_PACKAGE_kmod-rtl8xxxu=y +CONFIG_PACKAGE_kmod-bcmdhd=y +CONFIG_PACKAGE_usbutils=y +CONFIG_PACKAGE_usb-modeswitch=y diff --git a/include/kernel-5.10 b/include/kernel-5.10 index 5319fed341..6bd560cf0f 100644 --- a/include/kernel-5.10 +++ b/include/kernel-5.10 @@ -1,5 +1,5 @@ LINUX_VERSION-5.10 = .110 #LINUX_KERNEL_HASH-5.10.110 = c5c3221aa1a8a8de0fdc889cdbc9091e9a970e2199cbcfaf6cd84888a76caff8 KERNEL_GIT_CLONE_URI = https://github.com/orangepi-xunlong/linux-orangepi -KERNEL_GIT_REF = bff94fcd00b2ef938d4932c54a31fbf6841b1fcb -KERNEL_GIT_OPT = --depth 1 -b orange-pi-5.10-rk3588-openwrt-v2 +KERNEL_GIT_REF = ebbb39e31ed9b0aaa6ed27272086942fb8661e09 +KERNEL_GIT_OPT = --depth 1 -b orange-pi-5.10-rk3588-openwrt-v3 diff --git a/target/linux/rockchip/image/armv8.mk b/target/linux/rockchip/image/armv8.mk index 15dec089d6..fba44ba43b 100644 --- a/target/linux/rockchip/image/armv8.mk +++ b/target/linux/rockchip/image/armv8.mk @@ -49,10 +49,19 @@ define Device/xunlong_orangepi-5 UBOOT_DEVICE_NAME := orangepi-5-rk3588 IMAGE/sysupgrade.img.gz := boot-common | boot-script orangepi-5 | pine64-img | gzip | append-metadata DEVICE_PACKAGES := kmod-usb-net-rtl8152 - KERNEL_PATCHVER := 5.10.110 endef TARGET_DEVICES += xunlong_orangepi-5 +define Device/xunlong_orangepi-5-sata + DEVICE_VENDOR := XunLong + DEVICE_MODEL := Orange Pi 5 For sata boot + SOC := rk3588s + UBOOT_DEVICE_NAME := orangepi-5-rk3588 + IMAGE/sysupgrade.img.gz := boot-common | boot-script orangepi-5 | pine64-img | gzip | append-metadata + DEVICE_PACKAGES := kmod-usb-net-rtl8152 +endef +TARGET_DEVICES += xunlong_orangepi-5-sata + define Device/xunlong_orangepi-5-spi DEVICE_VENDOR := XunLong DEVICE_MODEL := Orange Pi 5 For Spi Boot