Upgrade to OpenWrt 21.02, drop Gstreamer support
This commit is contained in:
parent
4a00561006
commit
27ba0ca434
16
script.sh
16
script.sh
@ -2,15 +2,15 @@
|
|||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
RELEASE=21.02.0
|
RELEASE=21.02.1
|
||||||
|
BASENAME=openwrt-imagebuilder-$RELEASE-ath79-generic.Linux-x86_64
|
||||||
|
FILENAME=$BASENAME.tar.xz
|
||||||
|
URL=https://downloads.openwrt.org/releases/21.02.1/targets/ath79/generic/$FILENAME
|
||||||
|
|
||||||
if [ ! -f openwrt-imagebuilder-ath79-generic.Linux-x86_64.tar.xz ]; then
|
wget -c $URL
|
||||||
echo "ERROR: tarball does not exist, terminating"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
tar xvf openwrt-imagebuilder-ath79-generic.Linux-x86_64.tar.xz
|
tar xvf $FILENAME
|
||||||
cd openwrt-imagebuilder-ath79-generic.Linux-x86_64
|
cd $BASENAME
|
||||||
|
|
||||||
mkdir -p overlay/etc/uci-defaults
|
mkdir -p overlay/etc/uci-defaults
|
||||||
|
|
||||||
@ -94,6 +94,6 @@ sed -i 's|^root::|root:$1$Ji4oV3An$2h4IhUFWhheefdaWEW.vg/:|' /etc/shadow
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Make image
|
# Make image
|
||||||
make image PROFILE=glinet_gl-ar150 FILES=overlay/ PACKAGES="usbutils gst1-mod-tcp gst1-mod-rtp gst1-mod-gdp gst1-mod-alsa gst1-mod-udp gst1-mod-video4linux2 gstreamer1-utils curl htop nano mjpg-streamer kmod-video-uvc \
|
make image PROFILE=glinet_gl-ar150 FILES=overlay/ PACKAGES="usbutils curl htop nano mjpg-streamer kmod-video-uvc \
|
||||||
v4l-utils tcpdump -odhcp6c -odhcpd -dnsmasq -pppd -luci-proto-ppp -kmod-ppp -ppp -ppp-mod-pppoe \
|
v4l-utils tcpdump -odhcp6c -odhcpd -dnsmasq -pppd -luci-proto-ppp -kmod-ppp -ppp -ppp-mod-pppoe \
|
||||||
-kmod-ath -kmod-ath9k-common -kmod-ath9k -kmod-ip6tables -ip6tables -luci-proto-ipv6 -kmod-iptunnel6 -kmod-ipsec6 -luci"
|
-kmod-ath -kmod-ath9k-common -kmod-ath9k -kmod-ip6tables -ip6tables -luci-proto-ipv6 -kmod-iptunnel6 -kmod-ipsec6 -luci"
|
||||||
|
Loading…
Reference in New Issue
Block a user