Skip to content

Commit

Permalink
ath79: add WWAN serial driver for GL.iNET GL-XE300
Browse files Browse the repository at this point in the history
The driver for the cellular modems serial interface was missing from the
default device packages.

The driver is required to interact with the modem using AT commands.
Other devices with a 4G modem also ship with this package, thus let's
add it to the default packages for the board.

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron committed Oct 9, 2023
1 parent 94ed8f7 commit 666c80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ath79/image/nand.mk
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ define Device/glinet_gl-xe300
DEVICE_VENDOR := GL.iNet
DEVICE_MODEL := GL-XE300
DEVICE_PACKAGES := kmod-usb2 block-mount kmod-usb-serial-ch341 \
kmod-usb-net-qmi-wwan uqmi
kmod-usb-serial-option kmod-usb-net-qmi-wwan uqmi
KERNEL_SIZE := 4096k
IMAGE_SIZE := 131072k
PAGESIZE := 2048
Expand Down

0 comments on commit 666c80d

Please sign in to comment.