[rdc] base-files: gracefully handle empty variables in preinit (#11155)
[openwrt.git] / target / linux / rdc / profiles / bifferboard.mk
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/bifferboard
9         NAME:=Bifferboard
10         PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 \
11                 kmod-usb-storage kmod-scsi-core kmod-fs-ext3
12 endef
13 $(eval $(call Profile,bifferboard))