From fd1d4784c26fb170609fe583a1d9a1832465d756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Wed, 11 Jan 2023 15:32:37 +0800 Subject: [PATCH] Add realtek USB driver and pciutils --- .buildbot/openwrt/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 0d6942d..f094f72 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -19,6 +19,8 @@ make info make image \ PROFILE=rpi-4 \ PACKAGES="kmod-rtc-ds1307 \ + kmod-usb-net-rtl8152 \ + pciutils \ asterisk \ asterisk-pjsip asterisk-bridge-simple \ asterisk-codec-alaw asterisk-codec-ulaw \