From 70c438bb939a193f7e60e08350a22fa856f6ea6b Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 1 Jan 2012 19:30:29 +0000 Subject: ar71xx: add profile and build factory image for the Hornet-UB board git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29637 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/generic/profiles/alfa.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'target/linux/ar71xx/generic/profiles/alfa.mk') diff --git a/target/linux/ar71xx/generic/profiles/alfa.mk b/target/linux/ar71xx/generic/profiles/alfa.mk index 6f56c4511f..8c09e606c5 100644 --- a/target/linux/ar71xx/generic/profiles/alfa.mk +++ b/target/linux/ar71xx/generic/profiles/alfa.mk @@ -5,6 +5,18 @@ # See /LICENSE for more information. # +define Profile/HORNETUB + NAME:=ALFA Network Hornet-UB board + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/HORNETUB/Description + Package set optimized for the ALFA Network Hornet-UB board. +endef + +$(eval $(call Profile,HORNETUB)) + + define Profile/ALFANX NAME:=ALFA Network N2/N5 board PACKAGES:= @@ -15,3 +27,4 @@ define Profile/ALFANX/Description endef $(eval $(call Profile,ALFANX)) + -- cgit v1.2.3