diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-23 17:51:19 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-06-07 08:58:41 +0200 |
commit | ec86d2a605743eab172badf0b98406b8fa11e66b (patch) | |
tree | 91d734625a793ae47015c043e30babad200990c8 /target/linux/ar71xx/generic/profiles/02-ath5k.mk | |
parent | 6036768d463027c7b28aa22309e61e61b3e5fce3 (diff) | |
download | upstream-ec86d2a605743eab172badf0b98406b8fa11e66b.tar.gz upstream-ec86d2a605743eab172badf0b98406b8fa11e66b.tar.bz2 upstream-ec86d2a605743eab172badf0b98406b8fa11e66b.zip |
ar71xx: enable profile sorting in preparation for adding device profiles
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/generic/profiles/02-ath5k.mk')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/02-ath5k.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/02-ath5k.mk b/target/linux/ar71xx/generic/profiles/02-ath5k.mk index 78203497f3..baa92b3391 100644 --- a/target/linux/ar71xx/generic/profiles/02-ath5k.mk +++ b/target/linux/ar71xx/generic/profiles/02-ath5k.mk @@ -8,6 +8,7 @@ define Profile/ath5k NAME:=Atheros 802.11abg WiFi (ath5k) PACKAGES:=kmod-ath5k -kmod-ath9k + PRIORITY := 3 endef define Profile/ath5k/Description |