Compare commits

...

2 Commits

Author SHA1 Message Date
79f18da3a5
Copy ipk from packages overlay
All checks were successful
buildbot/multibuild_parent Build done.
buildbot/travis_bionic Build done.
buildbot/job/openwrt Build done.
2023-02-02 07:16:52 +02:00
69e73319ec
Try to install CherryPy with python3-packages 2023-02-02 06:42:24 +02:00

View File

@ -23,7 +23,10 @@ cat ${pwd}/feeds.conf >> feeds.conf
./scripts/feeds install -a ./scripts/feeds install -a
make defconfig make defconfig
echo 'CONFIG_PACKAGE_python3-packages=y' >> .config
echo 'CONFIG_PACKAGE_python3-packages-list="CherryPy==18.8.0"' >> .config
make package/python3-packages/compile
make package/asterisk-chan-quectel/compile make package/asterisk-chan-quectel/compile
# no signing key # no signing key
make package/index make package/index
@ -35,6 +38,7 @@ tar -xJf /Downloads/openwrt-imagebuilder-${OPENWRT_VERSION}-*.tar.xz
cd openwrt-imagebuilder-*/ cd openwrt-imagebuilder-*/
cp ${sdkdir}/bin/targets/bcm27xx/bcm2711/packages/*.ipk packages/ cp ${sdkdir}/bin/targets/bcm27xx/bcm2711/packages/*.ipk packages/
cp ${sdkdir}/bin/packages/aarch64_cortex-a72/packages/*.ipk packages/
cp ${sdkdir}/bin/packages/aarch64_cortex-a72/telephony/*.ipk packages/ cp ${sdkdir}/bin/packages/aarch64_cortex-a72/telephony/*.ipk packages/
cp ${sdkdir}/bin/packages/aarch64_cortex-a72/quectel/*.ipk packages/ cp ${sdkdir}/bin/packages/aarch64_cortex-a72/quectel/*.ipk packages/
@ -75,7 +79,7 @@ PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
curl etherwake fail2ban \ curl etherwake fail2ban \
luci-app-https-dns-proxy luci-app-mwan3 luci-app-upnp \ luci-app-https-dns-proxy luci-app-mwan3 luci-app-upnp \
luci-ssl-nginx luci-app-acme \ luci-ssl-nginx luci-app-acme \
python3-yaml \ python3-packages python3-yaml \
wireguard-tools wget-ssl \ wireguard-tools wget-ssl \
" "