ar71xx: enable profile sorting in preparation for adding device profiles
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		| @@ -9,6 +9,7 @@ define Profile/Default | |||||||
| 	NAME:=Default Profile (all drivers) | 	NAME:=Default Profile (all drivers) | ||||||
| 	PACKAGES:= \ | 	PACKAGES:= \ | ||||||
| 		kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev | 		kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev | ||||||
|  | 	PRIORITY := 1 | ||||||
| endef | endef | ||||||
|  |  | ||||||
| define Profile/Default/Description | define Profile/Default/Description | ||||||
|   | |||||||
| @@ -8,6 +8,7 @@ | |||||||
| define Profile/Minimal | define Profile/Minimal | ||||||
| 	NAME:=Minimal Profile (no drivers) | 	NAME:=Minimal Profile (no drivers) | ||||||
| 	PACKAGES:=-kmod-ath9k -wpad-mini | 	PACKAGES:=-kmod-ath9k -wpad-mini | ||||||
|  | 	PRIORITY := 2 | ||||||
| endef | endef | ||||||
|  |  | ||||||
| define Profile/Minimal/Description | define Profile/Minimal/Description | ||||||
|   | |||||||
| @@ -8,6 +8,7 @@ | |||||||
| define Profile/ath5k | define Profile/ath5k | ||||||
| 	NAME:=Atheros 802.11abg WiFi (ath5k) | 	NAME:=Atheros 802.11abg WiFi (ath5k) | ||||||
| 	PACKAGES:=kmod-ath5k -kmod-ath9k | 	PACKAGES:=kmod-ath5k -kmod-ath9k | ||||||
|  | 	PRIORITY := 3 | ||||||
| endef | endef | ||||||
|  |  | ||||||
| define Profile/ath5k/Description | define Profile/ath5k/Description | ||||||
|   | |||||||
| @@ -8,6 +8,7 @@ | |||||||
| define Profile/DefaultNoWifi | define Profile/DefaultNoWifi | ||||||
| 	NAME:=Default Profile (no WiFi) | 	NAME:=Default Profile (no WiFi) | ||||||
| 	PACKAGES:= | 	PACKAGES:= | ||||||
|  | 	PRIORITY := 2 | ||||||
| endef | endef | ||||||
|  |  | ||||||
| define Profile/DefaultNoWifi/Description | define Profile/DefaultNoWifi/Description | ||||||
|   | |||||||
| @@ -8,6 +8,7 @@ | |||||||
| define Profile/Ath5k | define Profile/Ath5k | ||||||
| 	NAME:=Atheros WiFi (ath5k) | 	NAME:=Atheros WiFi (ath5k) | ||||||
| 	PACKAGES:=kmod-ath5k -kmod-ath9k | 	PACKAGES:=kmod-ath5k -kmod-ath9k | ||||||
|  | 	PRIORITY := 3 | ||||||
| endef | endef | ||||||
|  |  | ||||||
| define Profile/Ath5k/Description | define Profile/Ath5k/Description | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau