Skip to content

Commit 10675c4

Browse files
committed
rak_rak7289v2: Update build configuration.
1 parent 4a45c6b commit 10675c4

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

conf/rak_rak7289v2/.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

conf/rak_rak7289v2/patches/kernel_spidev.patch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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+

conf/rak_rak7289v2/patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
rak636_device.patch
22
kernel_spidev.patch
33
console-login.diff
4+
fix-ntpd-build.patch

0 commit comments

Comments
 (0)