mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 15:03:07 +00:00
uboot-mediatek: fix Routerich AX3000 support patch
It seems that the original patch has been manually modified. The
newly added line number is incorrect.
Fixes: c0581520b1
("uboot-mediatek: add Routerich AX3000 support")
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Link: https://github.com/openwrt/openwrt/pull/17338
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
f105d1a9a9
commit
9f97e39a93
@ -1,6 +1,6 @@
|
|||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/configs/mt7981_routerich_ax3000_defconfig
|
+++ b/configs/mt7981_routerich_ax3000_defconfig
|
||||||
@@ -0,0 +1,107 @@
|
@@ -0,0 +1,108 @@
|
||||||
+CONFIG_ARM=y
|
+CONFIG_ARM=y
|
||||||
+CONFIG_SYS_HAS_NONCACHED_MEMORY=y
|
+CONFIG_SYS_HAS_NONCACHED_MEMORY=y
|
||||||
+CONFIG_POSITION_INDEPENDENT=y
|
+CONFIG_POSITION_INDEPENDENT=y
|
||||||
|
Loading…
Reference in New Issue
Block a user