X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fgeneric%2Fprofiles%2Ftrendnet.mk;h=6102e04c421b941bdd3fbefd803f26bd95ede637;hb=dc140e00a93d54370021f819fd986290e8237cbe;hp=4b1bc1f58c2ef9ed8a9fb6d8ef2bb06b22c57401;hpb=81f15f502667749faa72fc73944c51be18907b34;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ar71xx/generic/profiles/trendnet.mk b/target/linux/ar71xx/generic/profiles/trendnet.mk index 4b1bc1f58c..6102e04c42 100644 --- a/target/linux/ar71xx/generic/profiles/trendnet.mk +++ b/target/linux/ar71xx/generic/profiles/trendnet.mk @@ -37,3 +37,38 @@ define Profile/TEW673GRU/Description endef $(eval $(call Profile,TEW673GRU)) + +define Profile/TEW712BR + NAME:=TRENDNet TEW-712BR + PACKAGES:= +endef + +define Profile/TEW712BR/Description + Package set optimized for the TRENDNet TEW-712BR. +endef + +$(eval $(call Profile,TEW712BR)) + + +define Profile/TEW732BR + NAME:=TRENDNet TEW-732BR + PACKAGES:= +endef + +define Profile/TEW732BR/Description + Package set optimized for the TRENDNet TEW-732BR. +endef + +$(eval $(call Profile,TEW732BR)) + + +define Profile/TEW823DRU + NAME:=TRENDNet TEW-823DRU + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ath10k +endef + +define Profile/TEW823DRU/Description + Package set optimized for the TRENDNet TEW-823DRU. +endef + +$(eval $(call Profile,TEW823DRU))