diff options
| author | Rosen Penev | 2025-07-20 23:38:02 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-27 16:22:31 +0000 |
| commit | 4e92e34244c1ebd131edd315d7beb2d3baf6cbc4 (patch) | |
| tree | df3daa52bbbefa495999fad8e2738aff4f64dbf3 | |
| parent | 3d8a13413fd9d4d0aa6d766a92f5e2a4a69f0d8f (diff) | |
| download | openwrt-4e92e34244c1ebd131edd315d7beb2d3baf6cbc4.tar.gz | |
apm821xx: run through kernel_oldconfig
IDPF goes away and some rust symbol appears.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19481
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/apm821xx/config-6.12 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/apm821xx/config-6.12 b/target/linux/apm821xx/config-6.12 index a06934a2f5..7d9f4b74be 100644 --- a/target/linux/apm821xx/config-6.12 +++ b/target/linux/apm821xx/config-6.12 @@ -128,7 +128,6 @@ CONFIG_IBM_EMAC_RX_COPY_THRESHOLD=256 CONFIG_IBM_EMAC_TAH=y CONFIG_IBM_EMAC_TXB=128 # CONFIG_ICON is not set -# CONFIG_IDPF is not set CONFIG_ILLEGAL_POINTER_VALUE=0 CONFIG_IRQCHIP=y CONFIG_IRQ_DOMAIN=y @@ -244,6 +243,7 @@ CONFIG_RAS=y CONFIG_RATIONAL=y CONFIG_REGULATOR=y CONFIG_RSEQ=y +CONFIG_RUSTC_HAS_UNNECESSARY_TRANSMUTES=y # CONFIG_SAM440EP is not set # CONFIG_SCOM_DEBUGFS is not set # CONFIG_SEQUOIA is not set |