File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed
Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -2586,6 +2586,12 @@ CONFIG_PACKAGE_kmod-mii=y
25862586# CONFIG_PACKAGE_kmod-phylink is not set
25872587# CONFIG_PACKAGE_kmod-qlcnic is not set
25882588# CONFIG_PACKAGE_kmod-r6040 is not set
2589+ # CONFIG_PACKAGE_kmod-r8101 is not set
2590+ # CONFIG_PACKAGE_kmod-r8125 is not set
2591+ # CONFIG_PACKAGE_kmod-r8125-rss is not set
2592+ # CONFIG_PACKAGE_kmod-r8126 is not set
2593+ # CONFIG_PACKAGE_kmod-r8126-rss is not set
2594+ # CONFIG_PACKAGE_kmod-r8168 is not set
25892595# CONFIG_PACKAGE_kmod-r8169 is not set
25902596# CONFIG_PACKAGE_kmod-sfc is not set
25912597# CONFIG_PACKAGE_kmod-sfc-falcon is not set
@@ -2772,6 +2778,7 @@ CONFIG_PACKAGE_kmod-sdhci-mt7620=y
27722778# CONFIG_PACKAGE_kmod-tpm is not set
27732779# CONFIG_PACKAGE_kmod-tpm-i2c-atmel is not set
27742780# CONFIG_PACKAGE_kmod-tpm-i2c-infineon is not set
2781+ # CONFIG_PACKAGE_kmod-ubootenv-nvram is not set
27752782# CONFIG_PACKAGE_kmod-wdt-sp805 is not set
27762783# CONFIG_PACKAGE_kmod-zram is not set
27772784# end of Other modules
Original file line number Diff line number Diff line change 1+ Index: openwrt/feeds/packages/net/ntpd/Makefile
2+ ===================================================================
3+ --- openwrt.orig/feeds/packages/net/ntpd/Makefile
4+ +++ openwrt/feeds/packages/net/ntpd/Makefile
5+ @@ -19,7 +19,6 @@ PKG_LICENSE:=NTP
6+ PKG_LICENSE_FILES:=COPYRIGHT html/copyright.html
7+ PKG_CPE_ID:=cpe:/a:ntp:ntp
8+
9+ - PKG_FIXUP:=autoreconf
10+ PKG_LIBTOOL_PATHS:=. sntp
11+ PKG_CHECK_FORMAT_SECURITY:=0
12+ PKG_BUILD_PARALLEL:=1
Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ Index: openwrt/target/linux/ramips/patches-5.15/950-0578-spi-spidev-Restore-load
2020+
2121+ --- a/drivers/spi/spidev.c
2222+ +++ b/drivers/spi/spidev.c
23- + @@ -678 ,6 +678 ,7 @@ static const struct file_operations spid
23+ + @@ -682 ,6 +682 ,7 @@
2424+ static struct class *spidev_class;
2525+
2626+ static const struct spi_device_id spidev_spi_ids[] = {
2727+ + { .name = "spidev" },
28+ + { .name = "bh2228fv" },
2829+ { .name = "dh2228fv" },
2930+ { .name = "ltc2488" },
30- + { .name = "sx1301" },
31+
Original file line number Diff line number Diff line change 11rak636_device.patch
22kernel_spidev.patch
33console-login.diff
4+ fix-ntpd-build.patch
You can’t perform that action at this time.
0 commit comments