Skip to content

Commit 2e51ed7

Browse files
committed
Add Ethernet USB support (needs QA). Remove ERL_CRASH_DUMP_SECONDS
1 parent 7aa86ba commit 2e51ed7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

linux-4.19.defconfig

+2
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ CONFIG_USB_NET_SMSC95XX=m
193193
# CONFIG_USB_NET_NET1080 is not set
194194
# CONFIG_USB_NET_CDC_SUBSET is not set
195195
# CONFIG_USB_NET_ZAURUS is not set
196+
CONFIG_USB_NET_AX8817X=m
197+
CONFIG_USB_NET_AX88179_178A=m
196198
# CONFIG_WLAN_VENDOR_ADMTEK is not set
197199
# CONFIG_WLAN_VENDOR_ATH is not set
198200
# CONFIG_WLAN_VENDOR_ATMEL is not set

rootfs_overlay/etc/erlinit.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#--run-on-exit /bin/sh
3838

3939
# Enable UTF-8 filename handling in Erlang and custom inet configuration
40-
-e LANG=en_US.UTF-8;LANGUAGE=en;ERL_INETRC=/etc/erl_inetrc;ERL_CRASH_DUMP=/root/crash.dump;ERL_CRASH_DUMP_SECONDS=-1;PA_ALSA_PLUGHW=1
40+
-e LANG=en_US.UTF-8;LANGUAGE=en;ERL_INETRC=/etc/erl_inetrc;ERL_CRASH_DUMP=/root/crash.dump;PA_ALSA_PLUGHW=1
4141

4242
# Mount the application partition (run "man fstab" for field names)
4343
# NOTE: This must match the location in the fwup.conf. If it doesn't the system

0 commit comments

Comments
 (0)