Skip to content

Commit

Permalink
[bot] AutoMerging: merge all upstream's changes:
Browse files Browse the repository at this point in the history
* https://github.com/coolsnowwolf/lede:
  default-settings: also including english lang po
  rockchip: add 6.12 testing kernel support
  • Loading branch information
zesming committed Dec 21, 2024
2 parents 6c07fae + b49e92a commit 2e8edd6
Show file tree
Hide file tree
Showing 40 changed files with 4,559 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/lean/default-settings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ define Package/default-settings
CATEGORY:=LuCI
TITLE:=LuCI support for Default Settings
PKGARCH:=all
DEPENDS:=+luci-base +luci +@LUCI_LANG_zh-cn +@LUCI_LANG_zh_Hans
DEPENDS:=+luci-base +luci +@LUCI_LANG_zh-cn +@LUCI_LANG_zh_Hans +@LUCI_LANG_en
endef

define Package/default-settings/description
Expand Down
5 changes: 5 additions & 0 deletions target/linux/ramips/mt7621/base-files/etc/board.d/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ ramips_setup_macs()
lan_mac=$(macaddr_add "$label_mac" 1)
wan_mac=$label_mac
;;
huasifei,mt7621dtu)
label_mac=$(mtd_get_mac_binary factory 0x4)
lan_mac=$label_mac
wan_mac=$(macaddr_add "$label_mac" 1)
;;
hiwifi,hc5962)
lan_mac=$(mtd_get_mac_ascii bdinfo "Vfac_mac ")
label_mac=$lan_mac
Expand Down
2 changes: 1 addition & 1 deletion target/linux/rockchip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-pa
SUBTARGETS:=armv8 rk35xx

KERNEL_PATCHVER:=6.6
KERNEL_TESTING_PATCHVER:=6.1
KERNEL_TESTING_PATCHVER:=6.12

define Target/Description
Build firmware image for Rockchip SoC devices.
Expand Down
Loading

0 comments on commit 2e8edd6

Please sign in to comment.