main/linux-postmarketos-allwinner: enable USB_MON (MR 2383)
In order to have a reliably working modem, let's make it easier to debug it by enabling this by default. Related: https://wiki.postmarketos.org/wiki/Create_usbmon_capture [ci:skip-build] already built successfully in CI
This commit is contained in:
parent
60447285a7
commit
8cfa9176bf
2 changed files with 5 additions and 4 deletions
|
@ -7,7 +7,7 @@ _flavor=postmarketos-allwinner
|
|||
_config="config-$_flavor.$CARCH"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=5.13.1_git20210707
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_tag="orange-pi-5.13-20210707-1456"
|
||||
pkgdesc="Kernel fork with Pine64 patches (megi's tree, slightly patched)"
|
||||
arch="aarch64 armv7"
|
||||
|
@ -93,7 +93,7 @@ dev() {
|
|||
|
||||
sha512sums="
|
||||
0ec6b36a91384c1417f54f84678faf2660aed9132792e6d3803d93b2002e6696ce376e324ed8cfe47cfcfce3a8a4875b743b420fd92a2c5432ece4882037c4f7 linux-postmarketos-allwinner-orange-pi-5.13-20210707-1456.tar.gz
|
||||
afc0efe6dedf6d35e85b2695e58d6de8a429366afd42a48022f16da5d185dabd41f0e08b490708abf079781b286373df30928ba09319e02be307ec03dd1019d8 config-postmarketos-allwinner.aarch64
|
||||
086c06ccb7d9491bc6da8ebd78e1bd8a57e14b34a3574446fa3a866eed42de574d46d7cb837c3941ec5fa161a4bc07fcf84fd55a6c0a3fbbda6d3779aad23087 config-postmarketos-allwinner.aarch64
|
||||
2e3dd3e69575a456ad994dab7ea4e9405792aa522f164c660b09d1918673a3f9f81f28c751a86f1dd2712f98bc65f92577082c8aecd86b635a305cf87ead58a3 config-postmarketos-allwinner.armv7
|
||||
126e0a65e04f22f14eac1281a69000d9d5b107ed8fd1b52f37e812751f55e6c45b0240ceac61c9d95ae7f0543aaf9d96b85a8532baf59283c077b9945e615367 0001-dts-add-dontbeevil-pinephone-devkit.patch
|
||||
1dc710f5abacdd5698169d5e985efeca8114986c774c3d65e89812d08ceb3db5ebdc6dd64dd76a262c761f3bfc3ffb6bc237fd5236bd1f89c5975d12e42eda04 0002-dts-add-pinetab-dev-old-display-panel.patch
|
||||
|
|
|
@ -992,6 +992,7 @@ CONFIG_NFT_REJECT_INET=m
|
|||
CONFIG_NFT_COMPAT=m
|
||||
CONFIG_NFT_HASH=m
|
||||
CONFIG_NFT_FIB=m
|
||||
# CONFIG_NFT_FIB_INET is not set
|
||||
# CONFIG_NFT_XFRM is not set
|
||||
CONFIG_NFT_SOCKET=m
|
||||
CONFIG_NFT_OSF=m
|
||||
|
@ -1399,8 +1400,8 @@ CONFIG_RFKILL_INPUT=y
|
|||
# CONFIG_LWTUNNEL is not set
|
||||
CONFIG_DST_CACHE=y
|
||||
CONFIG_GRO_CELLS=y
|
||||
CONFIG_PAGE_POOL=y
|
||||
CONFIG_NET_SELFTESTS=y
|
||||
CONFIG_PAGE_POOL=y
|
||||
# CONFIG_FAILOVER is not set
|
||||
CONFIG_ETHTOOL_NETLINK=y
|
||||
|
||||
|
@ -3766,7 +3767,7 @@ CONFIG_USB_OTG=y
|
|||
# CONFIG_USB_OTG_FSM is not set
|
||||
# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set
|
||||
CONFIG_USB_AUTOSUSPEND_DELAY=2
|
||||
# CONFIG_USB_MON is not set
|
||||
CONFIG_USB_MON=m
|
||||
|
||||
#
|
||||
# USB Host Controller Drivers
|
||||
|
|
Loading…
Reference in a new issue