From 396f9a76908718bdf87504cef3a19e06a60e83ff Mon Sep 17 00:00:00 2001 From: actions-user Date: Sun, 24 Mar 2024 20:08:28 +0800 Subject: [PATCH] update 2024-03-24 20:08:28 --- luci-app-amlogic/Makefile | 2 +- luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/luci-app-amlogic/Makefile b/luci-app-amlogic/Makefile index ce3acd88..a244271d 100644 --- a/luci-app-amlogic/Makefile +++ b/luci-app-amlogic/Makefile @@ -16,7 +16,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-amlogic -PKG_VERSION:=3.1.226 +PKG_VERSION:=3.1.227 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 License diff --git a/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip b/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip index bb96a215..86105671 100755 --- a/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip +++ b/luci-app-amlogic/root/usr/sbin/openwrt-update-rockchip @@ -757,9 +757,6 @@ echo "done" echo echo -n "Update boot args ... " -if [ -f /tmp/armbianEnv.txt ]; then - cp /tmp/armbianEnv.txt . -fi sed -e '/fdtfile=/d' -i armbianEnv.txt sed -e '/rootdev=/d' -i armbianEnv.txt sed -e '/rootfstype=/d' -i armbianEnv.txt