1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

ramips: set default profile to priority 1

doing so will sort all profiles alphabetically

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin 2016-05-13 02:01:14 +02:00
parent cc831e23e1
commit 5d0eff9801
6 changed files with 6 additions and 0 deletions

@ -8,6 +8,7 @@
define Profile/Default
NAME:=Default Profile
PACKAGES:= kmod-usb-core kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
PRIORITY:=1
endef
define Profile/Default/Description

@ -7,6 +7,7 @@
define Profile/Default
NAME:=Default Profile
PRIORITY:=1
PACKAGES:=\
kmod-usb-core kmod-usb3 \
kmod-ledtrig-usbdev

@ -7,6 +7,7 @@
define Profile/Default
NAME:=Default Profile
PRIORITY:=1
PACKAGES:= kmod-usb-core kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
endef

@ -7,6 +7,7 @@
define Profile/Default
NAME:=Default Profile
PRIORITY:=1
PACKAGES:= kmod-usb-core kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
endef

@ -7,6 +7,7 @@
define Profile/Default
NAME:=Default Profile
PRIORITY:=1
PACKAGES:=\
kmod-usb-core kmod-usb-dwc2 \
kmod-ledtrig-usbdev

@ -7,6 +7,7 @@
define Profile/Default
NAME:=Default Profile
PRIORITY:=1
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig
endef