update 2024-03-25 20:00:51

This commit is contained in:
actions-user 2024-03-25 20:00:51 +08:00
parent 396f9a7690
commit 35142d9f01
4 changed files with 13 additions and 4 deletions

View File

@ -16,7 +16,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-amlogic
PKG_VERSION:=3.1.227
PKG_VERSION:=3.1.228
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 License

View File

@ -757,6 +757,16 @@ echo "done"
echo
echo -n "Update boot args ... "
if [ -f /tmp/armbianEnv.txt ];then
ORIG_OVERLAYS=$(grep '^overlays=' /tmp/armbianEnv.txt)
ORIG_USER_OVERLAYS=$(grep '^user_overlays=' /tmp/armbianEnv.txt)
sed -e '/user_overlays=/d' -i armbianEnv.txt
sed -e '/overlays=/d' -i armbianEnv.txt
echo "$ORIG_OVERLAYS" >> armbianEnv.txt
echo "$ORIG_USER_OVERLAYS" >> armbianEnv.txt
fi
sed -e '/fdtfile=/d' -i armbianEnv.txt
sed -e '/rootdev=/d' -i armbianEnv.txt
sed -e '/rootfstype=/d' -i armbianEnv.txt

View File

@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Atmaterial_new kenzo
LUCI_DEPENDS:=
PKG_VERSION:=1.2
PKG_RELEASE:=02-20200209
PKG_RELEASE:=2
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature
# call BuildPackage - OpenWrt buildroot signature

View File

@ -1,6 +1,5 @@
# LuCI Material Theme
# Copyright 2015 Lutty Yang <lutty@wcan.in>
#
# Licensed under the Apache License v2.0
# http://www.apache.org/licenses/LICENSE-2.0