Systems/lctr-rpi4: add bash to default packages.

This commit is contained in:
Pedro Gonçalves 2019-10-22 16:46:59 +01:00
parent 1d2f0e6c50
commit 87febf808f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ cfg_storage='data0:ext4:/opt'
cfg_modules=''
cfg_services0='network dropbear storage upgrade syslog'
cfg_services2='dune'
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind rpi-boot-firmware linux/rpi'
cfg_packages='dropbear rsync busybox e2fsprogs dosfstools ptpd rpcbind rpi-boot-firmware linux/rpi i2c-tools'
cfg_target_linux_kernel='arch/arm/boot/zImage'
cfg_ptpd_interface='eth0'
cfg_eth_ext_mk='255.255.0.0'