testing_51
51
This commit is contained in:
parent
8ef99c33c7
commit
7257b12d0a
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -9,7 +9,7 @@ def script_folder = 'owrt_build_script'
|
||||
def config_path = script_folder + '/configs/'
|
||||
def patch_path = script_folder + '/patches/'
|
||||
def scripts_path = script_folder + '/scripts/'
|
||||
def patch = patch_path + '16M.patch'
|
||||
def patch = patch_path + 'tl-wr841_16m.patch'
|
||||
def sftp_host = ''
|
||||
def sftp_user = ''
|
||||
//def sftp_passwd = ''
|
||||
@ -106,12 +106,12 @@ node('test')
|
||||
//step
|
||||
//{
|
||||
sh label: 'copy_config', script: 'cp ' + config_path + 'tl_wr841_v11_config ' + git_folder + '/.config'
|
||||
sh label: 'build_v11', script: 'cd ' + git_folder + '; make oldconfig; make -j13 V=s'
|
||||
sh label: 'build_v11', script: 'cd ' + git_folder + '; make defconfig; make -j$((`nproc` + 1))'
|
||||
//}
|
||||
//step
|
||||
//{
|
||||
sh label: 'copy_config', script: 'cp ' + config_path + 'tl_wr841_v12_config ' + git_folder + '/.config'
|
||||
sh label: 'build_v12', script: 'cd ' + git_folder + '; make oldconfig; make -j13 V=s'
|
||||
sh label: 'build_v12', script: 'cd ' + git_folder + '; make defconfig; make -j$((`nproc` + 1))'
|
||||
//}
|
||||
}
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
57
patches/tl-wr841_16m.patch
Normal file
57
patches/tl-wr841_16m.patch
Normal file
@ -0,0 +1,57 @@
|
||||
diff -Naur ow/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi ow_p/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi
|
||||
--- ow/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi 2020-08-15 19:59:12.627089490 +0200
|
||||
+++ ow_p/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi 2020-08-15 19:52:20.784380104 +0200
|
||||
@@ -97,12 +97,12 @@
|
||||
partition@20000 {
|
||||
compatible = "tplink,firmware";
|
||||
label = "firmware";
|
||||
- reg = <0x020000 0x3d0000>;
|
||||
+ reg = <0x020000 0xfd0000>;
|
||||
};
|
||||
|
||||
art: partition@3f0000 {
|
||||
label = "art";
|
||||
- reg = <0x3f0000 0x010000>;
|
||||
+ reg = <0xff0000 0x010000>;
|
||||
read-only;
|
||||
};
|
||||
};
|
||||
diff -Naur ow/target/linux/ath79/image/tiny-tp-link.mk ow_p/target/linux/ath79/image/tiny-tp-link.mk
|
||||
--- ow/target/linux/ath79/image/tiny-tp-link.mk 2020-08-15 19:59:28.267064938 +0200
|
||||
+++ ow_p/target/linux/ath79/image/tiny-tp-link.mk 2020-08-15 19:51:55.757749363 +0200
|
||||
@@ -358,7 +358,7 @@
|
||||
TARGET_DEVICES += tplink_tl-wr841-v8
|
||||
|
||||
define Device/tplink_tl-wr841-v9
|
||||
- $(Device/tplink-4mlzma)
|
||||
+ $(Device/tplink-16mlzma)
|
||||
SOC := qca9533
|
||||
DEVICE_MODEL := TL-WR841N/ND
|
||||
DEVICE_VARIANT := v9
|
||||
@@ -368,7 +368,7 @@
|
||||
TARGET_DEVICES += tplink_tl-wr841-v9
|
||||
|
||||
define Device/tplink_tl-wr841-v10
|
||||
- $(Device/tplink-4mlzma)
|
||||
+ $(Device/tplink-16mlzma)
|
||||
SOC := qca9533
|
||||
DEVICE_MODEL := TL-WR841N/ND
|
||||
DEVICE_VARIANT := v10
|
||||
@@ -378,7 +378,7 @@
|
||||
TARGET_DEVICES += tplink_tl-wr841-v10
|
||||
|
||||
define Device/tplink_tl-wr841-v11
|
||||
- $(Device/tplink-4mlzma)
|
||||
+ $(Device/tplink-16mlzma)
|
||||
SOC := qca9533
|
||||
DEVICE_MODEL := TL-WR841N/ND
|
||||
DEVICE_VARIANT := v11
|
||||
@@ -391,7 +391,7 @@
|
||||
TARGET_DEVICES += tplink_tl-wr841-v11
|
||||
|
||||
define Device/tplink_tl-wr841-v12
|
||||
- $(Device/tplink-4mlzma)
|
||||
+ $(Device/tplink-16mlzma)
|
||||
SOC := qca9533
|
||||
DEVICE_MODEL := TL-WR841N/ND
|
||||
DEVICE_VARIANT := v12
|
Loading…
Reference in New Issue
Block a user