Skip to content

Commit

Permalink
default-settings: also including english lang po
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Dec 20, 2024
1 parent d6c6378 commit b49e92a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

0 comments on commit b49e92a

Please sign in to comment.