diff options
author | John Crispin <john@phrozen.org> | 2016-06-01 22:43:58 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-05 23:23:57 +0200 |
commit | ba42c1db418e37a8061c22556b89522e02533b5c (patch) | |
tree | a8e40f52ea8c9bf1f149674c2df9d191af35d592 /target/linux/lantiq/xrx200/profiles/tplink.mk | |
parent | f02184cbcfb714f49bfc9e6b30ad8831635ffe35 (diff) | |
download | upstream-ba42c1db418e37a8061c22556b89522e02533b5c.tar.gz upstream-ba42c1db418e37a8061c22556b89522e02533b5c.tar.bz2 upstream-ba42c1db418e37a8061c22556b89522e02533b5c.zip |
lantiq: un-macro the image building code
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq/xrx200/profiles/tplink.mk')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/tplink.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/tplink.mk b/target/linux/lantiq/xrx200/profiles/tplink.mk deleted file mode 100644 index 2ac364e3fb..0000000000 --- a/target/linux/lantiq/xrx200/profiles/tplink.mk +++ /dev/null @@ -1,20 +0,0 @@ -define Profile/TDW8970 - NAME:=TP-LINK TD-W8970 - PACKAGES:=kmod-ath9k wpad-mini kmod-usb-dwc2 kmod-ledtrig-usbdev dsl-vrx200-firmware-xdsl-a dsl-vrx200-firmware-xdsl-b-patch -endef - -$(eval $(call Profile,TDW8970)) - -define Profile/TDW8980 - NAME:=TP-LINK TD-W8980 - PACKAGES:=kmod-ath9k wpad-mini kmod-usb-dwc2 kmod-ledtrig-usbdev dsl-vrx200-firmware-xdsl-a dsl-vrx200-firmware-xdsl-b-patch -endef - -$(eval $(call Profile,TDW8980)) - -define Profile/VR200v - NAME:=TP-LINK Archer VR200v - PACKAGES:=kmod-usb-dwc2 kmod-ledtrig-usbdev dsl-vrx200-firmware-xdsl-a dsl-vrx200-firmware-xdsl-b-patch -endef - -$(eval $(call Profile,VR200v)) |