Rosen Penev
7142e35777
kernel: filter out compiler opts from config
...
These get dynamically set based on compiler version. Not relevant for
targets.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
Link: https://github.com/openwrt/openwrt/pull/16770
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
(cherry picked from commit cd92cbddf8 )
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz@true.cz >
2024-11-28 18:47:54 +00:00
Shiji Yang
04bdf9b332
ath79: disable ath79 USB phy drivers by default
...
We already have an kernel module package "kmod-phy-ath79-usb" to
drive the ath79 USB. It will be selected by the usb base package
"kmod-usb2" and "kmod-usb-ohci".
Signed-off-by: Shiji Yang <yangshiji66@qq.com >
Link: https://github.com/openwrt/openwrt/pull/16380
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
2024-09-22 23:58:47 +02:00
Oskari Lemmela
b42c7e2410
ath79: rename downstream ag71xx driver
...
Rename the downstream ag71xx driver to ag71xx-legacy.
It allows both upstream and downstream drivers to be compiled into modules.
Signed-off-by: Oskari Lemmela <oskari@lemmela.net >
Link: https://github.com/openwrt/openwrt/pull/15926
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de >
2024-09-22 18:42:34 +02:00
Shiji Yang
bcbf666f69
ath79: refresh 6.6 kernel config
...
Add the missing kernel symbols by
`make kernel_oldconfig CONFIG_TARGET={target,subtarget}`.
Signed-off-by: Shiji Yang <yangshiji66@qq.com >
2024-06-14 17:38:09 +02:00
Shiji Yang
e938d68074
ath79: refresh 6.6 kernel config files
...
All kernel config files are refreshed by
`make kernel_oldconfig CONFIG_TARGET={subtarget_target,subtarget}`
"CONFIG_SQUASHFS_DECOMP_SINGLE=y" is manually selected as all ath79
SoCs are single core processors.
Signed-off-by: Shiji Yang <yangshiji66@qq.com >
2024-05-09 23:53:02 +02:00
Shiji Yang
7d01a0b436
ath79: rename patches directory and kernel config from 6.1 to 6.6
...
This is preparation for 6.6 kernel support. Renaming files allows
us to better track their git history.
Signed-off-by: Shiji Yang <yangshiji66@qq.com >
2024-05-09 23:53:01 +02:00