Skip to content
Snippets Groups Projects
Unverified Commit 4e847f7e authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

hardware: remove support for D-Link DGS-1210-10P and realtek-rtl838x target

This device should never have been supported as non-broken. It is not a
useful target for batman-adv (as the CPU is too slow for reasonable
throughput; it may be more useful with L3 routing protocols); also, the
autoupdater never worked because of an incorrect image name.

As there it nobody actually running this device (or planning to do so
at the moment), just drop the device instead of fixing the name. The
realtek-rtl838x target becomes empty and is dropped.
parent 1be370b4
No related branches found
No related tags found
No related merge requests found
......@@ -205,16 +205,6 @@
"targets/generic",
"targets/targets.mk"
],
"realtek-rtl838x": [
"targets/realtek-rtl838x",
".github/workflows/build-gluon.yml",
"modules",
"Makefile",
"patches/**",
"scripts/**",
"targets/generic",
"targets/targets.mk"
],
"rockchip-armv8": [
"targets/rockchip-armv8",
".github/workflows/build-gluon.yml",
......
......@@ -544,13 +544,6 @@ ramips-mt76x8
- Xiaomi Mi Router 4A (100M International Edition)
- Xiaomi Mi Router 4C
realtek-rtl838x
---------------
* D-Link
- DGS-1210-10P (F1)
rockchip-armv8
--------------
......
......@@ -83,10 +83,6 @@ elseif platform.match('lantiq', 'xrx200', {
'arcadyan,vgv7510kw22-nor',
}) then
lan_ifname, wan_ifname = 'lan1 lan2 lan3 lan4', 'wan'
elseif platform.match('realtek', 'rtl838x', {
'd-link,dgs-1210-10p',
}) then
lan_ifname, wan_ifname = 'lan2 lan3 lan4 lan5 lan6 lan7 lan8 lan9 lan10', 'lan1'
end
if wan_ifname and lan_ifname then
......
-- D-Link
device('d-link_dgs-1210-10p', 'd-link_dgs-1210-10p', {
factory = '-squashfs-factory_image1',
})
......@@ -18,7 +18,6 @@ $(eval $(call GluonTarget,mpc85xx,p1020))
$(eval $(call GluonTarget,ramips,mt7620))
$(eval $(call GluonTarget,ramips,mt7621))
$(eval $(call GluonTarget,ramips,mt76x8))
$(eval $(call GluonTarget,realtek,rtl838x))
$(eval $(call GluonTarget,rockchip,armv8))
$(eval $(call GluonTarget,sunxi,cortexa7))
$(eval $(call GluonTarget,x86,generic))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment