Skip to content

Commit

Permalink
Merge pull request #260 from grische/fix/remove_re355_from_site
Browse files Browse the repository at this point in the history
contrib: remove TP-Link RE450/RE355
  • Loading branch information
grische authored Aug 19, 2023
2 parents e4db6eb + 799eab7 commit e5c587a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions contrib/genpkglist.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ def render(self):
], pkglists=[PKGS_USB, PKGS_USB_NET, PKGS_USB_SERIAL, PKGS_USB_STORAGE]). \
exclude([
'd-link-dir825b1',
'tp-link-re355-v1',
'tp-link-re450-v1'
], pkglists=[PKGS_TLS])

for target in ['ath79-nand', 'ipq40xx-generic', 'ipq806x-generic', 'lantiq-xway', 'mpc85xx-p1010', 'mpc85xx-p1020', 'mvebu-cortexa9', 'rockchip-armv8', 'sunxi-cortexa7']:
Expand Down
2 changes: 0 additions & 2 deletions site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ ifeq ($(GLUON_TARGET),ath79-generic)
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_d-link-dir825b1_SITE_PACKAGES += $(EXCLUDE_TLS)
GLUON_tp-link-re355-v1_SITE_PACKAGES += $(EXCLUDE_TLS)
GLUON_tp-link-re450-v1_SITE_PACKAGES += $(EXCLUDE_TLS)
endif

# no pkglists for target ath79-mikrotik
Expand Down

0 comments on commit e5c587a

Please sign in to comment.