From c5562bca8550afe453966a0428dcefe392366c36 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 11 Mar 2013 21:02:45 +0000 Subject: ramips: add profile and build image for the Upvel UR-326N4G board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch from: Дмитрий Лебедев Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35972 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/rt305x/profiles/upvel.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/ramips/rt305x') diff --git a/target/linux/ramips/rt305x/profiles/upvel.mk b/target/linux/ramips/rt305x/profiles/upvel.mk index fa1c9936d..aff2b94ee 100644 --- a/target/linux/ramips/rt305x/profiles/upvel.mk +++ b/target/linux/ramips/rt305x/profiles/upvel.mk @@ -16,3 +16,15 @@ define Profile/UPVEL/Description Default package set compatible with URVEL router board. endef $(eval $(call Profile,UPVEL)) + +define Profile/UPVEL_326 + NAME:=UPVEL UR-326N4G + PACKAGES:=\ + kmod-usb-core kmod-usb-rt305x-dwc_otg \ + kmod-ledtrig-usbdev +endef + +define Profile/UPVEL/Description + Default package set compatible with URVEL router board. +endef +$(eval $(call Profile,UPVEL_326)) -- cgit v1.2.3