forked from Ivasoft/openwrt
brcm63xx: Add DT support for VR-3025u
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: make linux partition writable] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42241
This commit is contained in:
@@ -52,3 +52,13 @@ define Profile/CT6373/Description
|
||||
Package set optimized for CT-6373.
|
||||
endef
|
||||
$(eval $(call Profile,CT6373))
|
||||
|
||||
define Profile/VR3025u
|
||||
NAME:=Comtrend VR-3025u
|
||||
PACKAGES:=kmod-b43 wpad-mini \
|
||||
kmod-usb2 kmod-usb-ohci
|
||||
endef
|
||||
define Profile/VR3025u/Description
|
||||
Package set optimized for VR-3025u.
|
||||
endef
|
||||
$(eval $(call Profile,VR3025u))
|
||||
|
||||
Reference in New Issue
Block a user