mirror of https://github.com/hak5/openwrt.git
sunxi: update ahci package list for a couple board profiles
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 46703lede-17.01
parent
c00198216a
commit
ed1a7a2deb
|
@ -8,7 +8,8 @@
|
|||
define Profile/A10-OLinuXino-Lime
|
||||
NAME:=A10 OLinuXino LIME
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-A10-OLinuXino-Lime kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
|
||||
uboot-sunxi-A10-OLinuXino-Lime kmod-ata-core kmod-ata-sunxi \
|
||||
kmod-sun4i-emac kmod-rtc-sunxi
|
||||
endef
|
||||
|
||||
define Profile/A10-OLinuXino-Lime/Description
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
define Profile/A20-OLinuXino-Lime
|
||||
NAME:=A20 OLinuXino Lime
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-A20-OLinuXino-Lime kmod-ata-sunxi kmod-rtc-sunxi
|
||||
uboot-sunxi-A20-OLinuXino-Lime kmod-ata-core kmod-ata-sunxi \
|
||||
kmod-rtc-sunxi
|
||||
endef
|
||||
|
||||
define Profile/A20-OLinuXino-Lime/Description
|
||||
|
@ -21,7 +22,8 @@ $(eval $(call Profile,A20-OLinuXino-Lime))
|
|||
define Profile/A20-OLinuXino_MICRO
|
||||
NAME:=A20 OLinuXino Micro
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-A20-OLinuXino_MICRO kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
|
||||
uboot-sunxi-A20-OLinuXino_MICRO kmod-ata-core kmod-ata-sunxi \
|
||||
kmod-sun4i-emac kmod-rtc-sunxi
|
||||
endef
|
||||
|
||||
define Profile/A20-OLinuXino_MICRO/Description
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
define Profile/Bananapi
|
||||
NAME:=Bananapi
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-Bananapi kmod-rtc-sunxi
|
||||
uboot-sunxi-Bananapi kmod-rtc-sunxi kmod-ata-core kmod-ata-sunxi
|
||||
endef
|
||||
|
||||
define Profile/Bananapi/Description
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
define Profile/Bananapro
|
||||
NAME:=Bananapro
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-Bananapro kmod-rtc-sunxi
|
||||
uboot-sunxi-Bananapro kmod-rtc-sunxi kmod-ata-core kmod-ata-sunxi
|
||||
endef
|
||||
|
||||
define Profile/Bananapro/Description
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
define Profile/Cubieboard
|
||||
NAME:=Cubieboard
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-Cubieboard kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
|
||||
uboot-sunxi-Cubieboard kmod-ata-core kmod-ata-sunxi \
|
||||
kmod-sun4i-emac kmod-rtc-sunxi
|
||||
endef
|
||||
|
||||
define Profile/Cubieboard/Description
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
define Profile/Cubieboard2
|
||||
NAME:=Cubieboard2
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-Cubieboard2 kmod-ata-sunxi kmod-sun4i-emac kmod-rtc-sunxi
|
||||
uboot-sunxi-Cubieboard2 kmod-ata-core kmod-ata-sunxi \
|
||||
kmod-sun4i-emac kmod-rtc-sunxi
|
||||
endef
|
||||
|
||||
define Profile/Cubieboard2/Description
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
define Profile/Cubietruck
|
||||
NAME:=Cubietruck
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-Cubietruck kmod-ata-sunxi kmod-rtc-sunxi kmod-brcmfmac
|
||||
uboot-sunxi-Cubietruck kmod-ata-core kmod-ata-sunxi \
|
||||
kmod-rtc-sunxi kmod-brcmfmac
|
||||
endef
|
||||
|
||||
define Profile/Cubietruck/Description
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
define Profile/Linksprite_pcDuino3
|
||||
NAME:=pcDuino3
|
||||
PACKAGES:=\
|
||||
uboot-sunxi-Linksprite_pcDuino3 kmod-sun4i-emac kmod-rtc-sunxi kmod-net-rtl8188eu
|
||||
uboot-sunxi-Linksprite_pcDuino3 kmod-sun4i-emac kmod-rtc-sunxi \
|
||||
kmod-net-rtl8188eu kmod-ata-core kmod-ata-sunxi
|
||||
endef
|
||||
|
||||
define Profile/Linksprite_pcDuino3/Description
|
||||
|
|
Loading…
Reference in New Issue