ar71xx: Add support for ZyXEL NBG6616.

Signed-off-by: Benjamin Berg <benjamin@sipsolutions.net>

SVN-Revision: 47405
This commit is contained in:
Felix Fietkau
2015-11-07 12:51:39 +00:00
parent 46f6626052
commit ae7e7239b8
10 changed files with 194 additions and 26 deletions

View File

@@ -15,3 +15,15 @@ define Profile/NBG_460N_550N_550NH/Description
endef
$(eval $(call Profile,NBG_460N_550N_550NH))
define Profile/NBG6616
NAME:=ZyXEL NBG6616
PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-usb-storage kmod-rtc-pcf8563 kmod-ath10k
endef
define Profile/NBG6616/Description
Package set optimized for the ZyXEL NBG6616
endef
$(eval $(call Profile,NBG6616))