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/profiles/zyxel.mk | |
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/profiles/zyxel.mk')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/zyxel.mk | 14 |
1 files changed, 0 insertions, 14 deletions
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)) - |