ar71xx/mikrotik: disable unused MTD options
[openwrt.git] / target / linux / ar71xx / generic / profiles / jjplus.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/JA76PF
9         NAME:=jjPlus JA76PF
10         PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-hwmon-core kmod-i2c-core kmod-hwmon-lm75
11 endef
12
13 define Profile/JA76PF/Description
14         Package set optimized for the jjPlus JA76PF board.
15 endef
16
17 $(eval $(call Profile,JA76PF))
18
19 define Profile/JA76PF2
20         NAME:=jjPlus JA76PF2
21         PACKAGES:=
22 endef
23
24 define Profile/JA76PF2/Description
25         Package set optimized for the jjPlus JA76PF2 board.
26 endef
27
28 $(eval $(call Profile,JA76PF2))
29
30 define Profile/JWAP003
31         NAME:=jjPlus JWAP0003
32         PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
33 endef
34
35 define Profile/JWAP003/Description
36         Package set optimized for the jjPlus JWAP003 board.
37 endef
38
39 $(eval $(call Profile,JWAP003))