Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
archive/target/linux/octeon/profiles/000-Generic.mk
John Crispin 88b51ac7b3 octeon: remove kmod-ath9k from default packages
Looks like the targets are Ubiquiti routers which don't come with any wireless cards.

Signed-off-by: Roman Yeryomin <roman@advem.lv>

SVN-Revision: 42810
2014-10-06 20:05:52 +00:00

18 lines
332 B
Makefile

#
# Copyright (C) 2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/generic
NAME:=Generic Octeon board
PACKAGES:=
endef
define Profile/generic/Description
Base packages for Octeon boards.
endef
$(eval $(call Profile,generic))