Skip to content

Commit 9a5147a

Browse files
committed
rak_rak7267: Update build configuration.
1 parent f8db848 commit 9a5147a

File tree

7 files changed

+44
-10
lines changed

7 files changed

+44
-10
lines changed

conf/rak_rak7267/.config

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -523,9 +523,9 @@ CONFIG_TARGET_INIT_CMD="/sbin/init"
523523
CONFIG_TARGET_INIT_SUPPRESS_STDERR=y
524524
CONFIG_VERSIONOPT=y
525525
CONFIG_VERSION_DIST="ChirpStack Gateway OS"
526-
CONFIG_VERSION_NUMBER="4.5.2"
526+
CONFIG_VERSION_NUMBER="4.5.3"
527527
CONFIG_VERSION_CODE="RAK7267"
528-
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.4"
528+
CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.5"
529529
CONFIG_VERSION_HOME_URL="https://www.chirpstack.io/"
530530
CONFIG_VERSION_MANUFACTURER=""
531531
CONFIG_VERSION_MANUFACTURER_URL=""
@@ -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
@@ -4271,10 +4278,10 @@ CONFIG_LIBCURL_UNIX_SOCKETS=y
42714278
# CONFIG_PACKAGE_libev is not set
42724279
# CONFIG_PACKAGE_libevdev is not set
42734280
# CONFIG_PACKAGE_libevent2 is not set
4274-
# CONFIG_PACKAGE_libevent2-core is not set
4281+
CONFIG_PACKAGE_libevent2-core=y
42754282
# CONFIG_PACKAGE_libevent2-extra is not set
42764283
# CONFIG_PACKAGE_libevent2-openssl is not set
4277-
# CONFIG_PACKAGE_libevent2-pthreads is not set
4284+
CONFIG_PACKAGE_libevent2-pthreads=y
42784285
# CONFIG_PACKAGE_libexif is not set
42794286
# CONFIG_PACKAGE_libexpat is not set
42804287
# CONFIG_PACKAGE_libexslt is not set
@@ -4517,7 +4524,7 @@ CONFIG_PACKAGE_libucode=y
45174524
# CONFIG_PACKAGE_libupnp is not set
45184525
# CONFIG_PACKAGE_libupnpp is not set
45194526
# CONFIG_PACKAGE_liburcu is not set
4520-
# CONFIG_PACKAGE_libusb-1.0 is not set
4527+
CONFIG_PACKAGE_libusb-1.0=y
45214528
# CONFIG_PACKAGE_libusb-compat is not set
45224529
CONFIG_PACKAGE_libustream-mbedtls=y
45234530
# CONFIG_PACKAGE_libustream-openssl is not set
@@ -4731,6 +4738,7 @@ CONFIG_PACKAGE_luci-app-firewall=y
47314738
# CONFIG_PACKAGE_luci-app-ledtrig-rssi is not set
47324739
# CONFIG_PACKAGE_luci-app-ledtrig-switch is not set
47334740
# CONFIG_PACKAGE_luci-app-ledtrig-usbport is not set
4741+
# CONFIG_PACKAGE_luci-app-lldpd is not set
47344742
# CONFIG_PACKAGE_luci-app-lorawan-basicstation is not set
47354743
# CONFIG_PACKAGE_luci-app-lxc is not set
47364744
# CONFIG_PACKAGE_luci-app-minidlna is not set
@@ -5550,8 +5558,8 @@ CONFIG_PACKAGE_nftables-json=y
55505558
# CONFIG_PACKAGE_htpdate is not set
55515559
# CONFIG_PACKAGE_linuxptp is not set
55525560
# CONFIG_PACKAGE_ntp-keygen is not set
5553-
# CONFIG_PACKAGE_ntp-utils is not set
5554-
# CONFIG_PACKAGE_ntpd is not set
5561+
CONFIG_PACKAGE_ntp-utils=y
5562+
CONFIG_PACKAGE_ntpd=y
55555563
# CONFIG_PACKAGE_ntpdate is not set
55565564
# end of Time Synchronization
55575565

@@ -6552,7 +6560,7 @@ CONFIG_PACKAGE_uboot-envtools=y
65526560
# CONFIG_PACKAGE_gnuplot is not set
65536561
# CONFIG_PACKAGE_gpioctl-sysfs is not set
65546562
# CONFIG_PACKAGE_gpiod-tools is not set
6555-
# CONFIG_PACKAGE_gpsd is not set
6563+
CONFIG_PACKAGE_gpsd=y
65566564
# CONFIG_PACKAGE_gpsd-clients is not set
65576565
# CONFIG_PACKAGE_gpsd-utils is not set
65586566
# CONFIG_PACKAGE_grep is not set
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
server 127.127.28.0
2+
fudge 127.127.28.0 flag1 1 refid GPS
3+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
uci -q batch << EOI
2+
set gpsd.core.enabled='1'
3+
set gpsd.core.device='/dev/ttyS1'
4+
commit gpsd
5+
EOI
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
uci -q batch << EOI
2+
set chirpstack-concentratord.@sx1302[0].gnss_dev_path='gpsd://localhost:2947'
3+
commit concentratord
4+
EOI
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_rak7267/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_rak7267/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)