aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/profiles/netgear.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-06-24 16:50:21 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-24 16:50:21 +0200
commit83f7442dccbe6773c62371a62da7fe1ca3104fd2 (patch)
treedb14f80ed2e14224294dff67914b1fcbc4157eec /target/linux/lantiq/xway/profiles/netgear.mk
parente8d29847daba240ebbbd14d8b76259d538d2c2c2 (diff)
downloadmaster-187ad058-83f7442dccbe6773c62371a62da7fe1ca3104fd2.tar.gz
master-187ad058-83f7442dccbe6773c62371a62da7fe1ca3104fd2.tar.bz2
master-187ad058-83f7442dccbe6773c62371a62da7fe1ca3104fd2.zip
lantiq: convert remaining legacy targets to the new image generation code
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq/xway/profiles/netgear.mk')
-rw-r--r--target/linux/lantiq/xway/profiles/netgear.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/lantiq/xway/profiles/netgear.mk b/target/linux/lantiq/xway/profiles/netgear.mk
deleted file mode 100644
index b30ffe66f7..0000000000
--- a/target/linux/lantiq/xway/profiles/netgear.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-define Profile/DGN3500
- NAME:=Netgear DGN3500
- PACKAGES:=kmod-usb-dwc2 kmod-ledtrig-usbdev \
- kmod-ath9k wpad-mini \
- kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \
- kmod-ltq-adsl-ar9-fw-a kmod-ltq-atm-ar9 \
- ltq-adsl-app ppp-mod-pppoa \
- kmod-ltq-deu-ar9 swconfig
-endef
-
-$(eval $(call Profile,DGN3500))
-
-define Profile/DGN3500B
- NAME:=Netgear DGN3500B
- PACKAGES:=kmod-usb-dwc2 kmod-ledtrig-usbdev \
- kmod-ath9k wpad-mini \
- kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \
- kmod-ltq-adsl-ar9-fw-b kmod-ltq-atm-ar9 \
- ltq-adsl-app ppp-mod-pppoa \
- kmod-ltq-deu-ar9 swconfig
-endef
-
-$(eval $(call Profile,DGN3500B))