[at91] Update the kernel to 3.3.x series, remove patches that doesn't apply anymore
[openwrt.git] / target / linux / at91 / flexibity / profiles / 000-flexibity-minimal.mk
1 #
2 # Copyright (C) 2008 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/flexibity-minimal
9   NAME:=Flexibity Connect (minimal)
10   PACKAGES:=
11 endef
12
13 define Profile/flexibity-minimal/Description
14         Minimal packages set for the Flexibity Connect device.
15 endef
16
17 $(eval $(call Profile,flexibity-minimal))
18