Index: target/linux/ar71xx/generic/profiles/allnet.mk =================================================================== --- target/linux/ar71xx/generic/profiles/allnet.mk (revision 0) +++ target/linux/ar71xx/generic/profiles/allnet.mk (revision 0) @@ -0,0 +1,41 @@ +# +# Copyright (C) 2011 Allnet GmbH +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/ALL0305 + NAME:=Allnet ALL0305 + PACKAGES:=kmod-madwifi -kmod-ath9k +endef + +define Profile/ALL0305/Description + Package set for the Allnet ALL0305 dual-band congruent outdoor AP +endef + +$(eval $(call Profile,ALL0305)) + +define Profile/ALL0305-ath5k + NAME:=Allnet ALL0305 (ath5k foss driver) + PACKAGES:=kmod-ath5k -kmod-ath9k +endef + +define Profile/ALL0305-ath5k/Description + Package set for the Allnet ALL0305 dual-band congruent outdoor AP + (using the ath5k foss wifi driver) +endef + +$(eval $(call Profile,ALL0305-ath5k)) + +define Profile/ALL0258N + NAME:=Allnet ALL0258N + PACKAGES:=uboot-envtools +endef + +define Profile/ALL0258N/Description + Package set for the Allnet ALL0258N outdoor AP +endef + +$(eval $(call Profile,ALL0258N)) _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
