diff options
author | John Crispin <john@phrozen.org> | 2016-06-15 14:51:11 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-17 04:13:07 +0200 |
commit | a6f7536a73c93794812d5e810fb41c3d0ff1fb27 (patch) | |
tree | 57af5ff127f944320e9ceb1a3ca357ebfbb55c40 /target/linux/lantiq/xrx200 | |
parent | 4bab4dee84266fd1550cfdee25ee0ed7d7a62e78 (diff) | |
download | upstream-a6f7536a73c93794812d5e810fb41c3d0ff1fb27.tar.gz upstream-a6f7536a73c93794812d5e810fb41c3d0ff1fb27.tar.bz2 upstream-a6f7536a73c93794812d5e810fb41c3d0ff1fb27.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/xrx200')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/arv.mk | 5 | ||||
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/avm.mk | 13 | ||||
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/bt.mk | 6 | ||||
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/zyxel.mk | 14 |
4 files changed, 0 insertions, 38 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/arv.mk b/target/linux/lantiq/xrx200/profiles/arv.mk deleted file mode 100644 index 3f233aaa3f..0000000000 --- a/target/linux/lantiq/xrx200/profiles/arv.mk +++ /dev/null @@ -1,5 +0,0 @@ -define Profile/VG3503J - NAME:=BT Openreach - ECI VDSL Modem -endef - -$(eval $(call Profile,VG3503J)) diff --git a/target/linux/lantiq/xrx200/profiles/avm.mk b/target/linux/lantiq/xrx200/profiles/avm.mk deleted file mode 100644 index 30a41199d5..0000000000 --- a/target/linux/lantiq/xrx200/profiles/avm.mk +++ /dev/null @@ -1,13 +0,0 @@ -define Profile/FRITZ3370 - NAME:=Fritz!Box WLan - FRITZ3370 - PACKAGES:=kmod-ath9k wpad-mini kmod-usb-dwc2 -endef - -$(eval $(call Profile,FRITZ3370)) - -define Profile/FRITZ7360SL - NAME:=1&1 HomeServer - FRITZ7360SL - PACKAGES:=kmod-ath9k wpad-mini kmod-usb-dwc2 -endef - -$(eval $(call Profile,FRITZ7360SL)) diff --git a/target/linux/lantiq/xrx200/profiles/bt.mk b/target/linux/lantiq/xrx200/profiles/bt.mk deleted file mode 100644 index 51b6eaee92..0000000000 --- a/target/linux/lantiq/xrx200/profiles/bt.mk +++ /dev/null @@ -1,6 +0,0 @@ -define Profile/BTHOMEHUBV5A - NAME:=BT Home Hub 5A - PACKAGES:=kmod-ath9k kmod-ath10k wpad-mini kmod-usb-dwc2 -endef - -$(eval $(call Profile,BTHOMEHUBV5A)) diff --git a/target/linux/lantiq/xrx200/profiles/zyxel.mk b/target/linux/lantiq/xrx200/profiles/zyxel.mk deleted file mode 100644 index 8cb96af4c7..0000000000 --- a/target/linux/lantiq/xrx200/profiles/zyxel.mk +++ /dev/null @@ -1,14 +0,0 @@ -define Profile/P2812HNUF1 - NAME:=ZyXEL P-2812HNU-F1 - PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2 -endef - -$(eval $(call Profile,P2812HNUF1)) - -define Profile/P2812HNUF3 - NAME:=ZyXEL P-2812HNU-F3 - PACKAGES:=kmod-rt2800-pci wpad-mini kmod-usb-dwc2 -endef - -$(eval $(call Profile,P2812HNUF3)) - |