asus-me176c: enable CONFIG_UEVENT_HELPER (!472)
Make busybox mdev work in the postmarketOS initramfs.
This commit is contained in:
parent
74ac6819c9
commit
58bb1ab8f3
2 changed files with 7 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname="linux-asus-me176c"
|
||||
pkgver=4.19.9
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Asus MeMo Pad 7 kernel fork"
|
||||
arch="x86_64"
|
||||
_carch="x86_64"
|
||||
|
@ -79,4 +79,4 @@ package() {
|
|||
|
||||
sha512sums="ad0a15e74e2a322fd119dbd159140b97f46e1770d41b1fa8469f529b117e0334f5a9a8c948b54b8f8aeea3d2424c910e17be4068bf17a6d3d571b52134105277 linux-asus-me176c-961c8ea95f2febdaceb2d31940b48932aea0e782.tar.gz
|
||||
9f3d8691252dbbc06e8c9ce1f26aaf1803b5fe5647bee7ee80ca89d8bac52ec91bffeb629f41f0babad1b27a33bff766754ed151f2886684b0c6022c190b0907 dsdt.dsl
|
||||
c2f1b5be9b58779f03cd2f063d5749b15fe28eb638987eff186b21b818aac2807a26eaee9d82f9c4c19848e06495c9bd290e2700348eb7bf7cc36688c88384fc config-asus-me176c.x86_64"
|
||||
67e547102501345ed87a1e555a023c5184d8de4dd1d201f86503bd4bfec49d9144dd46193beebd89facc8354ceb516ba94148720a7751017aee805a01a4fe792 config-asus-me176c.x86_64"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.19.9 Kernel Configuration
|
||||
# Linux/x86_64 4.19.9 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (Alpine 8.2.0) 8.2.0
|
||||
# Compiler: gcc (Alpine 8.3.0) 8.3.0
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=80200
|
||||
CONFIG_GCC_VERSION=80300
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
|
@ -1699,7 +1699,8 @@ CONFIG_HAVE_EBPF_JIT=y
|
|||
#
|
||||
# Generic Driver Options
|
||||
#
|
||||
# CONFIG_UEVENT_HELPER is not set
|
||||
CONFIG_UEVENT_HELPER=y
|
||||
CONFIG_UEVENT_HELPER_PATH=""
|
||||
CONFIG_DEVTMPFS=y
|
||||
CONFIG_DEVTMPFS_MOUNT=y
|
||||
# CONFIG_STANDALONE is not set
|
||||
|
|
Loading…
Reference in a new issue