au1000/au1550: fix profile package list
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45819
This commit is contained in:
parent
f449ba5c94
commit
80a933af98
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2009 OpenWrt.org
|
# Copyright (C) 2009-2015 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/DBAu1550
|
define Profile/DBAu1550
|
||||||
NAME:=AMD DBAu1550 Development Kit
|
NAME:=AMD DBAu1550 Development Kit
|
||||||
PACKAGES:=kmod-pcmcia kmod-pcmcia-au1000 kmod-usb-ohci kmod-usb-ehci
|
PACKAGES:=kmod-pcmcia-au1000 kmod-usb-ohci kmod-usb2-pci
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Profile,DBAu1550))
|
$(eval $(call Profile,DBAu1550))
|
||||||
|
|
Loading…
Reference in a new issue