kernel: fix missing break in ubi auto-mounting patch
[openwrt/openwrt.git] / target / linux / ar71xx / generic / profiles / hiwifi.mk
1 #
2 # Copyright (C) 2012-2013 Hiwifi Wireless
3 # Copyright (C) 2014 OpenWrt.org
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8
9 define Profile/HIWIFI_HC6361
10 NAME:=HiWiFi HC6361
11 PACKAGES:= kmod-usb-core kmod-usb2 kmod-usb-storage \
12 kmod-crypto-deflate kmod-fs-ext4 kmod-ledtrig-gpio \
13 kmod-nls-iso8859-1 e2fsprogs
14 endef
15
16 define Profile/HIWIFI_HC6361/description
17 Package set optimized for the HiWiFi HC6361.
18 endef
19 $(eval $(call Profile,HIWIFI_HC6361))