diff options
Diffstat (limited to 'target/linux/lantiq/xrx200/profiles/tplink.mk')
-rw-r--r-- | target/linux/lantiq/xrx200/profiles/tplink.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/lantiq/xrx200/profiles/tplink.mk b/target/linux/lantiq/xrx200/profiles/tplink.mk index 6ae9399060..091935d267 100644 --- a/target/linux/lantiq/xrx200/profiles/tplink.mk +++ b/target/linux/lantiq/xrx200/profiles/tplink.mk @@ -11,3 +11,10 @@ define Profile/TDW8980 endef $(eval $(call Profile,TDW8980)) + +define Profile/VR200v + NAME:=TP-LINK Archer VR200v + PACKAGES:=kmod-usb-dwc2 kmod-ledtrig-usbdev +endef + +$(eval $(call Profile,VR200v)) |