Skip to content

Commit

Permalink
Merge pull request #348 from freifunkMUC/backport-343-to-next
Browse files Browse the repository at this point in the history
[Backport next] contrib: add USB For TP-Link TL-WR1043N v5
  • Loading branch information
grische authored Dec 30, 2023
2 parents 17122b5 + 393ae1d commit a3da33a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/genpkglist.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ def render(self):
'tp-link-archer-c7-v5',
'tp-link-archer-c59-v1',
'tp-link-tl-wr842n-v3',
'tp-link-tl-wr1043nd-v4'
'tp-link-tl-wr1043nd-v4',
'tp-link-tl-wr1043n-v5',
], pkglists=[PKGS_USB, PKGS_USB_NET, PKGS_USB_SERIAL, PKGS_USB_STORAGE]). \
exclude([
'd-link-dir825b1',
Expand Down
1 change: 1 addition & 0 deletions site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ ifeq ($(GLUON_TARGET),ath79-generic)
GLUON_tp-link-archer-c59-v1_SITE_PACKAGES += $(INCLUDE_USB) $(INCLUDE_USB_NET) $(INCLUDE_USB_SERIAL) $(INCLUDE_USB_STORAGE)
GLUON_tp-link-tl-wr842n-v3_SITE_PACKAGES += $(INCLUDE_USB) $(INCLUDE_USB_NET) $(INCLUDE_USB_SERIAL) $(INCLUDE_USB_STORAGE)
GLUON_tp-link-tl-wr1043nd-v4_SITE_PACKAGES += $(INCLUDE_USB) $(INCLUDE_USB_NET) $(INCLUDE_USB_SERIAL) $(INCLUDE_USB_STORAGE)
GLUON_tp-link-tl-wr1043n-v5_SITE_PACKAGES += $(INCLUDE_USB) $(INCLUDE_USB_NET) $(INCLUDE_USB_SERIAL) $(INCLUDE_USB_STORAGE)
GLUON_d-link-dir825b1_SITE_PACKAGES += $(EXCLUDE_TLS)
endif

Expand Down

0 comments on commit a3da33a

Please sign in to comment.