Commit 1640f83 authored and committed Oct 22, 2017
1 parent 15cc33b commit 1640f83 Copy full SHA for 1640f83
File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -31,18 +31,15 @@ BR2_LINUX_KERNEL_EXT_KERNEL_WIRELESS_REGDB=y
31
31
BR2_PACKAGE_BUSYBOX_CONFIG="${NERVES_DEFCONFIG_DIR}/bbb-busybox.config"
32
32
BR2_PACKAGE_E2FSPROGS=y
33
33
# BR2_PACKAGE_E2FSPROGS_FSCK is not set
34
- BR2_PACKAGE_FWUP=y
35
34
BR2_PACKAGE_LINUX_FIRMWARE=y
36
35
BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT2XX=y
37
36
BR2_PACKAGE_LINUX_FIRMWARE_RTL_87XX=y
38
37
BR2_PACKAGE_LINUX_FIRMWARE_TI_WL18XX=y
39
38
BR2_PACKAGE_RNG_TOOLS=y
40
39
BR2_PACKAGE_UBOOT_TOOLS=y
41
40
BR2_PACKAGE_LIBMNL=y
42
- BR2_PACKAGE_NCURSES=y
43
41
BR2_PACKAGE_WPA_SUPPLICANT=y
44
42
BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG=y
45
- BR2_TARGET_ROOTFS_SQUASHFS=y
46
43
# BR2_TARGET_ROOTFS_TAR is not set
47
44
BR2_TARGET_UBOOT=y
48
45
BR2_TARGET_UBOOT_BOARDNAME="am335x_evm"
@@ -55,7 +52,5 @@ BR2_TARGET_UBOOT_SPL_NAME="MLO"
55
52
BR2_PACKAGE_HOST_UBOOT_TOOLS=y
56
53
BR2_NERVES_SYSTEM_NAME="nerves_system_bbb"
57
54
BR2_PACKAGE_BBORG_OVERLAYS=y
58
- BR2_PACKAGE_BOARDID =y
55
+ BR2_PACKAGE_NBTTY =y
59
56
BR2_PACKAGE_NERVES_CONFIG=y
60
- BR2_PACKAGE_NERVES_CONFIG_NO_ERLINIT_CONF=y
61
- BR2_PACKAGE_NERVES_CONFIG_APPS="crypto"
Original file line number Diff line number Diff line change 16
16
# Use dtach to capture the iex session so that it can be redirected to the
17
17
# app's GUI
18
18
#-s "/usr/bin/dtach -N /tmp/iex_prompt"
19
+ -s "/usr/bin/nbtty"
19
20
20
21
# Specify the user and group IDs for the Erlang VM
21
22
#--uid 100
You can’t perform that action at this time.
0 commit comments