mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-19 12:57:16 +00:00
fix pycurl package inclusion
This commit is contained in:
parent
aee9128236
commit
a22e837ab7
@ -760,6 +760,7 @@ menu "External python modules"
|
||||
source "package/python-pycli/Config.in"
|
||||
source "package/python-pycparser/Config.in"
|
||||
source "package/python-pycrypto/Config.in"
|
||||
source "package/python-pycurl/Config.in"
|
||||
source "package/python-pydal/Config.in"
|
||||
source "package/python-pyelftools/Config.in"
|
||||
source "package/python-pyftpdlib/Config.in"
|
||||
|
@ -92,6 +92,7 @@ sync
|
||||
if which partprobe > /dev/null 2>&1; then
|
||||
msg "re-reading sdcard partition table"
|
||||
partprobe ${SDCARD_DEV}
|
||||
sleep 1
|
||||
fi
|
||||
|
||||
msg "mounting sdcard"
|
||||
|
Loading…
x
Reference in New Issue
Block a user