Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package/kernel/mt76/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ PKG_LICENSE_FILES:=

PKG_SOURCE_URL:=https://github.com/HiGarfield/mt76
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=2b57ce85e5fc1d3831fc6dbeb472959bbb1557e1
PKG_MIRROR_HASH:=e3d01bbc145044ab79521dcaf739a3f7973bf72a9924fb5934a21ee765c04edd
PKG_SOURCE_VERSION:=771c05c600045fbfeb59afd4948a3228ed9fea2b
PKG_MIRROR_HASH:=82c4be3267f5de0cf546c3d4b0447f0321081f40d876accbe9ef2c3e0cb57dbb

PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_BUILD_PARALLEL:=1
Expand Down
7 changes: 2 additions & 5 deletions target/linux/ramips/base-files/lib/upgrade/platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,7 @@ platform_check_image() {
}
return 0
;;
hc5962)
# these boards use metadata images
return 0
;;
hc5962|\
ubnt-erx)
nand_do_platform_check "$board" "$1"
return $?;
Expand All @@ -275,7 +272,7 @@ platform_pre_upgrade() {
local board=$(ramips_board_name)

case "$board" in
hc5962|\
hc5962|\
ubnt-erx)
Comment on lines +275 to 276
nand_do_upgrade "$ARGV"
;;
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
202606030029
202606211650