Skip to content

Fix missing libc.#1

Open
leventelist wants to merge 1 commit intolinux4sam:openwrt-2018.03-at91from
leventelist:openwrt-2018.03-at91
Open

Fix missing libc.#1
leventelist wants to merge 1 commit intolinux4sam:openwrt-2018.03-at91from
leventelist:openwrt-2018.03-at91

Conversation

@leventelist
Copy link
Copy Markdown

The glibc package was not found. This patch downloads v2.22 instead of v2.26.

@SandeepSM
Copy link
Copy Markdown

can you resend this patch with signoff or you can submit directly this patch to lede-dev@lists.infradead.org

noglitch pushed a commit that referenced this pull request Oct 10, 2018
Netgear WNR612v2 flashed with recent OpenWrt builds suffers from kernel
panic at boot during wireless chip initialization, making device
unusable:

 ath: phy0: Ignoring endianness difference in EEPROM magic bytes.
 ath: phy0: Enable LNA combining
 CPU 0 Unable to handle kernel paging request at virtual address 1000fee1, epc == 801d08f0, ra == 801d0d90
 Oops[#1]:
 CPU: 0 PID: 469 Comm: kmodloader Not tainted 4.9.120 #0
 [ ... register dump etc ... ]
 Kernel panic - not syncing: Fatal exception
 Rebooting in 1 seconds..

This simple patch fixes above error. It keeps LED table in memory after
kernel init phase for ath9k driver to operate correctly (__initdata
removed).

Also, another bug is fixed - correct array size is provided to function
that adds platform LEDs (this device has only 1 connected to Wifi chip)
preventing code from going outside array bounds.

Fixes: 1f5ea4e ("ar71xx: add correct named default wireless led by using platform leds")

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
[trimmed commit message]
Signed-off-by: Mathias Kresin <dev@kresin.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants