mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-01-07 03:06:43 +08:00
update 2024-03-25 20:00:51
This commit is contained in:
parent
396f9a7690
commit
35142d9f01
@ -16,7 +16,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-amlogic
|
PKG_NAME:=luci-app-amlogic
|
||||||
PKG_VERSION:=3.1.227
|
PKG_VERSION:=3.1.228
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0 License
|
PKG_LICENSE:=GPL-2.0 License
|
||||||
|
@ -757,6 +757,16 @@ echo "done"
|
|||||||
echo
|
echo
|
||||||
|
|
||||||
echo -n "Update boot args ... "
|
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 '/fdtfile=/d' -i armbianEnv.txt
|
||||||
sed -e '/rootdev=/d' -i armbianEnv.txt
|
sed -e '/rootdev=/d' -i armbianEnv.txt
|
||||||
sed -e '/rootfstype=/d' -i armbianEnv.txt
|
sed -e '/rootfstype=/d' -i armbianEnv.txt
|
||||||
|
@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk
|
|||||||
LUCI_TITLE:=Atmaterial_new kenzo
|
LUCI_TITLE:=Atmaterial_new kenzo
|
||||||
LUCI_DEPENDS:=
|
LUCI_DEPENDS:=
|
||||||
PKG_VERSION:=1.2
|
PKG_VERSION:=1.2
|
||||||
PKG_RELEASE:=02-20200209
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
# call BuildPackage - OpenWrt buildroot signature
|
# call BuildPackage - OpenWrt buildroot signature
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
# LuCI Material Theme
|
# LuCI Material Theme
|
||||||
# Copyright 2015 Lutty Yang <lutty@wcan.in>
|
# Copyright 2015 Lutty Yang <lutty@wcan.in>
|
||||||
#
|
|
||||||
# Licensed under the Apache License v2.0
|
# Licensed under the Apache License v2.0
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user