mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
update 2022-08-25 23:44:19
This commit is contained in:
parent
311569cfea
commit
569b2edfbf
@ -16,7 +16,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-amlogic
|
||||
PKG_VERSION:=3.1.117
|
||||
PKG_VERSION:=3.1.118
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_LICENSE:=GPL-2.0 License
|
||||
|
@ -148,6 +148,7 @@ else
|
||||
5c:TX3 QZ (OverClock):s905x3:meson-sm1-tx3-qz-oc.dtb:u-boot-tx3-qz.bin:/lib/u-boot/x96maxplus-u-boot.bin.sd.bin::4C@2208Mhz,4GB Mem,1Gb Nic,bcm4330 wifi
|
||||
5d:X96 Max+ (IP1001M phy):s905x3:meson-sm1-x96-max-plus-ip1001m.dtb:u-boot-x96maxplus.bin:/lib/u-boot/x96maxplus-u-boot.bin.sd.bin:NA:4C@2208Mhz,4GB Mem,1Gb Nic (IP1001M phy),bcm4354 wifi
|
||||
5e:X96 Max+ Q2 & X96 Air Q1000:s905x3:meson-sm1-x96-max-plus-q2.dtb:u-boot-x96maxplus.bin:/lib/u-boot/x96maxplus-u-boot.bin.sd.bin:NA:4C@2208Mhz,4GB Mem,1Gb Nic,qca9377 wifi
|
||||
5f:skyworthbox:s905x3:meson-sm1-skyworth-lb2004-a4091.dtb:u-boot-skyworth-lb2004.bin:NA:NA:4C@2016Mhz,4GB Mem,1Gb Nic,mtk7661rsn
|
||||
|
||||
# Other
|
||||
0:Other::NA:NA:NA:NA:Enter the dtb file name of your box
|
||||
@ -308,6 +309,12 @@ elif [[ "${AMLOGIC_SOC}" == "s905x" ]]; then
|
||||
BLANK2=0
|
||||
BLANK3=0
|
||||
BLANK4=0
|
||||
elif [[ "${AMLOGIC_SOC}" == "s905x3" ]] && [[ "${FDTFILE}" == "meson-sm1-skyworth-lb2004-a4091.dtb" ]];then
|
||||
BOOT=768
|
||||
BLANK1=68
|
||||
BLANK2=202
|
||||
BLANK3=0
|
||||
BLANK4=0
|
||||
else
|
||||
BOOT=160
|
||||
BLANK1=68
|
||||
|
Loading…
Reference in New Issue
Block a user