hostapd: fix wpad-mini compile error (#16700)
[openwrt/staging/mkresin.git] / target / linux / brcm47xx / profiles / WRTSL54GS.mk
1 #
2 # Copyright (C) 2006 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/WRTSL54GS
9 NAME:=Linksys WRTSL54GS
10 PACKAGES:=kmod-b44 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage kmod-scsi-core kmod-fs-ext3 e2fsprogs kmod-b43
11 endef
12
13 define Profile/WRTSL54GS/Description
14 Package set compatible with the Linksys WRTSL54GS. Contains USB support
15 endef
16 $(eval $(call Profile,WRTSL54GS))
17