Skip to content

Commit

Permalink
Merge pull request #2881 from herbetom/v2022.1.x-updates
Browse files Browse the repository at this point in the history
[v2022.1.x]: modules: update to latest HEAD
  • Loading branch information
blocktrron committed Apr 30, 2023
2 parents fcfed5b + 258df6c commit e01e66e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions modules
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ GLUON_FEEDS='packages routing gluon'

OPENWRT_REPO=https://github.com/openwrt/openwrt.git
OPENWRT_BRANCH=openwrt-22.03
OPENWRT_COMMIT=074db5793641b197892f210d60223f17340d9e6f
OPENWRT_COMMIT=3960c220daabe5b58381af1a8c7b9dd2e6b7e815

PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_BRANCH=openwrt-22.03
PACKAGES_PACKAGES_COMMIT=891299822338250b4d759a771a11476b206c57f0
PACKAGES_PACKAGES_COMMIT=d057936acbefd76b033e7c365baa68b48ccb9166

PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git
PACKAGES_ROUTING_BRANCH=openwrt-22.03
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Date: Sun, 5 Jun 2022 23:43:38 +0200
Subject: ramips-mt7621: make DSA images swconfig upgradable

diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index c3e2291a9d91bae234707b1d81277b645bdd6920..540a52dd87dd5aba48886e68a78d9e3a16dce7fb 100644
index 9c451c26bf180a0ea45a33f567def4770b07398e..5a72f5b8435f20c72e4dc0c6c5b199f00cb6da84 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -180,7 +180,6 @@ endef
Expand All @@ -14,55 +14,55 @@ index c3e2291a9d91bae234707b1d81277b645bdd6920..540a52dd87dd5aba48886e68a78d9e3a
DEVICE_VENDOR := ASUS
DEVICE_MODEL := RT-AC57U
DEVICE_ALT0_VENDOR := ASUS
@@ -451,7 +450,6 @@ endef
@@ -452,7 +451,6 @@ endef
TARGET_DEVICES += dlink_dir-853-r1

define Device/dlink_dir-860l-b1
- $(Device/dsa-migration)
$(Device/seama-lzma-loader)
SEAMA_SIGNATURE := wrgac13_dlink.2013gui_dir860lb
IMAGE_SIZE := 16064k
@@ -1271,7 +1269,6 @@ endef
@@ -1272,7 +1270,6 @@ endef
TARGET_DEVICES += mts_wg430223

define Device/netgear_ex6150
- $(Device/dsa-migration)
$(Device/uimage-lzma-loader)
DEVICE_VENDOR := NETGEAR
DEVICE_MODEL := EX6150
@@ -1284,7 +1281,6 @@ endef
@@ -1285,7 +1282,6 @@ endef
TARGET_DEVICES += netgear_ex6150

define Device/netgear_sercomm_nand
- $(Device/dsa-migration)
$(Device/uimage-lzma-loader)
BLOCKSIZE := 128k
PAGESIZE := 2048
@@ -1467,7 +1463,6 @@ endef
@@ -1468,7 +1464,6 @@ endef
TARGET_DEVICES += netgear_wax202

define Device/netgear_wndr3700-v5
- $(Device/dsa-migration)
$(Device/netgear_sercomm_nor)
$(Device/uimage-lzma-loader)
IMAGE_SIZE := 15232k
@@ -1804,7 +1799,6 @@ endef
@@ -1805,7 +1800,6 @@ endef
TARGET_DEVICES += tplink_tl-wpa8631p-v3

define Device/ubnt_edgerouter_common
- $(Device/dsa-migration)
$(Device/uimage-lzma-loader)
DEVICE_VENDOR := Ubiquiti
IMAGE_SIZE := 256768k
@@ -2220,7 +2214,6 @@ endef
@@ -2221,7 +2215,6 @@ endef
TARGET_DEVICES += zbtlink_zbt-wg2626

define Device/zbtlink_zbt-wg3526-16m
- $(Device/dsa-migration)
$(Device/uimage-lzma-loader)
IMAGE_SIZE := 16064k
DEVICE_VENDOR := Zbtlink
@@ -2233,7 +2226,6 @@ endef
@@ -2234,7 +2227,6 @@ endef
TARGET_DEVICES += zbtlink_zbt-wg3526-16m

define Device/zbtlink_zbt-wg3526-32m
Expand Down

0 comments on commit e01e66e

Please sign in to comment.