File tree Expand file tree Collapse file tree 4 files changed +43
-6
lines changed
target/linux/ipq806x/base-files/etc/board.d Expand file tree Collapse file tree 4 files changed +43
-6
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ netgear,d7800 |\
30
30
netgear,r7500 |\
31
31
netgear,r7500v2 |\
32
32
qcom,ipq8064-ap148 |\
33
- surf,g-nat200 |\
34
- tplink,vr2600v)
33
+ surf,g-nat200)
35
34
ucidef_add_switch "switch0" \
36
35
"1:lan" "2:lan" "3:lan" "4:lan" "6@eth1" "5:wan" "0@eth0"
37
36
;;
@@ -66,7 +65,8 @@ nec,wg2600hp3)
66
65
;;
67
66
netgear,r7800 |\
68
67
netgear,xr500 |\
69
- tplink,c2600)
68
+ tplink,c2600 |\
69
+ tplink,vr2600v)
70
70
ucidef_add_switch "switch0" \
71
71
"1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" "6@eth1" "5:wan" "0@eth0"
72
72
;;
Original file line number Diff line number Diff line change
1
+ include $(TOPDIR ) /rules.mk
2
+
3
+ PKG_NAME: =7z
4
+ PKG_VERSION: =22.00
5
+ PKG_SOURCE_VERSION: =2200
6
+
7
+ PKG_SOURCE: =$(PKG_NAME )$(PKG_SOURCE_VERSION ) -src.tar.xz
8
+ PKG_SOURCE_URL: =https://7-zip.org/a/
9
+ PKG_HASH: =40969f601e86aff49aaa0ba0df5ce6fd397cf7e2683a84b591b0081e461ef675
10
+
11
+ # This builds the 7zr variant which supports only 7z, so no non-LGPL code should be included
12
+ PKG_LICENSE: =LGPL-2.1-or-later
13
+ PKG_LICENSE_FILES: =DOC/License.txt DOC/copying.txt
14
+
15
+ HOST_BUILD_DIR: =$(BUILD_DIR_HOST ) /$(PKG_NAME ) -$(PKG_VERSION )
16
+
17
+ include $(INCLUDE_DIR ) /host-build.mk
18
+
19
+ TAR_CMD =$(HOST_TAR ) -C $(1 ) $(TAR_OPTIONS )
20
+
21
+ ALONE_DIR =$(HOST_BUILD_DIR ) /CPP/7zip/Bundles/Alone7z
22
+
23
+ define Host/Compile
24
+ $(MAKE ) -C $(ALONE_DIR ) -f makefile.gcc
25
+ endef
26
+
27
+ define Host/Install
28
+ $(INSTALL_DIR ) $(STAGING_DIR_HOST ) /bin
29
+ $(INSTALL_BIN ) $(ALONE_DIR ) /_o/7zr $(STAGING_DIR_HOST ) /bin/7zr
30
+ endef
31
+
32
+ define Host/Clean
33
+ rm -f $(STAGING_DIR_HOST ) /bin/7zr
34
+ endef
35
+
36
+ $(eval $(call HostBuild))
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ tools-$(BUILD_TOOLCHAIN) += expat gmp mpc mpfr
32
32
tools-$(CONFIG_TARGET_apm821xx)$(CONFIG_TARGET_gemini) += genext2fs
33
33
tools-$(CONFIG_TARGET_ath79) += lzma-old squashfs
34
34
tools-$(CONFIG_TARGET_mxs) += elftosb sdimage
35
+ tools-$(CONFIG_TARGET_realtek) += 7z
35
36
tools-$(CONFIG_TARGET_tegra) += cbootimage cbootimage-configs
36
37
tools-$(CONFIG_USES_MINOR) += kernel2minor
37
38
tools-$(CONFIG_USE_SPARSE) += sparse
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ PKG_RELEASE:=1
11
11
12
12
PKG_SOURCE_PROTO: =git
13
13
PKG_SOURCE_URL =$(PROJECT_GIT ) /project/firmware-utils.git
14
- PKG_SOURCE_DATE: =2022-04-25
15
- PKG_SOURCE_VERSION: =e609c5d751868ae823c236332c76ce3c50acdd2e
16
- PKG_MIRROR_HASH: =f1a5af565bff50ccc99471a2be71636ed685dd15bfb9b162be9acf8ee28033a6
14
+ PKG_SOURCE_DATE: =2022-07-28
15
+ PKG_SOURCE_VERSION: =2483fe782e0d406b65eaa73b39fc27afabd8a9ea
16
+ PKG_MIRROR_HASH: =140b84b33cdae1520304cd6798604a51d2f4281b828808a5913d0b2d4b1f551f
17
17
18
18
include $(INCLUDE_DIR ) /host-build.mk
19
19
include $(INCLUDE_DIR ) /cmake.mk
You can’t perform that action at this time.
0 commit comments