configs: spi config: Add openssh server

This commit is contained in:
baiywt 2023-04-27 10:26:39 +08:00
parent 336693cc6e
commit 19ffefa382
2 changed files with 1 additions and 5 deletions

View File

@ -4,14 +4,11 @@ CONFIG_TARGET_rockchip_armv8_DEVICE_xunlong_orangepi-5-spi=y
# CONFIG_TARGET_ROOTFS_EXT4FS is not set
# CONFIG_PACKAGE_dnsmasq is not set
CONFIG_PACKAGE_dnsmasq-full=y
CONFIG_PACKAGE_iw=y
CONFIG_PACKAGE_kmod-mac80211=y
CONFIG_PACKAGE_kmod-cfg80211=y
CONFIG_PACKAGE_kmod-rtl8821cu=y
CONFIG_PACKAGE_rtl8723bu-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
CONFIG_PACKAGE_wpa-supplicant=y
@ -19,3 +16,4 @@ CONFIG_PACKAGE_uhttpd=y
CONFIG_PACKAGE_uhttpd-mod-ubus=y
CONFIG_PACKAGE_hostapd=y
CONFIG_PACKAGE_hostapd-common=y
CONFIG_PACKAGE_openssh-sftp-server=y

View File

@ -58,14 +58,12 @@ define Device/xunlong_orangepi-5-spi
DEVICE_MODEL := Orange Pi 5 For Spi Boot
SOC := rk3588s
UBOOT_DEVICE_NAME := orangepi-5-rk3588-spi
IMAGE/sysupgrade.img.gz := boot-common | boot-script orangepi-5 | pine64-img | gzip | append-metadata
DEVICE_PACKAGES := kmod-usb-net-rtl8152 kmod-demo
KERNEL_LOADADDR = 0x00400000
KERNEL := kernel-bin | lzma | uImage lzma
IMAGES := sysupgrade.bin uboot.bin dtb.bin firmware.bin
UBOOT_SIZE := 2048k
DTB_SIZE := 256k
KERNEL_SIZE := 6144k
FIRMWARE_SIZE := 14080k
IMAGE_SIZE := 16384k
BLOCK_SIZE := 4k