X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Focteon%2Fprofiles%2F000-Generic.mk;h=d4c57675779da5c966cb294533ce61b59cb51102;hb=a717428828558577760abfcf83a54e3d7459ee0b;hp=a08f85702846cdc4d835779441816e7a9697c60f;hpb=85c19fe20547704b58e2f838c89072421e186f22;p=oweals%2Fopenwrt.git diff --git a/target/linux/octeon/profiles/000-Generic.mk b/target/linux/octeon/profiles/000-Generic.mk index a08f857028..d4c5767577 100644 --- a/target/linux/octeon/profiles/000-Generic.mk +++ b/target/linux/octeon/profiles/000-Generic.mk @@ -1,17 +1,17 @@ # -# Copyright (C) 2009 OpenWrt.org +# 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:=kmod-ath9k +define Profile/Default + NAME:=Default Profile + PRIORITY:=1 endef -define Profile/generic/Description - Base packages for Octeon boards. +define Profile/Default/Description + Base packages for Octeon boards. endef -$(eval $(call Profile,generic)) +$(eval $(call Profile,Default))