Skip to content

Commit

Permalink
Merge pull request #237 from freifunkMUC/remove_wr1043n-v5_usb
Browse files Browse the repository at this point in the history
contrib/genpkglist.py: remove USB pkgs for tl-wr1043n-v5
  • Loading branch information
grische authored Mar 5, 2023
2 parents d0d1dc7 + a873162 commit 44d8fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions contrib/genpkglist.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ 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-wr1043n-v5'
'tp-link-tl-wr1043nd-v4'
], pkglists=[PKGS_USB, PKGS_USB_NET, PKGS_USB_SERIAL, PKGS_USB_STORAGE]). \
exclude([
'tp-link-re355-v1',
Expand Down
4 changes: 3 additions & 1 deletion site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ 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_tp-link-re355-v1_SITE_PACKAGES += $(EXCLUDE_TLS)
GLUON_tp-link-re450-v1_SITE_PACKAGES += $(EXCLUDE_TLS)
GLUON_d-link-dir825b1_SITE_PACKAGES += $(EXCLUDE_TLS)
Expand Down Expand Up @@ -279,6 +278,9 @@ ifeq ($(GLUON_TARGET),ramips-mt76x8)
GLUON_tp-link-re305_SITE_PACKAGES += $(EXCLUDE_TLS)
endif

# no pkglists for target realtek-rtl838x


ifeq ($(GLUON_TARGET),rockchip-armv8)
GLUON_SITE_PACKAGES += $(INCLUDE_TLS) $(INCLUDE_USB) $(INCLUDE_USB_NET) $(INCLUDE_USB_SERIAL) $(INCLUDE_USB_STORAGE)

Expand Down

0 comments on commit 44d8fd2

Please sign in to comment.